Shades of Deep Lilac #8E4AAB
Tints of Deep Lilac #8E4AAB
RGB
CMYK
RGB Variations
Color information
#8E4AAB (or 0x8E4AAB) is known color: Deep Lilac. HEX triplet: 8E, 4A and AB. RGB value is (142,74,171). Sum of RGB (Red+Green+Blue) = 142+74+171=387 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.69% from 387); Green value is 74 (29.30% from 255 or 19.12% from 387); Blue value is 171 (67.19% from 255 or 44.19% from 387); Max value from RGB is 171 - color contains mainly: blue. Hex color #8E4AAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E4AAB is #71B554. Grayscale: #696969. Windows color (decimal): -7451989 or 11225742. OLE color: 11225742.
HSL color Cylindrical-coordinate representation of color #8E4AAB: hue angle of 282.06º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8E4AAB is Cyan = 0.17, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 142 | 74 | 171 | - |
| CMYK | 0.17 | 0.57 | 0 | 0.33 |
| HSL | 282.06º | 0.4% | 0.48% | - |
| HSV(B) | 282.06º | 0.57% | 0.67% | - |
| XYZ | 20.95 | 13.59 | 40.05 | - |
| YUV | 105.39 | 165.03 | 154.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 74 | 171 | 0.17 | 0.57 | 0 | 0.33 | 282.06 | 0.4 | 0.48 |
| Hex | 8E | 4A | AB | 11 | 39 | 0 | 21 | 11A | 28 | 30 |
| Octal | 216 | 112 | 253 | 21 | 71 | 0 | 41 | 432 | 50 | 60 |
| Binary | 10001110 | 1001010 | 10101011 | 10001 | 111001 | 0 | 100001 | 100011010 | 101000 | 110000 |
Color Harmonies of #8E4AAB
Complementary color
Monochromatic Colors of #8E4AAB
Black with #8E4AAB
Text Example
Text Example
White with #8E4AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E4AAB; }
p { color: rgb(142,74,171); }
H1.HeaderClassName
{
color: #8E4AAB;
}
.AnyTagClassName
{
color: #8E4AAB;
}
</style>
background-color css
<style>
a { background-color: #8E4AAB; }
a { background-color: rgb(142,74,171); }
div.DivClassName
{
background-color: #8E4AAB;
}
.BgClassName
{
background-color: #8E4AAB;
}
</style>
border-color css
<style>
span { border-color: #8E4AAB; }
span { border-color: rgb(142,74,171); }
td.TdClassName
{
border-color: #8E4AAB;
}
.TagClassName
{
border-color: #8E4AAB;
}
</style>