Shades of Deep Lilac #994FAB
Tints of Deep Lilac #994FAB
RGB
CMYK
RGB Variations
Color information
#994FAB (or 0x994FAB) is known color: Deep Lilac. HEX triplet: 99, 4F and AB. RGB value is (153,79,171). Sum of RGB (Red+Green+Blue) = 153+79+171=403 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.97% from 403); Green value is 79 (31.25% from 255 or 19.60% from 403); Blue value is 171 (67.19% from 255 or 42.43% from 403); Max value from RGB is 171 - color contains mainly: blue. Hex color #994FAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #994FAB is #66B054. Grayscale: #6F6F6F. Windows color (decimal): -6729813 or 11227033. OLE color: 11227033.
HSL color Cylindrical-coordinate representation of color #994FAB: hue angle of 288.26º 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 #994FAB is Cyan = 0.11, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 79 | 171 | - |
| CMYK | 0.11 | 0.54 | 0 | 0.33 |
| HSL | 288.26º | 0.37% | 0.49% | - |
| HSV(B) | 288.26º | 0.54% | 0.67% | - |
| XYZ | 23.28 | 15.3 | 40.25 | - |
| YUV | 111.61 | 161.52 | 157.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 79 | 171 | 0.11 | 0.54 | 0 | 0.33 | 288.26 | 0.37 | 0.49 |
| Hex | 99 | 4F | AB | B | 36 | 0 | 21 | 120 | 25 | 31 |
| Octal | 231 | 117 | 253 | 13 | 66 | 0 | 41 | 440 | 45 | 61 |
| Binary | 10011001 | 1001111 | 10101011 | 1011 | 110110 | 0 | 100001 | 100100000 | 100101 | 110001 |
Color Harmonies of #994FAB
Complementary color
Monochromatic Colors of #994FAB
Black with #994FAB
Text Example
Text Example
White with #994FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994FAB; }
p { color: rgb(153,79,171); }
H1.HeaderClassName
{
color: #994FAB;
}
.AnyTagClassName
{
color: #994FAB;
}
</style>
background-color css
<style>
a { background-color: #994FAB; }
a { background-color: rgb(153,79,171); }
div.DivClassName
{
background-color: #994FAB;
}
.BgClassName
{
background-color: #994FAB;
}
</style>
border-color css
<style>
span { border-color: #994FAB; }
span { border-color: rgb(153,79,171); }
td.TdClassName
{
border-color: #994FAB;
}
.TagClassName
{
border-color: #994FAB;
}
</style>