Shades of Deep Lilac #9C59C7
Tints of Deep Lilac #9C59C7
RGB
CMYK
RGB Variations
Color information
#9C59C7 (or 0x9C59C7) is known color: Deep Lilac. HEX triplet: 9C, 59 and C7. RGB value is (156,89,199). Sum of RGB (Red+Green+Blue) = 156+89+199=444 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.14% from 444); Green value is 89 (35.16% from 255 or 20.05% from 444); Blue value is 199 (78.12% from 255 or 44.82% from 444); Max value from RGB is 199 - color contains mainly: blue. Hex color #9C59C7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C59C7 is #63A638. Grayscale: #797979. Windows color (decimal): -6530617 or 13064604. OLE color: 13064604.
HSL color Cylindrical-coordinate representation of color #9C59C7: hue angle of 276.55º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9C59C7 is Cyan = 0.22, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 156 | 89 | 199 | - |
| CMYK | 0.22 | 0.55 | 0 | 0.22 |
| HSL | 276.55º | 0.5% | 0.56% | - |
| HSV(B) | 276.55º | 0.55% | 0.78% | - |
| XYZ | 27.59 | 18.34 | 56.12 | - |
| YUV | 121.57 | 171.7 | 152.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 89 | 199 | 0.22 | 0.55 | 0 | 0.22 | 276.55 | 0.5 | 0.56 |
| Hex | 9C | 59 | C7 | 16 | 37 | 0 | 16 | 115 | 32 | 38 |
| Octal | 234 | 131 | 307 | 26 | 67 | 0 | 26 | 425 | 62 | 70 |
| Binary | 10011100 | 1011001 | 11000111 | 10110 | 110111 | 0 | 10110 | 100010101 | 110010 | 111000 |
Color Harmonies of #9C59C7
Complementary color
Monochromatic Colors of #9C59C7
Black with #9C59C7
Text Example
Text Example
White with #9C59C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C59C7; }
p { color: rgb(156,89,199); }
H1.HeaderClassName
{
color: #9C59C7;
}
.AnyTagClassName
{
color: #9C59C7;
}
</style>
background-color css
<style>
a { background-color: #9C59C7; }
a { background-color: rgb(156,89,199); }
div.DivClassName
{
background-color: #9C59C7;
}
.BgClassName
{
background-color: #9C59C7;
}
</style>
border-color css
<style>
span { border-color: #9C59C7; }
span { border-color: rgb(156,89,199); }
td.TdClassName
{
border-color: #9C59C7;
}
.TagClassName
{
border-color: #9C59C7;
}
</style>