Shades of Deep Lilac #854EC0
Tints of Deep Lilac #854EC0
RGB
CMYK
RGB Variations
Color information
#854EC0 (or 0x854EC0) is known color: Deep Lilac. HEX triplet: 85, 4E and C0. RGB value is (133,78,192). Sum of RGB (Red+Green+Blue) = 133+78+192=403 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.00% from 403); Green value is 78 (30.86% from 255 or 19.35% from 403); Blue value is 192 (75.39% from 255 or 47.64% from 403); Max value from RGB is 192 - color contains mainly: blue. Hex color #854EC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #854EC0 is #7AB13F. Grayscale: #6B6B6B. Windows color (decimal): -8040768 or 12603013. OLE color: 12603013.
HSL color Cylindrical-coordinate representation of color #854EC0: hue angle of 268.95º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #854EC0 is Cyan = 0.31, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 133 | 78 | 192 | - |
| CMYK | 0.31 | 0.59 | 0 | 0.25 |
| HSL | 268.95º | 0.48% | 0.53% | - |
| HSV(B) | 268.95º | 0.59% | 0.75% | - |
| XYZ | 21.91 | 14.24 | 51.46 | - |
| YUV | 107.44 | 175.72 | 146.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 78 | 192 | 0.31 | 0.59 | 0 | 0.25 | 268.95 | 0.48 | 0.53 |
| Hex | 85 | 4E | C0 | 1F | 3B | 0 | 19 | 10D | 30 | 35 |
| Octal | 205 | 116 | 300 | 37 | 73 | 0 | 31 | 415 | 60 | 65 |
| Binary | 10000101 | 1001110 | 11000000 | 11111 | 111011 | 0 | 11001 | 100001101 | 110000 | 110101 |
Color Harmonies of #854EC0
Complementary color
Monochromatic Colors of #854EC0
Black with #854EC0
Text Example
Text Example
White with #854EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854EC0; }
p { color: rgb(133,78,192); }
H1.HeaderClassName
{
color: #854EC0;
}
.AnyTagClassName
{
color: #854EC0;
}
</style>
background-color css
<style>
a { background-color: #854EC0; }
a { background-color: rgb(133,78,192); }
div.DivClassName
{
background-color: #854EC0;
}
.BgClassName
{
background-color: #854EC0;
}
</style>
border-color css
<style>
span { border-color: #854EC0; }
span { border-color: rgb(133,78,192); }
td.TdClassName
{
border-color: #854EC0;
}
.TagClassName
{
border-color: #854EC0;
}
</style>