Shades of Deep Lilac #9D4DAF
Tints of Deep Lilac #9D4DAF
RGB
CMYK
RGB Variations
Color information
#9D4DAF (or 0x9D4DAF) is known color: Deep Lilac. HEX triplet: 9D, 4D and AF. RGB value is (157,77,175). Sum of RGB (Red+Green+Blue) = 157+77+175=409 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.39% from 409); Green value is 77 (30.47% from 255 or 18.83% from 409); Blue value is 175 (68.75% from 255 or 42.79% from 409); Max value from RGB is 175 - color contains mainly: blue. Hex color #9D4DAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D4DAF is #62B250. Grayscale: #6F6F6F. Windows color (decimal): -6468177 or 11488669. OLE color: 11488669.
HSL color Cylindrical-coordinate representation of color #9D4DAF: hue angle of 288.98º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9D4DAF is Cyan = 0.10, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 157 | 77 | 175 | - |
| CMYK | 0.10 | 0.56 | 0 | 0.31 |
| HSL | 288.98º | 0.39% | 0.49% | - |
| HSV(B) | 288.98º | 0.56% | 0.69% | - |
| XYZ | 24.3 | 15.57 | 42.28 | - |
| YUV | 112.09 | 163.5 | 160.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 77 | 175 | 0.10 | 0.56 | 0 | 0.31 | 288.98 | 0.39 | 0.49 |
| Hex | 9D | 4D | AF | A | 38 | 0 | 1F | 121 | 27 | 31 |
| Octal | 235 | 115 | 257 | 12 | 70 | 0 | 37 | 441 | 47 | 61 |
| Binary | 10011101 | 1001101 | 10101111 | 1010 | 111000 | 0 | 11111 | 100100001 | 100111 | 110001 |
Color Harmonies of #9D4DAF
Complementary color
Monochromatic Colors of #9D4DAF
Black with #9D4DAF
Text Example
Text Example
White with #9D4DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D4DAF; }
p { color: rgb(157,77,175); }
H1.HeaderClassName
{
color: #9D4DAF;
}
.AnyTagClassName
{
color: #9D4DAF;
}
</style>
background-color css
<style>
a { background-color: #9D4DAF; }
a { background-color: rgb(157,77,175); }
div.DivClassName
{
background-color: #9D4DAF;
}
.BgClassName
{
background-color: #9D4DAF;
}
</style>
border-color css
<style>
span { border-color: #9D4DAF; }
span { border-color: rgb(157,77,175); }
td.TdClassName
{
border-color: #9D4DAF;
}
.TagClassName
{
border-color: #9D4DAF;
}
</style>