Shades of Deep Lilac #9D39AB
Tints of Deep Lilac #9D39AB
RGB
CMYK
RGB Variations
Color information
#9D39AB (or 0x9D39AB) is known color: Deep Lilac. HEX triplet: 9D, 39 and AB. RGB value is (157,57,171). Sum of RGB (Red+Green+Blue) = 157+57+171=385 (50% of max value = 765). Red value is 157 (61.72% from 255 or 40.78% from 385); Green value is 57 (22.66% from 255 or 14.81% from 385); Blue value is 171 (67.19% from 255 or 44.42% from 385); Max value from RGB is 171 - color contains mainly: blue. Hex color #9D39AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D39AB is #62C654. Grayscale: #636363. Windows color (decimal): -6473301 or 11221405. OLE color: 11221405.
HSL color Cylindrical-coordinate representation of color #9D39AB: hue angle of 292.63º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9D39AB is Cyan = 0.08, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 157 | 57 | 171 | - |
| CMYK | 0.08 | 0.67 | 0 | 0.33 |
| HSL | 292.63º | 0.5% | 0.45% | - |
| HSV(B) | 292.63º | 0.67% | 0.67% | - |
| XYZ | 22.72 | 13.03 | 39.85 | - |
| YUV | 99.9 | 168.13 | 168.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 57 | 171 | 0.08 | 0.67 | 0 | 0.33 | 292.63 | 0.5 | 0.45 |
| Hex | 9D | 39 | AB | 8 | 43 | 0 | 21 | 125 | 32 | 2D |
| Octal | 235 | 71 | 253 | 10 | 103 | 0 | 41 | 445 | 62 | 55 |
| Binary | 10011101 | 111001 | 10101011 | 1000 | 1000011 | 0 | 100001 | 100100101 | 110010 | 101101 |
Color Harmonies of #9D39AB
Complementary color
Monochromatic Colors of #9D39AB
Black with #9D39AB
Text Example
Text Example
White with #9D39AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D39AB; }
p { color: rgb(157,57,171); }
H1.HeaderClassName
{
color: #9D39AB;
}
.AnyTagClassName
{
color: #9D39AB;
}
</style>
background-color css
<style>
a { background-color: #9D39AB; }
a { background-color: rgb(157,57,171); }
div.DivClassName
{
background-color: #9D39AB;
}
.BgClassName
{
background-color: #9D39AB;
}
</style>
border-color css
<style>
span { border-color: #9D39AB; }
span { border-color: rgb(157,57,171); }
td.TdClassName
{
border-color: #9D39AB;
}
.TagClassName
{
border-color: #9D39AB;
}
</style>