Shades of Deep Lilac #9D4ABD
Tints of Deep Lilac #9D4ABD
RGB
CMYK
RGB Variations
Color information
#9D4ABD (or 0x9D4ABD) is known color: Deep Lilac. HEX triplet: 9D, 4A and BD. RGB value is (157,74,189). Sum of RGB (Red+Green+Blue) = 157+74+189=420 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.38% from 420); Green value is 74 (29.30% from 255 or 17.62% from 420); Blue value is 189 (74.22% from 255 or 45% from 420); Max value from RGB is 189 - color contains mainly: blue. Hex color #9D4ABD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D4ABD is #62B542. Grayscale: #6F6F6F. Windows color (decimal): -6468931 or 12405405. OLE color: 12405405.
HSL color Cylindrical-coordinate representation of color #9D4ABD: hue angle of 283.3º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9D4ABD is Cyan = 0.17, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 157 | 74 | 189 | - |
| CMYK | 0.17 | 0.61 | 0 | 0.26 |
| HSL | 283.3º | 0.47% | 0.52% | - |
| HSV(B) | 283.3º | 0.61% | 0.74% | - |
| XYZ | 25.54 | 15.74 | 49.84 | - |
| YUV | 111.93 | 171.5 | 160.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 74 | 189 | 0.17 | 0.61 | 0 | 0.26 | 283.3 | 0.47 | 0.52 |
| Hex | 9D | 4A | BD | 11 | 3D | 0 | 1A | 11B | 2F | 34 |
| Octal | 235 | 112 | 275 | 21 | 75 | 0 | 32 | 433 | 57 | 64 |
| Binary | 10011101 | 1001010 | 10111101 | 10001 | 111101 | 0 | 11010 | 100011011 | 101111 | 110100 |
Color Harmonies of #9D4ABD
Complementary color
Monochromatic Colors of #9D4ABD
Black with #9D4ABD
Text Example
Text Example
White with #9D4ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D4ABD; }
p { color: rgb(157,74,189); }
H1.HeaderClassName
{
color: #9D4ABD;
}
.AnyTagClassName
{
color: #9D4ABD;
}
</style>
background-color css
<style>
a { background-color: #9D4ABD; }
a { background-color: rgb(157,74,189); }
div.DivClassName
{
background-color: #9D4ABD;
}
.BgClassName
{
background-color: #9D4ABD;
}
</style>
border-color css
<style>
span { border-color: #9D4ABD; }
span { border-color: rgb(157,74,189); }
td.TdClassName
{
border-color: #9D4ABD;
}
.TagClassName
{
border-color: #9D4ABD;
}
</style>