Shades of Deep Lilac #9949AF
Tints of Deep Lilac #9949AF
RGB
CMYK
RGB Variations
Color information
#9949AF (or 0x9949AF) is known color: Deep Lilac. HEX triplet: 99, 49 and AF. RGB value is (153,73,175). Sum of RGB (Red+Green+Blue) = 153+73+175=401 (53% of max value = 765). Red value is 153 (60.16% from 255 or 38.15% from 401); Green value is 73 (28.91% from 255 or 18.20% from 401); Blue value is 175 (68.75% from 255 or 43.64% from 401); Max value from RGB is 175 - color contains mainly: blue. Hex color #9949AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9949AF is #66B650. Grayscale: #6C6C6C. Windows color (decimal): -6731345 or 11487641. OLE color: 11487641.
HSL color Cylindrical-coordinate representation of color #9949AF: hue angle of 287.06º 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 #9949AF is Cyan = 0.13, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 153 | 73 | 175 | - |
| CMYK | 0.13 | 0.58 | 0 | 0.31 |
| HSL | 287.06º | 0.41% | 0.49% | - |
| HSV(B) | 287.06º | 0.58% | 0.69% | - |
| XYZ | 23.26 | 14.63 | 42.16 | - |
| YUV | 108.55 | 165.5 | 159.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 73 | 175 | 0.13 | 0.58 | 0 | 0.31 | 287.06 | 0.41 | 0.49 |
| Hex | 99 | 49 | AF | D | 3A | 0 | 1F | 11F | 29 | 31 |
| Octal | 231 | 111 | 257 | 15 | 72 | 0 | 37 | 437 | 51 | 61 |
| Binary | 10011001 | 1001001 | 10101111 | 1101 | 111010 | 0 | 11111 | 100011111 | 101001 | 110001 |
Color Harmonies of #9949AF
Complementary color
Monochromatic Colors of #9949AF
Black with #9949AF
Text Example
Text Example
White with #9949AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9949AF; }
p { color: rgb(153,73,175); }
H1.HeaderClassName
{
color: #9949AF;
}
.AnyTagClassName
{
color: #9949AF;
}
</style>
background-color css
<style>
a { background-color: #9949AF; }
a { background-color: rgb(153,73,175); }
div.DivClassName
{
background-color: #9949AF;
}
.BgClassName
{
background-color: #9949AF;
}
</style>
border-color css
<style>
span { border-color: #9949AF; }
span { border-color: rgb(153,73,175); }
td.TdClassName
{
border-color: #9949AF;
}
.TagClassName
{
border-color: #9949AF;
}
</style>