Shades of Deep Lilac #9C46AD
Tints of Deep Lilac #9C46AD
RGB
CMYK
RGB Variations
Color information
#9C46AD (or 0x9C46AD) is known color: Deep Lilac. HEX triplet: 9C, 46 and AD. RGB value is (156,70,173). Sum of RGB (Red+Green+Blue) = 156+70+173=399 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.10% from 399); Green value is 70 (27.73% from 255 or 17.54% from 399); Blue value is 173 (67.97% from 255 or 43.36% from 399); Max value from RGB is 173 - color contains mainly: blue. Hex color #9C46AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C46AD is #63B952. Grayscale: #6B6B6B. Windows color (decimal): -6535507 or 11355804. OLE color: 11355804.
HSL color Cylindrical-coordinate representation of color #9C46AD: hue angle of 290.1º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9C46AD is Cyan = 0.10, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 156 | 70 | 173 | - |
| CMYK | 0.10 | 0.60 | 0 | 0.32 |
| HSL | 290.1º | 0.42% | 0.48% | - |
| HSV(B) | 290.1º | 0.6% | 0.68% | - |
| XYZ | 23.44 | 14.47 | 41.09 | - |
| YUV | 107.46 | 164.99 | 162.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 70 | 173 | 0.10 | 0.60 | 0 | 0.32 | 290.1 | 0.42 | 0.48 |
| Hex | 9C | 46 | AD | A | 3C | 0 | 20 | 122 | 2A | 30 |
| Octal | 234 | 106 | 255 | 12 | 74 | 0 | 40 | 442 | 52 | 60 |
| Binary | 10011100 | 1000110 | 10101101 | 1010 | 111100 | 0 | 100000 | 100100010 | 101010 | 110000 |
Color Harmonies of #9C46AD
Complementary color
Monochromatic Colors of #9C46AD
Black with #9C46AD
Text Example
Text Example
White with #9C46AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C46AD; }
p { color: rgb(156,70,173); }
H1.HeaderClassName
{
color: #9C46AD;
}
.AnyTagClassName
{
color: #9C46AD;
}
</style>
background-color css
<style>
a { background-color: #9C46AD; }
a { background-color: rgb(156,70,173); }
div.DivClassName
{
background-color: #9C46AD;
}
.BgClassName
{
background-color: #9C46AD;
}
</style>
border-color css
<style>
span { border-color: #9C46AD; }
span { border-color: rgb(156,70,173); }
td.TdClassName
{
border-color: #9C46AD;
}
.TagClassName
{
border-color: #9C46AD;
}
</style>