Shades of Deep Lilac #8C59AA
Tints of Deep Lilac #8C59AA
RGB
CMYK
RGB Variations
Color information
#8C59AA (or 0x8C59AA) is known color: Deep Lilac. HEX triplet: 8C, 59 and AA. RGB value is (140,89,170). Sum of RGB (Red+Green+Blue) = 140+89+170=399 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.09% from 399); Green value is 89 (35.16% from 255 or 22.31% from 399); Blue value is 170 (66.80% from 255 or 42.61% from 399); Max value from RGB is 170 - color contains mainly: blue. Hex color #8C59AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C59AA is #73A655. Grayscale: #717171. Windows color (decimal): -7579222 or 11164044. OLE color: 11164044.
HSL color Cylindrical-coordinate representation of color #8C59AA: hue angle of 277.78º degrees, saturation: 0.32, 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 #8C59AA is Cyan = 0.18, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 89 | 170 | - |
| CMYK | 0.18 | 0.48 | 0 | 0.33 |
| HSL | 277.78º | 0.32% | 0.51% | - |
| HSV(B) | 277.78º | 0.48% | 0.67% | - |
| XYZ | 21.64 | 15.62 | 39.9 | - |
| YUV | 113.48 | 159.9 | 146.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 89 | 170 | 0.18 | 0.48 | 0 | 0.33 | 277.78 | 0.32 | 0.51 |
| Hex | 8C | 59 | AA | 12 | 30 | 0 | 21 | 116 | 20 | 33 |
| Octal | 214 | 131 | 252 | 22 | 60 | 0 | 41 | 426 | 40 | 63 |
| Binary | 10001100 | 1011001 | 10101010 | 10010 | 110000 | 0 | 100001 | 100010110 | 100000 | 110011 |
Color Harmonies of #8C59AA
Complementary color
Monochromatic Colors of #8C59AA
Black with #8C59AA
Text Example
Text Example
White with #8C59AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C59AA; }
p { color: rgb(140,89,170); }
H1.HeaderClassName
{
color: #8C59AA;
}
.AnyTagClassName
{
color: #8C59AA;
}
</style>
background-color css
<style>
a { background-color: #8C59AA; }
a { background-color: rgb(140,89,170); }
div.DivClassName
{
background-color: #8C59AA;
}
.BgClassName
{
background-color: #8C59AA;
}
</style>
border-color css
<style>
span { border-color: #8C59AA; }
span { border-color: rgb(140,89,170); }
td.TdClassName
{
border-color: #8C59AA;
}
.TagClassName
{
border-color: #8C59AA;
}
</style>