Shades of Deep Lilac #9D40AD
Tints of Deep Lilac #9D40AD
RGB
CMYK
RGB Variations
Color information
#9D40AD (or 0x9D40AD) is known color: Deep Lilac. HEX triplet: 9D, 40 and AD. RGB value is (157,64,173). Sum of RGB (Red+Green+Blue) = 157+64+173=394 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.85% from 394); Green value is 64 (25.39% from 255 or 16.24% from 394); Blue value is 173 (67.97% from 255 or 43.91% from 394); Max value from RGB is 173 - color contains mainly: blue. Hex color #9D40AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D40AD is #62BF52. Grayscale: #676767. Windows color (decimal): -6471507 or 11354269. OLE color: 11354269.
HSL color Cylindrical-coordinate representation of color #9D40AD: hue angle of 291.19º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9D40AD is Cyan = 0.09, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 157 | 64 | 173 | - |
| CMYK | 0.09 | 0.63 | 0 | 0.32 |
| HSL | 291.19º | 0.46% | 0.46% | - |
| HSV(B) | 291.19º | 0.63% | 0.68% | - |
| XYZ | 23.28 | 13.85 | 40.98 | - |
| YUV | 104.23 | 166.81 | 165.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 64 | 173 | 0.09 | 0.63 | 0 | 0.32 | 291.19 | 0.46 | 0.46 |
| Hex | 9D | 40 | AD | 9 | 3F | 0 | 20 | 123 | 2E | 2E |
| Octal | 235 | 100 | 255 | 11 | 77 | 0 | 40 | 443 | 56 | 56 |
| Binary | 10011101 | 1000000 | 10101101 | 1001 | 111111 | 0 | 100000 | 100100011 | 101110 | 101110 |
Color Harmonies of #9D40AD
Complementary color
Monochromatic Colors of #9D40AD
Black with #9D40AD
Text Example
Text Example
White with #9D40AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D40AD; }
p { color: rgb(157,64,173); }
H1.HeaderClassName
{
color: #9D40AD;
}
.AnyTagClassName
{
color: #9D40AD;
}
</style>
background-color css
<style>
a { background-color: #9D40AD; }
a { background-color: rgb(157,64,173); }
div.DivClassName
{
background-color: #9D40AD;
}
.BgClassName
{
background-color: #9D40AD;
}
</style>
border-color css
<style>
span { border-color: #9D40AD; }
span { border-color: rgb(157,64,173); }
td.TdClassName
{
border-color: #9D40AD;
}
.TagClassName
{
border-color: #9D40AD;
}
</style>