Shades of Deep Lilac #9C59BA
Tints of Deep Lilac #9C59BA
RGB
CMYK
RGB Variations
Color information
#9C59BA (or 0x9C59BA) is known color: Deep Lilac. HEX triplet: 9C, 59 and BA. RGB value is (156,89,186). Sum of RGB (Red+Green+Blue) = 156+89+186=431 (57% of max value = 765). Red value is 156 (61.33% from 255 or 36.19% from 431); Green value is 89 (35.16% from 255 or 20.65% from 431); Blue value is 186 (73.05% from 255 or 43.16% from 431); Max value from RGB is 186 - color contains mainly: blue. Hex color #9C59BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C59BA is #63A645. Grayscale: #777777. Windows color (decimal): -6530630 or 12212636. OLE color: 12212636.
HSL color Cylindrical-coordinate representation of color #9C59BA: hue angle of 281.44º 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 #9C59BA is Cyan = 0.16, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 156 | 89 | 186 | - |
| CMYK | 0.16 | 0.52 | 0 | 0.27 |
| HSL | 281.44º | 0.41% | 0.54% | - |
| HSV(B) | 281.44º | 0.52% | 0.73% | - |
| XYZ | 26.15 | 17.76 | 48.5 | - |
| YUV | 120.09 | 165.2 | 153.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 89 | 186 | 0.16 | 0.52 | 0 | 0.27 | 281.44 | 0.41 | 0.54 |
| Hex | 9C | 59 | BA | 10 | 34 | 0 | 1B | 119 | 29 | 36 |
| Octal | 234 | 131 | 272 | 20 | 64 | 0 | 33 | 431 | 51 | 66 |
| Binary | 10011100 | 1011001 | 10111010 | 10000 | 110100 | 0 | 11011 | 100011001 | 101001 | 110110 |
Color Harmonies of #9C59BA
Complementary color
Monochromatic Colors of #9C59BA
Black with #9C59BA
Text Example
Text Example
White with #9C59BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C59BA; }
p { color: rgb(156,89,186); }
H1.HeaderClassName
{
color: #9C59BA;
}
.AnyTagClassName
{
color: #9C59BA;
}
</style>
background-color css
<style>
a { background-color: #9C59BA; }
a { background-color: rgb(156,89,186); }
div.DivClassName
{
background-color: #9C59BA;
}
.BgClassName
{
background-color: #9C59BA;
}
</style>
border-color css
<style>
span { border-color: #9C59BA; }
span { border-color: rgb(156,89,186); }
td.TdClassName
{
border-color: #9C59BA;
}
.TagClassName
{
border-color: #9C59BA;
}
</style>