Shades of Deep Lilac #9C4DAD
Tints of Deep Lilac #9C4DAD
RGB
CMYK
RGB Variations
Color information
#9C4DAD (or 0x9C4DAD) is known color: Deep Lilac. HEX triplet: 9C, 4D and AD. RGB value is (156,77,173). Sum of RGB (Red+Green+Blue) = 156+77+173=406 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.42% from 406); Green value is 77 (30.47% from 255 or 18.97% from 406); Blue value is 173 (67.97% from 255 or 42.61% from 406); Max value from RGB is 173 - color contains mainly: blue. Hex color #9C4DAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C4DAD is #63B252. Grayscale: #6F6F6F. Windows color (decimal): -6533715 or 11357596. OLE color: 11357596.
HSL color Cylindrical-coordinate representation of color #9C4DAD: hue angle of 289.38º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9C4DAD is Cyan = 0.10, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 156 | 77 | 173 | - |
| CMYK | 0.10 | 0.55 | 0 | 0.32 |
| HSL | 289.38º | 0.38% | 0.49% | - |
| HSV(B) | 289.38º | 0.55% | 0.68% | - |
| XYZ | 23.91 | 15.39 | 41.25 | - |
| YUV | 111.57 | 162.67 | 159.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 77 | 173 | 0.10 | 0.55 | 0 | 0.32 | 289.38 | 0.38 | 0.49 |
| Hex | 9C | 4D | AD | A | 37 | 0 | 20 | 121 | 26 | 31 |
| Octal | 234 | 115 | 255 | 12 | 67 | 0 | 40 | 441 | 46 | 61 |
| Binary | 10011100 | 1001101 | 10101101 | 1010 | 110111 | 0 | 100000 | 100100001 | 100110 | 110001 |
Color Harmonies of #9C4DAD
Complementary color
Monochromatic Colors of #9C4DAD
Black with #9C4DAD
Text Example
Text Example
White with #9C4DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C4DAD; }
p { color: rgb(156,77,173); }
H1.HeaderClassName
{
color: #9C4DAD;
}
.AnyTagClassName
{
color: #9C4DAD;
}
</style>
background-color css
<style>
a { background-color: #9C4DAD; }
a { background-color: rgb(156,77,173); }
div.DivClassName
{
background-color: #9C4DAD;
}
.BgClassName
{
background-color: #9C4DAD;
}
</style>
border-color css
<style>
span { border-color: #9C4DAD; }
span { border-color: rgb(156,77,173); }
td.TdClassName
{
border-color: #9C4DAD;
}
.TagClassName
{
border-color: #9C4DAD;
}
</style>