Shades of Deep Lilac #9949AE
Tints of Deep Lilac #9949AE
RGB
CMYK
RGB Variations
Color information
#9949AE (or 0x9949AE) is known color: Deep Lilac. HEX triplet: 99, 49 and AE. RGB value is (153,73,174). Sum of RGB (Red+Green+Blue) = 153+73+174=400 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.25% from 400); Green value is 73 (28.91% from 255 or 18.25% from 400); Blue value is 174 (68.36% from 255 or 43.5% from 400); Max value from RGB is 174 - color contains mainly: blue. Hex color #9949AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9949AE is #66B651. Grayscale: #6C6C6C. Windows color (decimal): -6731346 or 11422105. OLE color: 11422105.
HSL color Cylindrical-coordinate representation of color #9949AE: hue angle of 287.52º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9949AE is Cyan = 0.12, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 153 | 73 | 174 | - |
| CMYK | 0.12 | 0.58 | 0 | 0.32 |
| HSL | 287.52º | 0.41% | 0.48% | - |
| HSV(B) | 287.52º | 0.58% | 0.68% | - |
| XYZ | 23.16 | 14.59 | 41.64 | - |
| YUV | 108.43 | 165 | 159.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 73 | 174 | 0.12 | 0.58 | 0 | 0.32 | 287.52 | 0.41 | 0.48 |
| Hex | 99 | 49 | AE | C | 3A | 0 | 20 | 120 | 29 | 30 |
| Octal | 231 | 111 | 256 | 14 | 72 | 0 | 40 | 440 | 51 | 60 |
| Binary | 10011001 | 1001001 | 10101110 | 1100 | 111010 | 0 | 100000 | 100100000 | 101001 | 110000 |
Color Harmonies of #9949AE
Complementary color
Monochromatic Colors of #9949AE
Black with #9949AE
Text Example
Text Example
White with #9949AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9949AE; }
p { color: rgb(153,73,174); }
H1.HeaderClassName
{
color: #9949AE;
}
.AnyTagClassName
{
color: #9949AE;
}
</style>
background-color css
<style>
a { background-color: #9949AE; }
a { background-color: rgb(153,73,174); }
div.DivClassName
{
background-color: #9949AE;
}
.BgClassName
{
background-color: #9949AE;
}
</style>
border-color css
<style>
span { border-color: #9949AE; }
span { border-color: rgb(153,73,174); }
td.TdClassName
{
border-color: #9949AE;
}
.TagClassName
{
border-color: #9949AE;
}
</style>