Shades of Deep Lilac #8E59AF
Tints of Deep Lilac #8E59AF
RGB
CMYK
RGB Variations
Color information
#8E59AF (or 0x8E59AF) is known color: Deep Lilac. HEX triplet: 8E, 59 and AF. RGB value is (142,89,175). Sum of RGB (Red+Green+Blue) = 142+89+175=406 (53% of max value = 765). Red value is 142 (55.86% from 255 or 34.98% from 406); Green value is 89 (35.16% from 255 or 21.92% from 406); Blue value is 175 (68.75% from 255 or 43.10% from 406); Max value from RGB is 175 - color contains mainly: blue. Hex color #8E59AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E59AF is #71A650. Grayscale: #727272. Windows color (decimal): -7448145 or 11491726. OLE color: 11491726.
HSL color Cylindrical-coordinate representation of color #8E59AF: hue angle of 276.98º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8E59AF is Cyan = 0.19, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 142 | 89 | 175 | - |
| CMYK | 0.19 | 0.49 | 0 | 0.31 |
| HSL | 276.98º | 0.35% | 0.52% | - |
| HSV(B) | 276.98º | 0.49% | 0.69% | - |
| XYZ | 22.47 | 15.99 | 42.46 | - |
| YUV | 114.65 | 162.06 | 147.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 89 | 175 | 0.19 | 0.49 | 0 | 0.31 | 276.98 | 0.35 | 0.52 |
| Hex | 8E | 59 | AF | 13 | 31 | 0 | 1F | 115 | 23 | 34 |
| Octal | 216 | 131 | 257 | 23 | 61 | 0 | 37 | 425 | 43 | 64 |
| Binary | 10001110 | 1011001 | 10101111 | 10011 | 110001 | 0 | 11111 | 100010101 | 100011 | 110100 |
Color Harmonies of #8E59AF
Complementary color
Monochromatic Colors of #8E59AF
Black with #8E59AF
Text Example
Text Example
White with #8E59AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E59AF; }
p { color: rgb(142,89,175); }
H1.HeaderClassName
{
color: #8E59AF;
}
.AnyTagClassName
{
color: #8E59AF;
}
</style>
background-color css
<style>
a { background-color: #8E59AF; }
a { background-color: rgb(142,89,175); }
div.DivClassName
{
background-color: #8E59AF;
}
.BgClassName
{
background-color: #8E59AF;
}
</style>
border-color css
<style>
span { border-color: #8E59AF; }
span { border-color: rgb(142,89,175); }
td.TdClassName
{
border-color: #8E59AF;
}
.TagClassName
{
border-color: #8E59AF;
}
</style>