CSS Color Background

Blue-Violet

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

Preview

Blue-Violet solid color background preview (#8A2BE2)

Color value: #8A2BE2

Available Resolutions

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

Download all sizes

CSS Code

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

HTML Code

<section class="hero blue-violet-bg"> <h2>Your content</h2> </section> <style> .blue-violet-bg { background-color: #8A2BE2; } </style>