Shades of Deep Lilac #854CB8
Tints of Deep Lilac #854CB8
RGB
CMYK
RGB Variations
Color information
#854CB8 (or 0x854CB8) is known color: Deep Lilac. HEX triplet: 85, 4C and B8. RGB value is (133,76,184). Sum of RGB (Red+Green+Blue) = 133+76+184=393 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.84% from 393); Green value is 76 (30.08% from 255 or 19.34% from 393); Blue value is 184 (72.27% from 255 or 46.82% from 393); Max value from RGB is 184 - color contains mainly: blue. Hex color #854CB8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #854CB8 is #7AB347. Grayscale: #686868. Windows color (decimal): -8041288 or 12078213. OLE color: 12078213.
HSL color Cylindrical-coordinate representation of color #854CB8: hue angle of 271.67º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #854CB8 is Cyan = 0.28, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 133 | 76 | 184 | - |
| CMYK | 0.28 | 0.59 | 0 | 0.28 |
| HSL | 271.67º | 0.43% | 0.51% | - |
| HSV(B) | 271.67º | 0.59% | 0.72% | - |
| XYZ | 20.91 | 13.62 | 46.87 | - |
| YUV | 105.36 | 172.38 | 147.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 76 | 184 | 0.28 | 0.59 | 0 | 0.28 | 271.67 | 0.43 | 0.51 |
| Hex | 85 | 4C | B8 | 1C | 3B | 0 | 1C | 110 | 2B | 33 |
| Octal | 205 | 114 | 270 | 34 | 73 | 0 | 34 | 420 | 53 | 63 |
| Binary | 10000101 | 1001100 | 10111000 | 11100 | 111011 | 0 | 11100 | 100010000 | 101011 | 110011 |
Color Harmonies of #854CB8
Complementary color
Monochromatic Colors of #854CB8
Black with #854CB8
Text Example
Text Example
White with #854CB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854CB8; }
p { color: rgb(133,76,184); }
H1.HeaderClassName
{
color: #854CB8;
}
.AnyTagClassName
{
color: #854CB8;
}
</style>
background-color css
<style>
a { background-color: #854CB8; }
a { background-color: rgb(133,76,184); }
div.DivClassName
{
background-color: #854CB8;
}
.BgClassName
{
background-color: #854CB8;
}
</style>
border-color css
<style>
span { border-color: #854CB8; }
span { border-color: rgb(133,76,184); }
td.TdClassName
{
border-color: #854CB8;
}
.TagClassName
{
border-color: #854CB8;
}
</style>