Shades of Deep Lilac #9D4ACD
Tints of Deep Lilac #9D4ACD
RGB
CMYK
RGB Variations
Color information
#9D4ACD (or 0x9D4ACD) is known color: Deep Lilac. HEX triplet: 9D, 4A and CD. RGB value is (157,74,205). Sum of RGB (Red+Green+Blue) = 157+74+205=436 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.01% from 436); Green value is 74 (29.30% from 255 or 16.97% from 436); Blue value is 205 (80.47% from 255 or 47.02% from 436); Max value from RGB is 205 - color contains mainly: blue. Hex color #9D4ACD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D4ACD is #62B532. Grayscale: #717171. Windows color (decimal): -6468915 or 13453981. OLE color: 13453981.
HSL color Cylindrical-coordinate representation of color #9D4ACD: hue angle of 278.02º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9D4ACD is Cyan = 0.23, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 157 | 74 | 205 | - |
| CMYK | 0.23 | 0.64 | 0 | 0.20 |
| HSL | 278.02º | 0.57% | 0.55% | - |
| HSV(B) | 278.02º | 0.64% | 0.8% | - |
| XYZ | 27.37 | 16.47 | 59.49 | - |
| YUV | 113.75 | 179.5 | 158.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 74 | 205 | 0.23 | 0.64 | 0 | 0.20 | 278.02 | 0.57 | 0.55 |
| Hex | 9D | 4A | CD | 17 | 40 | 0 | 14 | 116 | 39 | 37 |
| Octal | 235 | 112 | 315 | 27 | 100 | 0 | 24 | 426 | 71 | 67 |
| Binary | 10011101 | 1001010 | 11001101 | 10111 | 1000000 | 0 | 10100 | 100010110 | 111001 | 110111 |
Color Harmonies of #9D4ACD
Complementary color
Monochromatic Colors of #9D4ACD
Black with #9D4ACD
Text Example
Text Example
White with #9D4ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D4ACD; }
p { color: rgb(157,74,205); }
H1.HeaderClassName
{
color: #9D4ACD;
}
.AnyTagClassName
{
color: #9D4ACD;
}
</style>
background-color css
<style>
a { background-color: #9D4ACD; }
a { background-color: rgb(157,74,205); }
div.DivClassName
{
background-color: #9D4ACD;
}
.BgClassName
{
background-color: #9D4ACD;
}
</style>
border-color css
<style>
span { border-color: #9D4ACD; }
span { border-color: rgb(157,74,205); }
td.TdClassName
{
border-color: #9D4ACD;
}
.TagClassName
{
border-color: #9D4ACD;
}
</style>