Shades of Deep Lilac #9D49AF
Tints of Deep Lilac #9D49AF
RGB
CMYK
RGB Variations
Color information
#9D49AF (or 0x9D49AF) is known color: Deep Lilac. HEX triplet: 9D, 49 and AF. RGB value is (157,73,175). Sum of RGB (Red+Green+Blue) = 157+73+175=405 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.77% from 405); Green value is 73 (28.91% from 255 or 18.02% from 405); Blue value is 175 (68.75% from 255 or 43.21% from 405); Max value from RGB is 175 - color contains mainly: blue. Hex color #9D49AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D49AF is #62B650. Grayscale: #6D6D6D. Windows color (decimal): -6469201 or 11487645. OLE color: 11487645.
HSL color Cylindrical-coordinate representation of color #9D49AF: hue angle of 289.41º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9D49AF is Cyan = 0.10, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 157 | 73 | 175 | - |
| CMYK | 0.10 | 0.58 | 0 | 0.31 |
| HSL | 289.41º | 0.41% | 0.49% | - |
| HSV(B) | 289.41º | 0.58% | 0.69% | - |
| XYZ | 24.03 | 15.03 | 42.19 | - |
| YUV | 109.74 | 164.83 | 161.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 73 | 175 | 0.10 | 0.58 | 0 | 0.31 | 289.41 | 0.41 | 0.49 |
| Hex | 9D | 49 | AF | A | 3A | 0 | 1F | 121 | 29 | 31 |
| Octal | 235 | 111 | 257 | 12 | 72 | 0 | 37 | 441 | 51 | 61 |
| Binary | 10011101 | 1001001 | 10101111 | 1010 | 111010 | 0 | 11111 | 100100001 | 101001 | 110001 |
Color Harmonies of #9D49AF
Complementary color
Monochromatic Colors of #9D49AF
Black with #9D49AF
Text Example
Text Example
White with #9D49AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D49AF; }
p { color: rgb(157,73,175); }
H1.HeaderClassName
{
color: #9D49AF;
}
.AnyTagClassName
{
color: #9D49AF;
}
</style>
background-color css
<style>
a { background-color: #9D49AF; }
a { background-color: rgb(157,73,175); }
div.DivClassName
{
background-color: #9D49AF;
}
.BgClassName
{
background-color: #9D49AF;
}
</style>
border-color css
<style>
span { border-color: #9D49AF; }
span { border-color: rgb(157,73,175); }
td.TdClassName
{
border-color: #9D49AF;
}
.TagClassName
{
border-color: #9D49AF;
}
</style>