Shades of Deep Lilac #994AAA
Tints of Deep Lilac #994AAA
RGB
CMYK
RGB Variations
Color information
#994AAA (or 0x994AAA) is known color: Deep Lilac. HEX triplet: 99, 4A and AA. RGB value is (153,74,170). Sum of RGB (Red+Green+Blue) = 153+74+170=397 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.54% from 397); Green value is 74 (29.30% from 255 or 18.64% from 397); Blue value is 170 (66.80% from 255 or 42.82% from 397); Max value from RGB is 170 - color contains mainly: blue. Hex color #994AAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994AAA is #66B555. Grayscale: #6C6C6C. Windows color (decimal): -6731094 or 11160217. OLE color: 11160217.
HSL color Cylindrical-coordinate representation of color #994AAA: hue angle of 289.38º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #994AAA is Cyan = 0.1, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 74 | 170 | - |
| CMYK | 0.1 | 0.56 | 0 | 0.33 |
| HSL | 289.38º | 0.39% | 0.48% | - |
| HSV(B) | 289.38º | 0.56% | 0.67% | - |
| XYZ | 22.84 | 14.57 | 39.64 | - |
| YUV | 108.57 | 162.67 | 159.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 74 | 170 | 0.1 | 0.56 | 0 | 0.33 | 289.38 | 0.39 | 0.48 |
| Hex | 99 | 4A | AA | A | 38 | 0 | 21 | 121 | 27 | 30 |
| Octal | 231 | 112 | 252 | 12 | 70 | 0 | 41 | 441 | 47 | 60 |
| Binary | 10011001 | 1001010 | 10101010 | 1010 | 111000 | 0 | 100001 | 100100001 | 100111 | 110000 |
Color Harmonies of #994AAA
Complementary color
Monochromatic Colors of #994AAA
Black with #994AAA
Text Example
Text Example
White with #994AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994AAA; }
p { color: rgb(153,74,170); }
H1.HeaderClassName
{
color: #994AAA;
}
.AnyTagClassName
{
color: #994AAA;
}
</style>
background-color css
<style>
a { background-color: #994AAA; }
a { background-color: rgb(153,74,170); }
div.DivClassName
{
background-color: #994AAA;
}
.BgClassName
{
background-color: #994AAA;
}
</style>
border-color css
<style>
span { border-color: #994AAA; }
span { border-color: rgb(153,74,170); }
td.TdClassName
{
border-color: #994AAA;
}
.TagClassName
{
border-color: #994AAA;
}
</style>