Shades of Deep Lilac #8E5BB7
Tints of Deep Lilac #8E5BB7
RGB
CMYK
RGB Variations
Color information
#8E5BB7 (or 0x8E5BB7) is known color: Deep Lilac. HEX triplet: 8E, 5B and B7. RGB value is (142,91,183). Sum of RGB (Red+Green+Blue) = 142+91+183=416 (55% of max value = 765). Red value is 142 (55.86% from 255 or 34.13% from 416); Green value is 91 (35.94% from 255 or 21.88% from 416); Blue value is 183 (71.88% from 255 or 43.99% from 416); Max value from RGB is 183 - color contains mainly: blue. Hex color #8E5BB7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E5BB7 is #71A448. Grayscale: #747474. Windows color (decimal): -7447625 or 12016526. OLE color: 12016526.
HSL color Cylindrical-coordinate representation of color #8E5BB7: hue angle of 273.26º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8E5BB7 is Cyan = 0.22, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 142 | 91 | 183 | - |
| CMYK | 0.22 | 0.50 | 0 | 0.28 |
| HSL | 273.26º | 0.39% | 0.54% | - |
| HSV(B) | 273.26º | 0.5% | 0.72% | - |
| XYZ | 23.44 | 16.65 | 46.78 | - |
| YUV | 116.74 | 165.4 | 146.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 91 | 183 | 0.22 | 0.50 | 0 | 0.28 | 273.26 | 0.39 | 0.54 |
| Hex | 8E | 5B | B7 | 16 | 32 | 0 | 1C | 111 | 27 | 36 |
| Octal | 216 | 133 | 267 | 26 | 62 | 0 | 34 | 421 | 47 | 66 |
| Binary | 10001110 | 1011011 | 10110111 | 10110 | 110010 | 0 | 11100 | 100010001 | 100111 | 110110 |
Color Harmonies of #8E5BB7
Complementary color
Monochromatic Colors of #8E5BB7
Black with #8E5BB7
Text Example
Text Example
White with #8E5BB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E5BB7; }
p { color: rgb(142,91,183); }
H1.HeaderClassName
{
color: #8E5BB7;
}
.AnyTagClassName
{
color: #8E5BB7;
}
</style>
background-color css
<style>
a { background-color: #8E5BB7; }
a { background-color: rgb(142,91,183); }
div.DivClassName
{
background-color: #8E5BB7;
}
.BgClassName
{
background-color: #8E5BB7;
}
</style>
border-color css
<style>
span { border-color: #8E5BB7; }
span { border-color: rgb(142,91,183); }
td.TdClassName
{
border-color: #8E5BB7;
}
.TagClassName
{
border-color: #8E5BB7;
}
</style>