Shades of Deep Lilac #9D3DAB
Tints of Deep Lilac #9D3DAB
RGB
CMYK
RGB Variations
Color information
#9D3DAB (or 0x9D3DAB) is known color: Deep Lilac. HEX triplet: 9D, 3D and AB. RGB value is (157,61,171). Sum of RGB (Red+Green+Blue) = 157+61+171=389 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.36% from 389); Green value is 61 (24.22% from 255 or 15.68% from 389); Blue value is 171 (67.19% from 255 or 43.96% from 389); Max value from RGB is 171 - color contains mainly: blue. Hex color #9D3DAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D3DAB is #62C254. Grayscale: #656565. Windows color (decimal): -6472277 or 11222429. OLE color: 11222429.
HSL color Cylindrical-coordinate representation of color #9D3DAB: hue angle of 292.36º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9D3DAB is Cyan = 0.08, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 157 | 61 | 171 | - |
| CMYK | 0.08 | 0.64 | 0 | 0.33 |
| HSL | 292.36º | 0.47% | 0.45% | - |
| HSV(B) | 292.36º | 0.64% | 0.67% | - |
| XYZ | 22.92 | 13.45 | 39.92 | - |
| YUV | 102.24 | 166.8 | 167.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 61 | 171 | 0.08 | 0.64 | 0 | 0.33 | 292.36 | 0.47 | 0.45 |
| Hex | 9D | 3D | AB | 8 | 40 | 0 | 21 | 124 | 2F | 2D |
| Octal | 235 | 75 | 253 | 10 | 100 | 0 | 41 | 444 | 57 | 55 |
| Binary | 10011101 | 111101 | 10101011 | 1000 | 1000000 | 0 | 100001 | 100100100 | 101111 | 101101 |
Color Harmonies of #9D3DAB
Complementary color
Monochromatic Colors of #9D3DAB
Black with #9D3DAB
Text Example
Text Example
White with #9D3DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D3DAB; }
p { color: rgb(157,61,171); }
H1.HeaderClassName
{
color: #9D3DAB;
}
.AnyTagClassName
{
color: #9D3DAB;
}
</style>
background-color css
<style>
a { background-color: #9D3DAB; }
a { background-color: rgb(157,61,171); }
div.DivClassName
{
background-color: #9D3DAB;
}
.BgClassName
{
background-color: #9D3DAB;
}
</style>
border-color css
<style>
span { border-color: #9D3DAB; }
span { border-color: rgb(157,61,171); }
td.TdClassName
{
border-color: #9D3DAB;
}
.TagClassName
{
border-color: #9D3DAB;
}
</style>