Shades of Deep Lilac #9D5DAD
Tints of Deep Lilac #9D5DAD
RGB
CMYK
RGB Variations
Color information
#9D5DAD (or 0x9D5DAD) is known color: Deep Lilac. HEX triplet: 9D, 5D and AD. RGB value is (157,93,173). Sum of RGB (Red+Green+Blue) = 157+93+173=423 (56% of max value = 765). Red value is 157 (61.72% from 255 or 37.12% from 423); Green value is 93 (36.72% from 255 or 21.99% from 423); Blue value is 173 (67.97% from 255 or 40.90% from 423); Max value from RGB is 173 - color contains mainly: blue. Hex color #9D5DAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D5DAD is #62A252. Grayscale: #797979. Windows color (decimal): -6464083 or 11361693. OLE color: 11361693.
HSL color Cylindrical-coordinate representation of color #9D5DAD: hue angle of 288º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9D5DAD is Cyan = 0.09, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 157 | 93 | 173 | - |
| CMYK | 0.09 | 0.46 | 0 | 0.32 |
| HSL | 288º | 0.33% | 0.52% | - |
| HSV(B) | 288º | 0.46% | 0.68% | - |
| XYZ | 25.36 | 18.01 | 41.68 | - |
| YUV | 121.26 | 157.2 | 153.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 93 | 173 | 0.09 | 0.46 | 0 | 0.32 | 288 | 0.33 | 0.52 |
| Hex | 9D | 5D | AD | 9 | 2E | 0 | 20 | 120 | 21 | 34 |
| Octal | 235 | 135 | 255 | 11 | 56 | 0 | 40 | 440 | 41 | 64 |
| Binary | 10011101 | 1011101 | 10101101 | 1001 | 101110 | 0 | 100000 | 100100000 | 100001 | 110100 |
Color Harmonies of #9D5DAD
Complementary color
Monochromatic Colors of #9D5DAD
Black with #9D5DAD
Text Example
Text Example
White with #9D5DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D5DAD; }
p { color: rgb(157,93,173); }
H1.HeaderClassName
{
color: #9D5DAD;
}
.AnyTagClassName
{
color: #9D5DAD;
}
</style>
background-color css
<style>
a { background-color: #9D5DAD; }
a { background-color: rgb(157,93,173); }
div.DivClassName
{
background-color: #9D5DAD;
}
.BgClassName
{
background-color: #9D5DAD;
}
</style>
border-color css
<style>
span { border-color: #9D5DAD; }
span { border-color: rgb(157,93,173); }
td.TdClassName
{
border-color: #9D5DAD;
}
.TagClassName
{
border-color: #9D5DAD;
}
</style>