Shades of Deep Lilac #8E58AA
Tints of Deep Lilac #8E58AA
RGB
CMYK
RGB Variations
Color information
#8E58AA (or 0x8E58AA) is known color: Deep Lilac. HEX triplet: 8E, 58 and AA. RGB value is (142,88,170). Sum of RGB (Red+Green+Blue) = 142+88+170=400 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.5% from 400); Green value is 88 (34.77% from 255 or 22% from 400); Blue value is 170 (66.80% from 255 or 42.5% from 400); Max value from RGB is 170 - color contains mainly: blue. Hex color #8E58AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E58AA is #71A755. Grayscale: #717171. Windows color (decimal): -7448406 or 11163790. OLE color: 11163790.
HSL color Cylindrical-coordinate representation of color #8E58AA: hue angle of 279.51º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8E58AA is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 142 | 88 | 170 | - |
| CMYK | 0.16 | 0.48 | 0 | 0.33 |
| HSL | 279.51º | 0.33% | 0.51% | - |
| HSV(B) | 279.51º | 0.48% | 0.67% | - |
| XYZ | 21.9 | 15.63 | 39.89 | - |
| YUV | 113.49 | 159.89 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 88 | 170 | 0.16 | 0.48 | 0 | 0.33 | 279.51 | 0.33 | 0.51 |
| Hex | 8E | 58 | AA | 10 | 30 | 0 | 21 | 118 | 21 | 33 |
| Octal | 216 | 130 | 252 | 20 | 60 | 0 | 41 | 430 | 41 | 63 |
| Binary | 10001110 | 1011000 | 10101010 | 10000 | 110000 | 0 | 100001 | 100011000 | 100001 | 110011 |
Color Harmonies of #8E58AA
Complementary color
Monochromatic Colors of #8E58AA
Black with #8E58AA
Text Example
Text Example
White with #8E58AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E58AA; }
p { color: rgb(142,88,170); }
H1.HeaderClassName
{
color: #8E58AA;
}
.AnyTagClassName
{
color: #8E58AA;
}
</style>
background-color css
<style>
a { background-color: #8E58AA; }
a { background-color: rgb(142,88,170); }
div.DivClassName
{
background-color: #8E58AA;
}
.BgClassName
{
background-color: #8E58AA;
}
</style>
border-color css
<style>
span { border-color: #8E58AA; }
span { border-color: rgb(142,88,170); }
td.TdClassName
{
border-color: #8E58AA;
}
.TagClassName
{
border-color: #8E58AA;
}
</style>