Shades of Deep Lilac #9D42AD
Tints of Deep Lilac #9D42AD
RGB
CMYK
RGB Variations
Color information
#9D42AD (or 0x9D42AD) is known color: Deep Lilac. HEX triplet: 9D, 42 and AD. RGB value is (157,66,173). Sum of RGB (Red+Green+Blue) = 157+66+173=396 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.65% from 396); Green value is 66 (26.17% from 255 or 16.67% from 396); Blue value is 173 (67.97% from 255 or 43.69% from 396); Max value from RGB is 173 - color contains mainly: blue. Hex color #9D42AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D42AD is #62BD52. Grayscale: #696969. Windows color (decimal): -6470995 or 11354781. OLE color: 11354781.
HSL color Cylindrical-coordinate representation of color #9D42AD: hue angle of 291.03º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9D42AD is Cyan = 0.09, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 157 | 66 | 173 | - |
| CMYK | 0.09 | 0.62 | 0 | 0.32 |
| HSL | 291.03º | 0.45% | 0.47% | - |
| HSV(B) | 291.03º | 0.62% | 0.68% | - |
| XYZ | 23.4 | 14.08 | 41.02 | - |
| YUV | 105.41 | 166.15 | 164.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 66 | 173 | 0.09 | 0.62 | 0 | 0.32 | 291.03 | 0.45 | 0.47 |
| Hex | 9D | 42 | AD | 9 | 3E | 0 | 20 | 123 | 2D | 2F |
| Octal | 235 | 102 | 255 | 11 | 76 | 0 | 40 | 443 | 55 | 57 |
| Binary | 10011101 | 1000010 | 10101101 | 1001 | 111110 | 0 | 100000 | 100100011 | 101101 | 101111 |
Color Harmonies of #9D42AD
Complementary color
Monochromatic Colors of #9D42AD
Black with #9D42AD
Text Example
Text Example
White with #9D42AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D42AD; }
p { color: rgb(157,66,173); }
H1.HeaderClassName
{
color: #9D42AD;
}
.AnyTagClassName
{
color: #9D42AD;
}
</style>
background-color css
<style>
a { background-color: #9D42AD; }
a { background-color: rgb(157,66,173); }
div.DivClassName
{
background-color: #9D42AD;
}
.BgClassName
{
background-color: #9D42AD;
}
</style>
border-color css
<style>
span { border-color: #9D42AD; }
span { border-color: rgb(157,66,173); }
td.TdClassName
{
border-color: #9D42AD;
}
.TagClassName
{
border-color: #9D42AD;
}
</style>