Shades of Deep Lilac #8E5FB4
Tints of Deep Lilac #8E5FB4
RGB
CMYK
RGB Variations
Color information
#8E5FB4 (or 0x8E5FB4) is known color: Deep Lilac. HEX triplet: 8E, 5F and B4. RGB value is (142,95,180). Sum of RGB (Red+Green+Blue) = 142+95+180=417 (55% of max value = 765). Red value is 142 (55.86% from 255 or 34.05% from 417); Green value is 95 (37.5% from 255 or 22.78% from 417); Blue value is 180 (70.70% from 255 or 43.17% from 417); Max value from RGB is 180 - color contains mainly: blue. Hex color #8E5FB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E5FB4 is #71A04B. Grayscale: #767676. Windows color (decimal): -7446604 or 11820942. OLE color: 11820942.
HSL color Cylindrical-coordinate representation of color #8E5FB4: hue angle of 273.18º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8E5FB4 is Cyan = 0.21, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 142 | 95 | 180 | - |
| CMYK | 0.21 | 0.47 | 0 | 0.29 |
| HSL | 273.18º | 0.36% | 0.54% | - |
| HSV(B) | 273.18º | 0.47% | 0.71% | - |
| XYZ | 23.49 | 17.23 | 45.27 | - |
| YUV | 118.74 | 162.57 | 144.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 95 | 180 | 0.21 | 0.47 | 0 | 0.29 | 273.18 | 0.36 | 0.54 |
| Hex | 8E | 5F | B4 | 15 | 2F | 0 | 1D | 111 | 24 | 36 |
| Octal | 216 | 137 | 264 | 25 | 57 | 0 | 35 | 421 | 44 | 66 |
| Binary | 10001110 | 1011111 | 10110100 | 10101 | 101111 | 0 | 11101 | 100010001 | 100100 | 110110 |
Color Harmonies of #8E5FB4
Complementary color
Monochromatic Colors of #8E5FB4
Black with #8E5FB4
Text Example
Text Example
White with #8E5FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E5FB4; }
p { color: rgb(142,95,180); }
H1.HeaderClassName
{
color: #8E5FB4;
}
.AnyTagClassName
{
color: #8E5FB4;
}
</style>
background-color css
<style>
a { background-color: #8E5FB4; }
a { background-color: rgb(142,95,180); }
div.DivClassName
{
background-color: #8E5FB4;
}
.BgClassName
{
background-color: #8E5FB4;
}
</style>
border-color css
<style>
span { border-color: #8E5FB4; }
span { border-color: rgb(142,95,180); }
td.TdClassName
{
border-color: #8E5FB4;
}
.TagClassName
{
border-color: #8E5FB4;
}
</style>