Shades of Deep Lilac #8E4ECC
Tints of Deep Lilac #8E4ECC
RGB
CMYK
RGB Variations
Color information
#8E4ECC (or 0x8E4ECC) is known color: Deep Lilac. HEX triplet: 8E, 4E and CC. RGB value is (142,78,204). Sum of RGB (Red+Green+Blue) = 142+78+204=424 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.49% from 424); Green value is 78 (30.86% from 255 or 18.40% from 424); Blue value is 204 (80.08% from 255 or 48.11% from 424); Max value from RGB is 204 - color contains mainly: blue. Hex color #8E4ECC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E4ECC is #71B133. Grayscale: #6F6F6F. Windows color (decimal): -7450932 or 13389454. OLE color: 13389454.
HSL color Cylindrical-coordinate representation of color #8E4ECC: hue angle of 270.48º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8E4ECC is Cyan = 0.30, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 142 | 78 | 204 | - |
| CMYK | 0.30 | 0.62 | 0 | 0.2 |
| HSL | 270.48º | 0.55% | 0.55% | - |
| HSV(B) | 270.48º | 0.62% | 0.8% | - |
| XYZ | 24.78 | 15.56 | 58.82 | - |
| YUV | 111.5 | 180.2 | 149.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 78 | 204 | 0.30 | 0.62 | 0 | 0.2 | 270.48 | 0.55 | 0.55 |
| Hex | 8E | 4E | CC | 1E | 3E | 0 | 14 | 10E | 37 | 37 |
| Octal | 216 | 116 | 314 | 36 | 76 | 0 | 24 | 416 | 67 | 67 |
| Binary | 10001110 | 1001110 | 11001100 | 11110 | 111110 | 0 | 10100 | 100001110 | 110111 | 110111 |
Color Harmonies of #8E4ECC
Complementary color
Monochromatic Colors of #8E4ECC
Black with #8E4ECC
Text Example
Text Example
White with #8E4ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E4ECC; }
p { color: rgb(142,78,204); }
H1.HeaderClassName
{
color: #8E4ECC;
}
.AnyTagClassName
{
color: #8E4ECC;
}
</style>
background-color css
<style>
a { background-color: #8E4ECC; }
a { background-color: rgb(142,78,204); }
div.DivClassName
{
background-color: #8E4ECC;
}
.BgClassName
{
background-color: #8E4ECC;
}
</style>
border-color css
<style>
span { border-color: #8E4ECC; }
span { border-color: rgb(142,78,204); }
td.TdClassName
{
border-color: #8E4ECC;
}
.TagClassName
{
border-color: #8E4ECC;
}
</style>