Shades of Deep Lilac #9C5AAD
Tints of Deep Lilac #9C5AAD
RGB
CMYK
RGB Variations
Color information
#9C5AAD (or 0x9C5AAD) is known color: Deep Lilac. HEX triplet: 9C, 5A and AD. RGB value is (156,90,173). Sum of RGB (Red+Green+Blue) = 156+90+173=419 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.23% from 419); Green value is 90 (35.55% from 255 or 21.48% from 419); Blue value is 173 (67.97% from 255 or 41.29% from 419); Max value from RGB is 173 - color contains mainly: blue. Hex color #9C5AAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C5AAD is #63A552. Grayscale: #767676. Windows color (decimal): -6530387 or 11360924. OLE color: 11360924.
HSL color Cylindrical-coordinate representation of color #9C5AAD: hue angle of 287.71º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9C5AAD is Cyan = 0.10, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 156 | 90 | 173 | - |
| CMYK | 0.10 | 0.48 | 0 | 0.32 |
| HSL | 287.71º | 0.34% | 0.52% | - |
| HSV(B) | 287.71º | 0.48% | 0.68% | - |
| XYZ | 24.91 | 17.4 | 41.58 | - |
| YUV | 119.2 | 158.37 | 154.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 90 | 173 | 0.10 | 0.48 | 0 | 0.32 | 287.71 | 0.34 | 0.52 |
| Hex | 9C | 5A | AD | A | 30 | 0 | 20 | 120 | 22 | 34 |
| Octal | 234 | 132 | 255 | 12 | 60 | 0 | 40 | 440 | 42 | 64 |
| Binary | 10011100 | 1011010 | 10101101 | 1010 | 110000 | 0 | 100000 | 100100000 | 100010 | 110100 |
Color Harmonies of #9C5AAD
Complementary color
Monochromatic Colors of #9C5AAD
Black with #9C5AAD
Text Example
Text Example
White with #9C5AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C5AAD; }
p { color: rgb(156,90,173); }
H1.HeaderClassName
{
color: #9C5AAD;
}
.AnyTagClassName
{
color: #9C5AAD;
}
</style>
background-color css
<style>
a { background-color: #9C5AAD; }
a { background-color: rgb(156,90,173); }
div.DivClassName
{
background-color: #9C5AAD;
}
.BgClassName
{
background-color: #9C5AAD;
}
</style>
border-color css
<style>
span { border-color: #9C5AAD; }
span { border-color: rgb(156,90,173); }
td.TdClassName
{
border-color: #9C5AAD;
}
.TagClassName
{
border-color: #9C5AAD;
}
</style>