Shades of Deep Lilac #994CB9
Tints of Deep Lilac #994CB9
RGB
CMYK
RGB Variations
Color information
#994CB9 (or 0x994CB9) is known color: Deep Lilac. HEX triplet: 99, 4C and B9. RGB value is (153,76,185). Sum of RGB (Red+Green+Blue) = 153+76+185=414 (54% of max value = 765). Red value is 153 (60.16% from 255 or 36.96% from 414); Green value is 76 (30.08% from 255 or 18.36% from 414); Blue value is 185 (72.66% from 255 or 44.69% from 414); Max value from RGB is 185 - color contains mainly: blue. Hex color #994CB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #994CB9 is #66B346. Grayscale: #6F6F6F. Windows color (decimal): -6730567 or 12143769. OLE color: 12143769.
HSL color Cylindrical-coordinate representation of color #994CB9: hue angle of 282.39º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #994CB9 is Cyan = 0.17, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 76 | 185 | - |
| CMYK | 0.17 | 0.59 | 0 | 0.27 |
| HSL | 282.39º | 0.44% | 0.51% | - |
| HSV(B) | 282.39º | 0.59% | 0.73% | - |
| XYZ | 24.48 | 15.44 | 47.59 | - |
| YUV | 111.45 | 169.51 | 157.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 76 | 185 | 0.17 | 0.59 | 0 | 0.27 | 282.39 | 0.44 | 0.51 |
| Hex | 99 | 4C | B9 | 11 | 3B | 0 | 1B | 11A | 2C | 33 |
| Octal | 231 | 114 | 271 | 21 | 73 | 0 | 33 | 432 | 54 | 63 |
| Binary | 10011001 | 1001100 | 10111001 | 10001 | 111011 | 0 | 11011 | 100011010 | 101100 | 110011 |
Color Harmonies of #994CB9
Complementary color
Monochromatic Colors of #994CB9
Black with #994CB9
Text Example
Text Example
White with #994CB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994CB9; }
p { color: rgb(153,76,185); }
H1.HeaderClassName
{
color: #994CB9;
}
.AnyTagClassName
{
color: #994CB9;
}
</style>
background-color css
<style>
a { background-color: #994CB9; }
a { background-color: rgb(153,76,185); }
div.DivClassName
{
background-color: #994CB9;
}
.BgClassName
{
background-color: #994CB9;
}
</style>
border-color css
<style>
span { border-color: #994CB9; }
span { border-color: rgb(153,76,185); }
td.TdClassName
{
border-color: #994CB9;
}
.TagClassName
{
border-color: #994CB9;
}
</style>