Shades of Deep Lilac #994FAA
Tints of Deep Lilac #994FAA
RGB
CMYK
RGB Variations
Color information
#994FAA (or 0x994FAA) is known color: Deep Lilac. HEX triplet: 99, 4F and AA. RGB value is (153,79,170). Sum of RGB (Red+Green+Blue) = 153+79+170=402 (53% of max value = 765). Red value is 153 (60.16% from 255 or 38.06% from 402); Green value is 79 (31.25% from 255 or 19.65% from 402); Blue value is 170 (66.80% from 255 or 42.29% from 402); Max value from RGB is 170 - color contains mainly: blue. Hex color #994FAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #994FAA is #66B055. Grayscale: #6F6F6F. Windows color (decimal): -6729814 or 11161497. OLE color: 11161497.
HSL color Cylindrical-coordinate representation of color #994FAA: hue angle of 288.79º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #994FAA is Cyan = 0.1, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 79 | 170 | - |
| CMYK | 0.1 | 0.54 | 0 | 0.33 |
| HSL | 288.79º | 0.37% | 0.49% | - |
| HSV(B) | 288.79º | 0.54% | 0.67% | - |
| XYZ | 23.19 | 15.27 | 39.75 | - |
| YUV | 111.5 | 161.02 | 157.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 79 | 170 | 0.1 | 0.54 | 0 | 0.33 | 288.79 | 0.37 | 0.49 |
| Hex | 99 | 4F | AA | A | 36 | 0 | 21 | 121 | 25 | 31 |
| Octal | 231 | 117 | 252 | 12 | 66 | 0 | 41 | 441 | 45 | 61 |
| Binary | 10011001 | 1001111 | 10101010 | 1010 | 110110 | 0 | 100001 | 100100001 | 100101 | 110001 |
Color Harmonies of #994FAA
Complementary color
Monochromatic Colors of #994FAA
Black with #994FAA
Text Example
Text Example
White with #994FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994FAA; }
p { color: rgb(153,79,170); }
H1.HeaderClassName
{
color: #994FAA;
}
.AnyTagClassName
{
color: #994FAA;
}
</style>
background-color css
<style>
a { background-color: #994FAA; }
a { background-color: rgb(153,79,170); }
div.DivClassName
{
background-color: #994FAA;
}
.BgClassName
{
background-color: #994FAA;
}
</style>
border-color css
<style>
span { border-color: #994FAA; }
span { border-color: rgb(153,79,170); }
td.TdClassName
{
border-color: #994FAA;
}
.TagClassName
{
border-color: #994FAA;
}
</style>