CSS Color Background

Amethyst

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

Preview

Amethyst solid color background preview (#9966CC)

Color value: #9966CC

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #9966CC; }

HTML Code

<section class="hero amethyst-bg"> <h2>Your content</h2> </section> <style> .amethyst-bg { background-color: #9966CC; } </style>