Shades of Deep Lilac #994CAC
Tints of Deep Lilac #994CAC
RGB
CMYK
RGB Variations
Color information
#994CAC (or 0x994CAC) is known color: Deep Lilac. HEX triplet: 99, 4C and AC. RGB value is (153,76,172). Sum of RGB (Red+Green+Blue) = 153+76+172=401 (53% of max value = 765). Red value is 153 (60.16% from 255 or 38.15% from 401); Green value is 76 (30.08% from 255 or 18.95% from 401); Blue value is 172 (67.58% from 255 or 42.89% from 401); Max value from RGB is 172 - color contains mainly: blue. Hex color #994CAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994CAC is #66B353. Grayscale: #6D6D6D. Windows color (decimal): -6730580 or 11291801. OLE color: 11291801.
HSL color Cylindrical-coordinate representation of color #994CAC: hue angle of 288.12º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #994CAC is Cyan = 0.11, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 76 | 172 | - |
| CMYK | 0.11 | 0.56 | 0 | 0.33 |
| HSL | 288.13º | 0.39% | 0.49% | - |
| HSV(B) | 288.13º | 0.56% | 0.67% | - |
| XYZ | 23.17 | 14.92 | 40.69 | - |
| YUV | 109.97 | 163.01 | 158.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 76 | 172 | 0.11 | 0.56 | 0 | 0.33 | 288.13 | 0.39 | 0.49 |
| Hex | 99 | 4C | AC | B | 38 | 0 | 21 | 120 | 27 | 31 |
| Octal | 231 | 114 | 254 | 13 | 70 | 0 | 41 | 440 | 47 | 61 |
| Binary | 10011001 | 1001100 | 10101100 | 1011 | 111000 | 0 | 100001 | 100100000 | 100111 | 110001 |
Color Harmonies of #994CAC
Complementary color
Monochromatic Colors of #994CAC
Black with #994CAC
Text Example
Text Example
White with #994CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994CAC; }
p { color: rgb(153,76,172); }
H1.HeaderClassName
{
color: #994CAC;
}
.AnyTagClassName
{
color: #994CAC;
}
</style>
background-color css
<style>
a { background-color: #994CAC; }
a { background-color: rgb(153,76,172); }
div.DivClassName
{
background-color: #994CAC;
}
.BgClassName
{
background-color: #994CAC;
}
</style>
border-color css
<style>
span { border-color: #994CAC; }
span { border-color: rgb(153,76,172); }
td.TdClassName
{
border-color: #994CAC;
}
.TagClassName
{
border-color: #994CAC;
}
</style>