Shades of Deep Lilac #9D4DAC
Tints of Deep Lilac #9D4DAC
RGB
CMYK
RGB Variations
Color information
#9D4DAC (or 0x9D4DAC) is known color: Deep Lilac. HEX triplet: 9D, 4D and AC. RGB value is (157,77,172). Sum of RGB (Red+Green+Blue) = 157+77+172=406 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.67% from 406); Green value is 77 (30.47% from 255 or 18.97% from 406); Blue value is 172 (67.58% from 255 or 42.36% from 406); Max value from RGB is 172 - color contains mainly: blue. Hex color #9D4DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D4DAC is #62B253. Grayscale: #6F6F6F. Windows color (decimal): -6468180 or 11292061. OLE color: 11292061.
HSL color Cylindrical-coordinate representation of color #9D4DAC: hue angle of 290.53º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9D4DAC is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 157 | 77 | 172 | - |
| CMYK | 0.09 | 0.55 | 0 | 0.33 |
| HSL | 290.53º | 0.38% | 0.49% | - |
| HSV(B) | 290.53º | 0.55% | 0.67% | - |
| XYZ | 24 | 15.45 | 40.75 | - |
| YUV | 111.75 | 162 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 77 | 172 | 0.09 | 0.55 | 0 | 0.33 | 290.53 | 0.38 | 0.49 |
| Hex | 9D | 4D | AC | 9 | 37 | 0 | 21 | 123 | 26 | 31 |
| Octal | 235 | 115 | 254 | 11 | 67 | 0 | 41 | 443 | 46 | 61 |
| Binary | 10011101 | 1001101 | 10101100 | 1001 | 110111 | 0 | 100001 | 100100011 | 100110 | 110001 |
Color Harmonies of #9D4DAC
Complementary color
Monochromatic Colors of #9D4DAC
Black with #9D4DAC
Text Example
Text Example
White with #9D4DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D4DAC; }
p { color: rgb(157,77,172); }
H1.HeaderClassName
{
color: #9D4DAC;
}
.AnyTagClassName
{
color: #9D4DAC;
}
</style>
background-color css
<style>
a { background-color: #9D4DAC; }
a { background-color: rgb(157,77,172); }
div.DivClassName
{
background-color: #9D4DAC;
}
.BgClassName
{
background-color: #9D4DAC;
}
</style>
border-color css
<style>
span { border-color: #9D4DAC; }
span { border-color: rgb(157,77,172); }
td.TdClassName
{
border-color: #9D4DAC;
}
.TagClassName
{
border-color: #9D4DAC;
}
</style>