Shades of Deep Lilac #8E57AB
Tints of Deep Lilac #8E57AB
RGB
CMYK
RGB Variations
Color information
#8E57AB (or 0x8E57AB) is known color: Deep Lilac. HEX triplet: 8E, 57 and AB. RGB value is (142,87,171). Sum of RGB (Red+Green+Blue) = 142+87+171=400 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.5% from 400); Green value is 87 (34.38% from 255 or 21.75% from 400); Blue value is 171 (67.19% from 255 or 42.75% from 400); Max value from RGB is 171 - color contains mainly: blue. Hex color #8E57AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E57AB is #71A854. Grayscale: #707070. Windows color (decimal): -7448661 or 11229070. OLE color: 11229070.
HSL color Cylindrical-coordinate representation of color #8E57AB: hue angle of 279.29º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8E57AB is Cyan = 0.17, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 142 | 87 | 171 | - |
| CMYK | 0.17 | 0.49 | 0 | 0.33 |
| HSL | 279.29º | 0.33% | 0.51% | - |
| HSV(B) | 279.29º | 0.49% | 0.67% | - |
| XYZ | 21.91 | 15.51 | 40.37 | - |
| YUV | 113.02 | 160.72 | 148.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 87 | 171 | 0.17 | 0.49 | 0 | 0.33 | 279.29 | 0.33 | 0.51 |
| Hex | 8E | 57 | AB | 11 | 31 | 0 | 21 | 117 | 21 | 33 |
| Octal | 216 | 127 | 253 | 21 | 61 | 0 | 41 | 427 | 41 | 63 |
| Binary | 10001110 | 1010111 | 10101011 | 10001 | 110001 | 0 | 100001 | 100010111 | 100001 | 110011 |
Color Harmonies of #8E57AB
Complementary color
Monochromatic Colors of #8E57AB
Black with #8E57AB
Text Example
Text Example
White with #8E57AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E57AB; }
p { color: rgb(142,87,171); }
H1.HeaderClassName
{
color: #8E57AB;
}
.AnyTagClassName
{
color: #8E57AB;
}
</style>
background-color css
<style>
a { background-color: #8E57AB; }
a { background-color: rgb(142,87,171); }
div.DivClassName
{
background-color: #8E57AB;
}
.BgClassName
{
background-color: #8E57AB;
}
</style>
border-color css
<style>
span { border-color: #8E57AB; }
span { border-color: rgb(142,87,171); }
td.TdClassName
{
border-color: #8E57AB;
}
.TagClassName
{
border-color: #8E57AB;
}
</style>