Shades of Deep Lilac #8858AA
Tints of Deep Lilac #8858AA
RGB
CMYK
RGB Variations
Color information
#8858AA (or 0x8858AA) is known color: Deep Lilac. HEX triplet: 88, 58 and AA. RGB value is (136,88,170). Sum of RGB (Red+Green+Blue) = 136+88+170=394 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.52% from 394); Green value is 88 (34.77% from 255 or 22.34% from 394); Blue value is 170 (66.80% from 255 or 43.15% from 394); Max value from RGB is 170 - color contains mainly: blue. Hex color #8858AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8858AA is #77A755. Grayscale: #6F6F6F. Windows color (decimal): -7841622 or 11163784. OLE color: 11163784.
HSL color Cylindrical-coordinate representation of color #8858AA: hue angle of 275.12º 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 #8858AA is Cyan = 0.20, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 136 | 88 | 170 | - |
| CMYK | 0.20 | 0.48 | 0 | 0.33 |
| HSL | 275.12º | 0.33% | 0.51% | - |
| HSV(B) | 275.12º | 0.48% | 0.67% | - |
| XYZ | 20.9 | 15.12 | 39.85 | - |
| YUV | 111.7 | 160.9 | 145.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 88 | 170 | 0.20 | 0.48 | 0 | 0.33 | 275.12 | 0.33 | 0.51 |
| Hex | 88 | 58 | AA | 14 | 30 | 0 | 21 | 113 | 21 | 33 |
| Octal | 210 | 130 | 252 | 24 | 60 | 0 | 41 | 423 | 41 | 63 |
| Binary | 10001000 | 1011000 | 10101010 | 10100 | 110000 | 0 | 100001 | 100010011 | 100001 | 110011 |
Color Harmonies of #8858AA
Complementary color
Monochromatic Colors of #8858AA
Black with #8858AA
Text Example
Text Example
White with #8858AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8858AA; }
p { color: rgb(136,88,170); }
H1.HeaderClassName
{
color: #8858AA;
}
.AnyTagClassName
{
color: #8858AA;
}
</style>
background-color css
<style>
a { background-color: #8858AA; }
a { background-color: rgb(136,88,170); }
div.DivClassName
{
background-color: #8858AA;
}
.BgClassName
{
background-color: #8858AA;
}
</style>
border-color css
<style>
span { border-color: #8858AA; }
span { border-color: rgb(136,88,170); }
td.TdClassName
{
border-color: #8858AA;
}
.TagClassName
{
border-color: #8858AA;
}
</style>