Shades of Deep Lilac #8E4CCC
Tints of Deep Lilac #8E4CCC
RGB
CMYK
RGB Variations
Color information
#8E4CCC (or 0x8E4CCC) is known color: Deep Lilac. HEX triplet: 8E, 4C and CC. RGB value is (142,76,204). Sum of RGB (Red+Green+Blue) = 142+76+204=422 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.65% from 422); Green value is 76 (30.08% from 255 or 18.01% from 422); Blue value is 204 (80.08% from 255 or 48.34% from 422); Max value from RGB is 204 - color contains mainly: blue. Hex color #8E4CCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E4CCC is #71B333. Grayscale: #6D6D6D. Windows color (decimal): -7451444 or 13388942. OLE color: 13388942.
HSL color Cylindrical-coordinate representation of color #8E4CCC: hue angle of 270.94º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8E4CCC is Cyan = 0.30, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 142 | 76 | 204 | - |
| CMYK | 0.30 | 0.63 | 0 | 0.2 |
| HSL | 270.94º | 0.56% | 0.55% | - |
| HSV(B) | 270.94º | 0.63% | 0.8% | - |
| XYZ | 24.64 | 15.28 | 58.78 | - |
| YUV | 110.33 | 180.87 | 150.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 76 | 204 | 0.30 | 0.63 | 0 | 0.2 | 270.94 | 0.56 | 0.55 |
| Hex | 8E | 4C | CC | 1E | 3F | 0 | 14 | 10F | 38 | 37 |
| Octal | 216 | 114 | 314 | 36 | 77 | 0 | 24 | 417 | 70 | 67 |
| Binary | 10001110 | 1001100 | 11001100 | 11110 | 111111 | 0 | 10100 | 100001111 | 111000 | 110111 |
Color Harmonies of #8E4CCC
Complementary color
Monochromatic Colors of #8E4CCC
Black with #8E4CCC
Text Example
Text Example
White with #8E4CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E4CCC; }
p { color: rgb(142,76,204); }
H1.HeaderClassName
{
color: #8E4CCC;
}
.AnyTagClassName
{
color: #8E4CCC;
}
</style>
background-color css
<style>
a { background-color: #8E4CCC; }
a { background-color: rgb(142,76,204); }
div.DivClassName
{
background-color: #8E4CCC;
}
.BgClassName
{
background-color: #8E4CCC;
}
</style>
border-color css
<style>
span { border-color: #8E4CCC; }
span { border-color: rgb(142,76,204); }
td.TdClassName
{
border-color: #8E4CCC;
}
.TagClassName
{
border-color: #8E4CCC;
}
</style>