Shades of Deep Lilac #8C59B0
Tints of Deep Lilac #8C59B0
RGB
CMYK
RGB Variations
Color information
#8C59B0 (or 0x8C59B0) is known color: Deep Lilac. HEX triplet: 8C, 59 and B0. RGB value is (140,89,176). Sum of RGB (Red+Green+Blue) = 140+89+176=405 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.57% from 405); Green value is 89 (35.16% from 255 or 21.98% from 405); Blue value is 176 (69.14% from 255 or 43.46% from 405); Max value from RGB is 176 - color contains mainly: blue. Hex color #8C59B0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C59B0 is #73A64F. Grayscale: #717171. Windows color (decimal): -7579216 or 11557260. OLE color: 11557260.
HSL color Cylindrical-coordinate representation of color #8C59B0: hue angle of 275.17º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8C59B0 is Cyan = 0.20, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 140 | 89 | 176 | - |
| CMYK | 0.20 | 0.49 | 0 | 0.31 |
| HSL | 275.17º | 0.36% | 0.52% | - |
| HSV(B) | 275.17º | 0.49% | 0.69% | - |
| XYZ | 22.22 | 15.85 | 42.96 | - |
| YUV | 114.17 | 162.9 | 146.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 89 | 176 | 0.20 | 0.49 | 0 | 0.31 | 275.17 | 0.36 | 0.52 |
| Hex | 8C | 59 | B0 | 14 | 31 | 0 | 1F | 113 | 24 | 34 |
| Octal | 214 | 131 | 260 | 24 | 61 | 0 | 37 | 423 | 44 | 64 |
| Binary | 10001100 | 1011001 | 10110000 | 10100 | 110001 | 0 | 11111 | 100010011 | 100100 | 110100 |
Color Harmonies of #8C59B0
Complementary color
Monochromatic Colors of #8C59B0
Black with #8C59B0
Text Example
Text Example
White with #8C59B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C59B0; }
p { color: rgb(140,89,176); }
H1.HeaderClassName
{
color: #8C59B0;
}
.AnyTagClassName
{
color: #8C59B0;
}
</style>
background-color css
<style>
a { background-color: #8C59B0; }
a { background-color: rgb(140,89,176); }
div.DivClassName
{
background-color: #8C59B0;
}
.BgClassName
{
background-color: #8C59B0;
}
</style>
border-color css
<style>
span { border-color: #8C59B0; }
span { border-color: rgb(140,89,176); }
td.TdClassName
{
border-color: #8C59B0;
}
.TagClassName
{
border-color: #8C59B0;
}
</style>