Shades of Deep Lilac #8C59B9
Tints of Deep Lilac #8C59B9
RGB
CMYK
RGB Variations
Color information
#8C59B9 (or 0x8C59B9) is known color: Deep Lilac. HEX triplet: 8C, 59 and B9. RGB value is (140,89,185). Sum of RGB (Red+Green+Blue) = 140+89+185=414 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.82% from 414); Green value is 89 (35.16% from 255 or 21.50% from 414); Blue value is 185 (72.66% from 255 or 44.69% from 414); Max value from RGB is 185 - color contains mainly: blue. Hex color #8C59B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C59B9 is #73A646. Grayscale: #727272. Windows color (decimal): -7579207 or 12147084. OLE color: 12147084.
HSL color Cylindrical-coordinate representation of color #8C59B9: hue angle of 271.88º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8C59B9 is Cyan = 0.24, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 140 | 89 | 185 | - |
| CMYK | 0.24 | 0.52 | 0 | 0.27 |
| HSL | 271.88º | 0.41% | 0.54% | - |
| HSV(B) | 271.88º | 0.52% | 0.73% | - |
| XYZ | 23.14 | 16.22 | 47.81 | - |
| YUV | 115.19 | 167.4 | 145.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 89 | 185 | 0.24 | 0.52 | 0 | 0.27 | 271.88 | 0.41 | 0.54 |
| Hex | 8C | 59 | B9 | 18 | 34 | 0 | 1B | 110 | 29 | 36 |
| Octal | 214 | 131 | 271 | 30 | 64 | 0 | 33 | 420 | 51 | 66 |
| Binary | 10001100 | 1011001 | 10111001 | 11000 | 110100 | 0 | 11011 | 100010000 | 101001 | 110110 |
Color Harmonies of #8C59B9
Complementary color
Monochromatic Colors of #8C59B9
Black with #8C59B9
Text Example
Text Example
White with #8C59B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C59B9; }
p { color: rgb(140,89,185); }
H1.HeaderClassName
{
color: #8C59B9;
}
.AnyTagClassName
{
color: #8C59B9;
}
</style>
background-color css
<style>
a { background-color: #8C59B9; }
a { background-color: rgb(140,89,185); }
div.DivClassName
{
background-color: #8C59B9;
}
.BgClassName
{
background-color: #8C59B9;
}
</style>
border-color css
<style>
span { border-color: #8C59B9; }
span { border-color: rgb(140,89,185); }
td.TdClassName
{
border-color: #8C59B9;
}
.TagClassName
{
border-color: #8C59B9;
}
</style>