Shades of Deep Lilac #9949AC
Tints of Deep Lilac #9949AC
RGB
CMYK
RGB Variations
Color information
#9949AC (or 0x9949AC) is known color: Deep Lilac. HEX triplet: 99, 49 and AC. RGB value is (153,73,172). Sum of RGB (Red+Green+Blue) = 153+73+172=398 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.44% from 398); Green value is 73 (28.91% from 255 or 18.34% from 398); Blue value is 172 (67.58% from 255 or 43.22% from 398); Max value from RGB is 172 - color contains mainly: blue. Hex color #9949AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9949AC is #66B653. Grayscale: #6B6B6B. Windows color (decimal): -6731348 or 11291033. OLE color: 11291033.
HSL color Cylindrical-coordinate representation of color #9949AC: hue angle of 288.48º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9949AC is Cyan = 0.11, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 73 | 172 | - |
| CMYK | 0.11 | 0.58 | 0 | 0.33 |
| HSL | 288.48º | 0.4% | 0.48% | - |
| HSV(B) | 288.48º | 0.58% | 0.67% | - |
| XYZ | 22.97 | 14.52 | 40.62 | - |
| YUV | 108.21 | 164 | 159.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 73 | 172 | 0.11 | 0.58 | 0 | 0.33 | 288.48 | 0.4 | 0.48 |
| Hex | 99 | 49 | AC | B | 3A | 0 | 21 | 120 | 28 | 30 |
| Octal | 231 | 111 | 254 | 13 | 72 | 0 | 41 | 440 | 50 | 60 |
| Binary | 10011001 | 1001001 | 10101100 | 1011 | 111010 | 0 | 100001 | 100100000 | 101000 | 110000 |
Color Harmonies of #9949AC
Complementary color
Monochromatic Colors of #9949AC
Black with #9949AC
Text Example
Text Example
White with #9949AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9949AC; }
p { color: rgb(153,73,172); }
H1.HeaderClassName
{
color: #9949AC;
}
.AnyTagClassName
{
color: #9949AC;
}
</style>
background-color css
<style>
a { background-color: #9949AC; }
a { background-color: rgb(153,73,172); }
div.DivClassName
{
background-color: #9949AC;
}
.BgClassName
{
background-color: #9949AC;
}
</style>
border-color css
<style>
span { border-color: #9949AC; }
span { border-color: rgb(153,73,172); }
td.TdClassName
{
border-color: #9949AC;
}
.TagClassName
{
border-color: #9949AC;
}
</style>