Shades of Deep Lilac #994AAC
Tints of Deep Lilac #994AAC
RGB
CMYK
RGB Variations
Color information
#994AAC (or 0x994AAC) is known color: Deep Lilac. HEX triplet: 99, 4A and AC. RGB value is (153,74,172). Sum of RGB (Red+Green+Blue) = 153+74+172=399 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.35% from 399); Green value is 74 (29.30% from 255 or 18.55% from 399); Blue value is 172 (67.58% from 255 or 43.11% from 399); Max value from RGB is 172 - color contains mainly: blue. Hex color #994AAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994AAC is #66B553. Grayscale: #6C6C6C. Windows color (decimal): -6731092 or 11291289. OLE color: 11291289.
HSL color Cylindrical-coordinate representation of color #994AAC: hue angle of 288.37º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #994AAC is Cyan = 0.11, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 74 | 172 | - |
| CMYK | 0.11 | 0.57 | 0 | 0.33 |
| HSL | 288.37º | 0.4% | 0.48% | - |
| HSV(B) | 288.37º | 0.57% | 0.67% | - |
| XYZ | 23.03 | 14.65 | 40.64 | - |
| YUV | 108.79 | 163.67 | 159.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 74 | 172 | 0.11 | 0.57 | 0 | 0.33 | 288.37 | 0.4 | 0.48 |
| Hex | 99 | 4A | AC | B | 39 | 0 | 21 | 120 | 28 | 30 |
| Octal | 231 | 112 | 254 | 13 | 71 | 0 | 41 | 440 | 50 | 60 |
| Binary | 10011001 | 1001010 | 10101100 | 1011 | 111001 | 0 | 100001 | 100100000 | 101000 | 110000 |
Color Harmonies of #994AAC
Complementary color
Monochromatic Colors of #994AAC
Black with #994AAC
Text Example
Text Example
White with #994AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994AAC; }
p { color: rgb(153,74,172); }
H1.HeaderClassName
{
color: #994AAC;
}
.AnyTagClassName
{
color: #994AAC;
}
</style>
background-color css
<style>
a { background-color: #994AAC; }
a { background-color: rgb(153,74,172); }
div.DivClassName
{
background-color: #994AAC;
}
.BgClassName
{
background-color: #994AAC;
}
</style>
border-color css
<style>
span { border-color: #994AAC; }
span { border-color: rgb(153,74,172); }
td.TdClassName
{
border-color: #994AAC;
}
.TagClassName
{
border-color: #994AAC;
}
</style>