Shades of Deep Lilac #994BAC
Tints of Deep Lilac #994BAC
RGB
CMYK
RGB Variations
Color information
#994BAC (or 0x994BAC) is known color: Deep Lilac. HEX triplet: 99, 4B and AC. RGB value is (153,75,172). Sum of RGB (Red+Green+Blue) = 153+75+172=400 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.25% from 400); Green value is 75 (29.69% from 255 or 18.75% from 400); Blue value is 172 (67.58% from 255 or 43% from 400); Max value from RGB is 172 - color contains mainly: blue. Hex color #994BAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994BAC is #66B453. Grayscale: #6D6D6D. Windows color (decimal): -6730836 or 11291545. OLE color: 11291545.
HSL color Cylindrical-coordinate representation of color #994BAC: hue angle of 288.25º 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 #994BAC is Cyan = 0.11, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 75 | 172 | - |
| CMYK | 0.11 | 0.56 | 0 | 0.33 |
| HSL | 288.25º | 0.39% | 0.48% | - |
| HSV(B) | 288.25º | 0.56% | 0.67% | - |
| XYZ | 23.1 | 14.78 | 40.67 | - |
| YUV | 109.38 | 163.34 | 159.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 75 | 172 | 0.11 | 0.56 | 0 | 0.33 | 288.25 | 0.39 | 0.48 |
| Hex | 99 | 4B | AC | B | 38 | 0 | 21 | 120 | 27 | 30 |
| Octal | 231 | 113 | 254 | 13 | 70 | 0 | 41 | 440 | 47 | 60 |
| Binary | 10011001 | 1001011 | 10101100 | 1011 | 111000 | 0 | 100001 | 100100000 | 100111 | 110000 |
Color Harmonies of #994BAC
Complementary color
Monochromatic Colors of #994BAC
Black with #994BAC
Text Example
Text Example
White with #994BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994BAC; }
p { color: rgb(153,75,172); }
H1.HeaderClassName
{
color: #994BAC;
}
.AnyTagClassName
{
color: #994BAC;
}
</style>
background-color css
<style>
a { background-color: #994BAC; }
a { background-color: rgb(153,75,172); }
div.DivClassName
{
background-color: #994BAC;
}
.BgClassName
{
background-color: #994BAC;
}
</style>
border-color css
<style>
span { border-color: #994BAC; }
span { border-color: rgb(153,75,172); }
td.TdClassName
{
border-color: #994BAC;
}
.TagClassName
{
border-color: #994BAC;
}
</style>