Shades of Deep Lilac #8E4DC8
Tints of Deep Lilac #8E4DC8
RGB
CMYK
RGB Variations
Color information
#8E4DC8 (or 0x8E4DC8) is known color: Deep Lilac. HEX triplet: 8E, 4D and C8. RGB value is (142,77,200). Sum of RGB (Red+Green+Blue) = 142+77+200=419 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.89% from 419); Green value is 77 (30.47% from 255 or 18.38% from 419); Blue value is 200 (78.52% from 255 or 47.73% from 419); Max value from RGB is 200 - color contains mainly: blue. Hex color #8E4DC8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E4DC8 is #71B237. Grayscale: #6E6E6E. Windows color (decimal): -7451192 or 13127054. OLE color: 13127054.
HSL color Cylindrical-coordinate representation of color #8E4DC8: hue angle of 271.71º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8E4DC8 is Cyan = 0.29, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 142 | 77 | 200 | - |
| CMYK | 0.29 | 0.62 | 0 | 0.22 |
| HSL | 271.71º | 0.53% | 0.54% | - |
| HSV(B) | 271.71º | 0.62% | 0.78% | - |
| XYZ | 24.23 | 15.23 | 56.31 | - |
| YUV | 110.46 | 178.53 | 150.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 77 | 200 | 0.29 | 0.62 | 0 | 0.22 | 271.71 | 0.53 | 0.54 |
| Hex | 8E | 4D | C8 | 1D | 3E | 0 | 16 | 110 | 35 | 36 |
| Octal | 216 | 115 | 310 | 35 | 76 | 0 | 26 | 420 | 65 | 66 |
| Binary | 10001110 | 1001101 | 11001000 | 11101 | 111110 | 0 | 10110 | 100010000 | 110101 | 110110 |
Color Harmonies of #8E4DC8
Complementary color
Monochromatic Colors of #8E4DC8
Black with #8E4DC8
Text Example
Text Example
White with #8E4DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E4DC8; }
p { color: rgb(142,77,200); }
H1.HeaderClassName
{
color: #8E4DC8;
}
.AnyTagClassName
{
color: #8E4DC8;
}
</style>
background-color css
<style>
a { background-color: #8E4DC8; }
a { background-color: rgb(142,77,200); }
div.DivClassName
{
background-color: #8E4DC8;
}
.BgClassName
{
background-color: #8E4DC8;
}
</style>
border-color css
<style>
span { border-color: #8E4DC8; }
span { border-color: rgb(142,77,200); }
td.TdClassName
{
border-color: #8E4DC8;
}
.TagClassName
{
border-color: #8E4DC8;
}
</style>