Shades of Deep Lilac #8E5DBB
Tints of Deep Lilac #8E5DBB
RGB
CMYK
RGB Variations
Color information
#8E5DBB (or 0x8E5DBB) is known color: Deep Lilac. HEX triplet: 8E, 5D and BB. RGB value is (142,93,187). Sum of RGB (Red+Green+Blue) = 142+93+187=422 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.65% from 422); Green value is 93 (36.72% from 255 or 22.04% from 422); Blue value is 187 (73.44% from 255 or 44.31% from 422); Max value from RGB is 187 - color contains mainly: blue. Hex color #8E5DBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E5DBB is #71A244. Grayscale: #767676. Windows color (decimal): -7447109 or 12279182. OLE color: 12279182.
HSL color Cylindrical-coordinate representation of color #8E5DBB: hue angle of 271.28º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8E5DBB is Cyan = 0.24, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 142 | 93 | 187 | - |
| CMYK | 0.24 | 0.50 | 0 | 0.27 |
| HSL | 271.28º | 0.41% | 0.55% | - |
| HSV(B) | 271.28º | 0.5% | 0.73% | - |
| XYZ | 24.04 | 17.17 | 49.06 | - |
| YUV | 118.37 | 166.73 | 144.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 93 | 187 | 0.24 | 0.50 | 0 | 0.27 | 271.28 | 0.41 | 0.55 |
| Hex | 8E | 5D | BB | 18 | 32 | 0 | 1B | 10F | 29 | 37 |
| Octal | 216 | 135 | 273 | 30 | 62 | 0 | 33 | 417 | 51 | 67 |
| Binary | 10001110 | 1011101 | 10111011 | 11000 | 110010 | 0 | 11011 | 100001111 | 101001 | 110111 |
Color Harmonies of #8E5DBB
Complementary color
Monochromatic Colors of #8E5DBB
Black with #8E5DBB
Text Example
Text Example
White with #8E5DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E5DBB; }
p { color: rgb(142,93,187); }
H1.HeaderClassName
{
color: #8E5DBB;
}
.AnyTagClassName
{
color: #8E5DBB;
}
</style>
background-color css
<style>
a { background-color: #8E5DBB; }
a { background-color: rgb(142,93,187); }
div.DivClassName
{
background-color: #8E5DBB;
}
.BgClassName
{
background-color: #8E5DBB;
}
</style>
border-color css
<style>
span { border-color: #8E5DBB; }
span { border-color: rgb(142,93,187); }
td.TdClassName
{
border-color: #8E5DBB;
}
.TagClassName
{
border-color: #8E5DBB;
}
</style>