Shades of Deep Lilac #8E54AE
Tints of Deep Lilac #8E54AE
RGB
CMYK
RGB Variations
Color information
#8E54AE (or 0x8E54AE) is known color: Deep Lilac. HEX triplet: 8E, 54 and AE. RGB value is (142,84,174). Sum of RGB (Red+Green+Blue) = 142+84+174=400 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.5% from 400); Green value is 84 (33.20% from 255 or 21% from 400); Blue value is 174 (68.36% from 255 or 43.5% from 400); Max value from RGB is 174 - color contains mainly: blue. Hex color #8E54AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E54AE is #71AB51. Grayscale: #6F6F6F. Windows color (decimal): -7449426 or 11424910. OLE color: 11424910.
HSL color Cylindrical-coordinate representation of color #8E54AE: hue angle of 278.67º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8E54AE is Cyan = 0.18, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 142 | 84 | 174 | - |
| CMYK | 0.18 | 0.52 | 0 | 0.32 |
| HSL | 278.67º | 0.36% | 0.51% | - |
| HSV(B) | 278.67º | 0.52% | 0.68% | - |
| XYZ | 21.97 | 15.15 | 41.81 | - |
| YUV | 111.6 | 163.22 | 149.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 84 | 174 | 0.18 | 0.52 | 0 | 0.32 | 278.67 | 0.36 | 0.51 |
| Hex | 8E | 54 | AE | 12 | 34 | 0 | 20 | 117 | 24 | 33 |
| Octal | 216 | 124 | 256 | 22 | 64 | 0 | 40 | 427 | 44 | 63 |
| Binary | 10001110 | 1010100 | 10101110 | 10010 | 110100 | 0 | 100000 | 100010111 | 100100 | 110011 |
Color Harmonies of #8E54AE
Complementary color
Monochromatic Colors of #8E54AE
Black with #8E54AE
Text Example
Text Example
White with #8E54AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E54AE; }
p { color: rgb(142,84,174); }
H1.HeaderClassName
{
color: #8E54AE;
}
.AnyTagClassName
{
color: #8E54AE;
}
</style>
background-color css
<style>
a { background-color: #8E54AE; }
a { background-color: rgb(142,84,174); }
div.DivClassName
{
background-color: #8E54AE;
}
.BgClassName
{
background-color: #8E54AE;
}
</style>
border-color css
<style>
span { border-color: #8E54AE; }
span { border-color: rgb(142,84,174); }
td.TdClassName
{
border-color: #8E54AE;
}
.TagClassName
{
border-color: #8E54AE;
}
</style>