Shades of Deep Lilac #9C59AD
Tints of Deep Lilac #9C59AD
RGB
CMYK
RGB Variations
Color information
#9C59AD (or 0x9C59AD) is known color: Deep Lilac. HEX triplet: 9C, 59 and AD. RGB value is (156,89,173). Sum of RGB (Red+Green+Blue) = 156+89+173=418 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.32% from 418); Green value is 89 (35.16% from 255 or 21.29% from 418); Blue value is 173 (67.97% from 255 or 41.39% from 418); Max value from RGB is 173 - color contains mainly: blue. Hex color #9C59AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C59AD is #63A652. Grayscale: #767676. Windows color (decimal): -6530643 or 11360668. OLE color: 11360668.
HSL color Cylindrical-coordinate representation of color #9C59AD: hue angle of 287.86º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9C59AD is Cyan = 0.10, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 156 | 89 | 173 | - |
| CMYK | 0.10 | 0.49 | 0 | 0.32 |
| HSL | 287.86º | 0.34% | 0.51% | - |
| HSV(B) | 287.86º | 0.49% | 0.68% | - |
| XYZ | 24.83 | 17.23 | 41.55 | - |
| YUV | 118.61 | 158.7 | 154.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 89 | 173 | 0.10 | 0.49 | 0 | 0.32 | 287.86 | 0.34 | 0.51 |
| Hex | 9C | 59 | AD | A | 31 | 0 | 20 | 120 | 22 | 33 |
| Octal | 234 | 131 | 255 | 12 | 61 | 0 | 40 | 440 | 42 | 63 |
| Binary | 10011100 | 1011001 | 10101101 | 1010 | 110001 | 0 | 100000 | 100100000 | 100010 | 110011 |
Color Harmonies of #9C59AD
Complementary color
Monochromatic Colors of #9C59AD
Black with #9C59AD
Text Example
Text Example
White with #9C59AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C59AD; }
p { color: rgb(156,89,173); }
H1.HeaderClassName
{
color: #9C59AD;
}
.AnyTagClassName
{
color: #9C59AD;
}
</style>
background-color css
<style>
a { background-color: #9C59AD; }
a { background-color: rgb(156,89,173); }
div.DivClassName
{
background-color: #9C59AD;
}
.BgClassName
{
background-color: #9C59AD;
}
</style>
border-color css
<style>
span { border-color: #9C59AD; }
span { border-color: rgb(156,89,173); }
td.TdClassName
{
border-color: #9C59AD;
}
.TagClassName
{
border-color: #9C59AD;
}
</style>