Shades of Deep Lilac #994BA8
Tints of Deep Lilac #994BA8
RGB
CMYK
RGB Variations
Color information
#994BA8 (or 0x994BA8) is known color: Deep Lilac. HEX triplet: 99, 4B and A8. RGB value is (153,75,168). Sum of RGB (Red+Green+Blue) = 153+75+168=396 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.64% from 396); Green value is 75 (29.69% from 255 or 18.94% from 396); Blue value is 168 (66.02% from 255 or 42.42% from 396); Max value from RGB is 168 - color contains mainly: blue. Hex color #994BA8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994BA8 is #66B457. Grayscale: #6C6C6C. Windows color (decimal): -6730840 or 11029401. OLE color: 11029401.
HSL color Cylindrical-coordinate representation of color #994BA8: hue angle of 290.32º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #994BA8 is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 153 | 75 | 168 | - |
| CMYK | 0.09 | 0.55 | 0 | 0.34 |
| HSL | 290.32º | 0.38% | 0.48% | - |
| HSV(B) | 290.32º | 0.55% | 0.66% | - |
| XYZ | 22.72 | 14.63 | 38.67 | - |
| YUV | 108.92 | 161.34 | 159.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 75 | 168 | 0.09 | 0.55 | 0 | 0.34 | 290.32 | 0.38 | 0.48 |
| Hex | 99 | 4B | A8 | 9 | 37 | 0 | 22 | 122 | 26 | 30 |
| Octal | 231 | 113 | 250 | 11 | 67 | 0 | 42 | 442 | 46 | 60 |
| Binary | 10011001 | 1001011 | 10101000 | 1001 | 110111 | 0 | 100010 | 100100010 | 100110 | 110000 |
Color Harmonies of #994BA8
Complementary color
Monochromatic Colors of #994BA8
Black with #994BA8
Text Example
Text Example
White with #994BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994BA8; }
p { color: rgb(153,75,168); }
H1.HeaderClassName
{
color: #994BA8;
}
.AnyTagClassName
{
color: #994BA8;
}
</style>
background-color css
<style>
a { background-color: #994BA8; }
a { background-color: rgb(153,75,168); }
div.DivClassName
{
background-color: #994BA8;
}
.BgClassName
{
background-color: #994BA8;
}
</style>
border-color css
<style>
span { border-color: #994BA8; }
span { border-color: rgb(153,75,168); }
td.TdClassName
{
border-color: #994BA8;
}
.TagClassName
{
border-color: #994BA8;
}
</style>