Shades of Deep Lilac #884EAA
Tints of Deep Lilac #884EAA
RGB
CMYK
RGB Variations
Color information
#884EAA (or 0x884EAA) is known color: Deep Lilac. HEX triplet: 88, 4E and AA. RGB value is (136,78,170). Sum of RGB (Red+Green+Blue) = 136+78+170=384 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.42% from 384); Green value is 78 (30.86% from 255 or 20.31% from 384); Blue value is 170 (66.80% from 255 or 44.27% from 384); Max value from RGB is 170 - color contains mainly: blue. Hex color #884EAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #884EAA is #77B155. Grayscale: #696969. Windows color (decimal): -7844182 or 11161224. OLE color: 11161224.
HSL color Cylindrical-coordinate representation of color #884EAA: hue angle of 277.83º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #884EAA is Cyan = 0.20, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 136 | 78 | 170 | - |
| CMYK | 0.20 | 0.54 | 0 | 0.33 |
| HSL | 277.83º | 0.37% | 0.49% | - |
| HSV(B) | 277.83º | 0.54% | 0.67% | - |
| XYZ | 20.13 | 13.59 | 39.59 | - |
| YUV | 105.83 | 164.22 | 149.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 78 | 170 | 0.20 | 0.54 | 0 | 0.33 | 277.83 | 0.37 | 0.49 |
| Hex | 88 | 4E | AA | 14 | 36 | 0 | 21 | 116 | 25 | 31 |
| Octal | 210 | 116 | 252 | 24 | 66 | 0 | 41 | 426 | 45 | 61 |
| Binary | 10001000 | 1001110 | 10101010 | 10100 | 110110 | 0 | 100001 | 100010110 | 100101 | 110001 |
Color Harmonies of #884EAA
Complementary color
Monochromatic Colors of #884EAA
Black with #884EAA
Text Example
Text Example
White with #884EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884EAA; }
p { color: rgb(136,78,170); }
H1.HeaderClassName
{
color: #884EAA;
}
.AnyTagClassName
{
color: #884EAA;
}
</style>
background-color css
<style>
a { background-color: #884EAA; }
a { background-color: rgb(136,78,170); }
div.DivClassName
{
background-color: #884EAA;
}
.BgClassName
{
background-color: #884EAA;
}
</style>
border-color css
<style>
span { border-color: #884EAA; }
span { border-color: rgb(136,78,170); }
td.TdClassName
{
border-color: #884EAA;
}
.TagClassName
{
border-color: #884EAA;
}
</style>