CSS Color Background

Chinese Violet

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

Preview

Chinese Violet solid color background preview (#856088)

Color value: #856088

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #856088; }

HTML Code

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