Shades of Deep Lilac #8E5DB6
Tints of Deep Lilac #8E5DB6
RGB
CMYK
RGB Variations
Color information
#8E5DB6 (or 0x8E5DB6) is known color: Deep Lilac. HEX triplet: 8E, 5D and B6. RGB value is (142,93,182). Sum of RGB (Red+Green+Blue) = 142+93+182=417 (55% of max value = 765). Red value is 142 (55.86% from 255 or 34.05% from 417); Green value is 93 (36.72% from 255 or 22.30% from 417); Blue value is 182 (71.48% from 255 or 43.65% from 417); Max value from RGB is 182 - color contains mainly: blue. Hex color #8E5DB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E5DB6 is #71A249. Grayscale: #757575. Windows color (decimal): -7447114 or 11951502. OLE color: 11951502.
HSL color Cylindrical-coordinate representation of color #8E5DB6: hue angle of 273.03º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8E5DB6 is Cyan = 0.22, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 142 | 93 | 182 | - |
| CMYK | 0.22 | 0.49 | 0 | 0.29 |
| HSL | 273.03º | 0.38% | 0.54% | - |
| HSV(B) | 273.03º | 0.49% | 0.71% | - |
| XYZ | 23.51 | 16.96 | 46.29 | - |
| YUV | 117.8 | 164.23 | 145.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 93 | 182 | 0.22 | 0.49 | 0 | 0.29 | 273.03 | 0.38 | 0.54 |
| Hex | 8E | 5D | B6 | 16 | 31 | 0 | 1D | 111 | 26 | 36 |
| Octal | 216 | 135 | 266 | 26 | 61 | 0 | 35 | 421 | 46 | 66 |
| Binary | 10001110 | 1011101 | 10110110 | 10110 | 110001 | 0 | 11101 | 100010001 | 100110 | 110110 |
Color Harmonies of #8E5DB6
Complementary color
Monochromatic Colors of #8E5DB6
Black with #8E5DB6
Text Example
Text Example
White with #8E5DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E5DB6; }
p { color: rgb(142,93,182); }
H1.HeaderClassName
{
color: #8E5DB6;
}
.AnyTagClassName
{
color: #8E5DB6;
}
</style>
background-color css
<style>
a { background-color: #8E5DB6; }
a { background-color: rgb(142,93,182); }
div.DivClassName
{
background-color: #8E5DB6;
}
.BgClassName
{
background-color: #8E5DB6;
}
</style>
border-color css
<style>
span { border-color: #8E5DB6; }
span { border-color: rgb(142,93,182); }
td.TdClassName
{
border-color: #8E5DB6;
}
.TagClassName
{
border-color: #8E5DB6;
}
</style>