Shades of Deep Lilac #9D4FAD
Tints of Deep Lilac #9D4FAD
RGB
CMYK
RGB Variations
Color information
#9D4FAD (or 0x9D4FAD) is known color: Deep Lilac. HEX triplet: 9D, 4F and AD. RGB value is (157,79,173). Sum of RGB (Red+Green+Blue) = 157+79+173=409 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.39% from 409); Green value is 79 (31.25% from 255 or 19.32% from 409); Blue value is 173 (67.97% from 255 or 42.30% from 409); Max value from RGB is 173 - color contains mainly: blue. Hex color #9D4FAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D4FAD is #62B052. Grayscale: #707070. Windows color (decimal): -6467667 or 11358109. OLE color: 11358109.
HSL color Cylindrical-coordinate representation of color #9D4FAD: hue angle of 289.79º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9D4FAD is Cyan = 0.09, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 157 | 79 | 173 | - |
| CMYK | 0.09 | 0.54 | 0 | 0.32 |
| HSL | 289.79º | 0.37% | 0.49% | - |
| HSV(B) | 289.79º | 0.54% | 0.68% | - |
| XYZ | 24.24 | 15.78 | 41.3 | - |
| YUV | 113.04 | 161.84 | 159.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 79 | 173 | 0.09 | 0.54 | 0 | 0.32 | 289.79 | 0.37 | 0.49 |
| Hex | 9D | 4F | AD | 9 | 36 | 0 | 20 | 122 | 25 | 31 |
| Octal | 235 | 117 | 255 | 11 | 66 | 0 | 40 | 442 | 45 | 61 |
| Binary | 10011101 | 1001111 | 10101101 | 1001 | 110110 | 0 | 100000 | 100100010 | 100101 | 110001 |
Color Harmonies of #9D4FAD
Complementary color
Monochromatic Colors of #9D4FAD
Black with #9D4FAD
Text Example
Text Example
White with #9D4FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D4FAD; }
p { color: rgb(157,79,173); }
H1.HeaderClassName
{
color: #9D4FAD;
}
.AnyTagClassName
{
color: #9D4FAD;
}
</style>
background-color css
<style>
a { background-color: #9D4FAD; }
a { background-color: rgb(157,79,173); }
div.DivClassName
{
background-color: #9D4FAD;
}
.BgClassName
{
background-color: #9D4FAD;
}
</style>
border-color css
<style>
span { border-color: #9D4FAD; }
span { border-color: rgb(157,79,173); }
td.TdClassName
{
border-color: #9D4FAD;
}
.TagClassName
{
border-color: #9D4FAD;
}
</style>