Shades of Deep Lilac #8E4AAF
Tints of Deep Lilac #8E4AAF
RGB
CMYK
RGB Variations
Color information
#8E4AAF (or 0x8E4AAF) is known color: Deep Lilac. HEX triplet: 8E, 4A and AF. RGB value is (142,74,175). Sum of RGB (Red+Green+Blue) = 142+74+175=391 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.32% from 391); Green value is 74 (29.30% from 255 or 18.93% from 391); Blue value is 175 (68.75% from 255 or 44.76% from 391); Max value from RGB is 175 - color contains mainly: blue. Hex color #8E4AAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E4AAF is #71B550. Grayscale: #696969. Windows color (decimal): -7451985 or 11487886. OLE color: 11487886.
HSL color Cylindrical-coordinate representation of color #8E4AAF: hue angle of 280.4º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8E4AAF is Cyan = 0.19, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 142 | 74 | 175 | - |
| CMYK | 0.19 | 0.58 | 0 | 0.31 |
| HSL | 280.4º | 0.41% | 0.49% | - |
| HSV(B) | 280.4º | 0.58% | 0.69% | - |
| XYZ | 21.34 | 13.74 | 42.09 | - |
| YUV | 105.85 | 167.03 | 153.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 74 | 175 | 0.19 | 0.58 | 0 | 0.31 | 280.4 | 0.41 | 0.49 |
| Hex | 8E | 4A | AF | 13 | 3A | 0 | 1F | 118 | 29 | 31 |
| Octal | 216 | 112 | 257 | 23 | 72 | 0 | 37 | 430 | 51 | 61 |
| Binary | 10001110 | 1001010 | 10101111 | 10011 | 111010 | 0 | 11111 | 100011000 | 101001 | 110001 |
Color Harmonies of #8E4AAF
Complementary color
Monochromatic Colors of #8E4AAF
Black with #8E4AAF
Text Example
Text Example
White with #8E4AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E4AAF; }
p { color: rgb(142,74,175); }
H1.HeaderClassName
{
color: #8E4AAF;
}
.AnyTagClassName
{
color: #8E4AAF;
}
</style>
background-color css
<style>
a { background-color: #8E4AAF; }
a { background-color: rgb(142,74,175); }
div.DivClassName
{
background-color: #8E4AAF;
}
.BgClassName
{
background-color: #8E4AAF;
}
</style>
border-color css
<style>
span { border-color: #8E4AAF; }
span { border-color: rgb(142,74,175); }
td.TdClassName
{
border-color: #8E4AAF;
}
.TagClassName
{
border-color: #8E4AAF;
}
</style>