CSS Color Background

Dark Magenta

Pure CSS color background: #8B008B. Use this solid color for personal and commercial creative projects.

Preview

Dark Magenta solid color background preview (#8B008B)

Color value: #8B008B

Available Resolutions

Choose any resolution to download this same solid color as JPG.

Download all sizes

CSS Code

.hero { background-color: #8B008B; }

HTML Code

<section class="hero dark-magenta-bg"> <h2>Your content</h2> </section> <style> .dark-magenta-bg { background-color: #8B008B; } </style>