Shades of Deep Lilac #9D4AAB
Tints of Deep Lilac #9D4AAB
RGB
CMYK
RGB Variations
Color information
#9D4AAB (or 0x9D4AAB) is known color: Deep Lilac. HEX triplet: 9D, 4A and AB. RGB value is (157,74,171). Sum of RGB (Red+Green+Blue) = 157+74+171=402 (53% of max value = 765). Red value is 157 (61.72% from 255 or 39.05% from 402); Green value is 74 (29.30% from 255 or 18.41% from 402); Blue value is 171 (67.19% from 255 or 42.54% from 402); Max value from RGB is 171 - color contains mainly: blue. Hex color #9D4AAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D4AAB is #62B554. Grayscale: #6D6D6D. Windows color (decimal): -6468949 or 11225757. OLE color: 11225757.
HSL color Cylindrical-coordinate representation of color #9D4AAB: hue angle of 291.34º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9D4AAB is Cyan = 0.08, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 157 | 74 | 171 | - |
| CMYK | 0.08 | 0.57 | 0 | 0.33 |
| HSL | 291.34º | 0.4% | 0.48% | - |
| HSV(B) | 291.34º | 0.57% | 0.67% | - |
| XYZ | 23.7 | 15.01 | 40.18 | - |
| YUV | 109.88 | 162.5 | 161.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 74 | 171 | 0.08 | 0.57 | 0 | 0.33 | 291.34 | 0.4 | 0.48 |
| Hex | 9D | 4A | AB | 8 | 39 | 0 | 21 | 123 | 28 | 30 |
| Octal | 235 | 112 | 253 | 10 | 71 | 0 | 41 | 443 | 50 | 60 |
| Binary | 10011101 | 1001010 | 10101011 | 1000 | 111001 | 0 | 100001 | 100100011 | 101000 | 110000 |
Color Harmonies of #9D4AAB
Complementary color
Monochromatic Colors of #9D4AAB
Black with #9D4AAB
Text Example
Text Example
White with #9D4AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D4AAB; }
p { color: rgb(157,74,171); }
H1.HeaderClassName
{
color: #9D4AAB;
}
.AnyTagClassName
{
color: #9D4AAB;
}
</style>
background-color css
<style>
a { background-color: #9D4AAB; }
a { background-color: rgb(157,74,171); }
div.DivClassName
{
background-color: #9D4AAB;
}
.BgClassName
{
background-color: #9D4AAB;
}
</style>
border-color css
<style>
span { border-color: #9D4AAB; }
span { border-color: rgb(157,74,171); }
td.TdClassName
{
border-color: #9D4AAB;
}
.TagClassName
{
border-color: #9D4AAB;
}
</style>