Shades of Deep Lilac #8E57AF
Tints of Deep Lilac #8E57AF
RGB
CMYK
RGB Variations
Color information
#8E57AF (or 0x8E57AF) is known color: Deep Lilac. HEX triplet: 8E, 57 and AF. RGB value is (142,87,175). Sum of RGB (Red+Green+Blue) = 142+87+175=404 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.15% from 404); Green value is 87 (34.38% from 255 or 21.53% from 404); Blue value is 175 (68.75% from 255 or 43.32% from 404); Max value from RGB is 175 - color contains mainly: blue. Hex color #8E57AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E57AF is #71A850. Grayscale: #717171. Windows color (decimal): -7448657 or 11491214. OLE color: 11491214.
HSL color Cylindrical-coordinate representation of color #8E57AF: hue angle of 277.5º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8E57AF is Cyan = 0.19, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 142 | 87 | 175 | - |
| CMYK | 0.19 | 0.50 | 0 | 0.31 |
| HSL | 277.5º | 0.35% | 0.51% | - |
| HSV(B) | 277.5º | 0.5% | 0.69% | - |
| XYZ | 22.3 | 15.66 | 42.41 | - |
| YUV | 113.48 | 162.72 | 148.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 87 | 175 | 0.19 | 0.50 | 0 | 0.31 | 277.5 | 0.35 | 0.51 |
| Hex | 8E | 57 | AF | 13 | 32 | 0 | 1F | 116 | 23 | 33 |
| Octal | 216 | 127 | 257 | 23 | 62 | 0 | 37 | 426 | 43 | 63 |
| Binary | 10001110 | 1010111 | 10101111 | 10011 | 110010 | 0 | 11111 | 100010110 | 100011 | 110011 |
Color Harmonies of #8E57AF
Complementary color
Monochromatic Colors of #8E57AF
Black with #8E57AF
Text Example
Text Example
White with #8E57AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E57AF; }
p { color: rgb(142,87,175); }
H1.HeaderClassName
{
color: #8E57AF;
}
.AnyTagClassName
{
color: #8E57AF;
}
</style>
background-color css
<style>
a { background-color: #8E57AF; }
a { background-color: rgb(142,87,175); }
div.DivClassName
{
background-color: #8E57AF;
}
.BgClassName
{
background-color: #8E57AF;
}
</style>
border-color css
<style>
span { border-color: #8E57AF; }
span { border-color: rgb(142,87,175); }
td.TdClassName
{
border-color: #8E57AF;
}
.TagClassName
{
border-color: #8E57AF;
}
</style>