Shades of Deep Lilac #994FBB
Tints of Deep Lilac #994FBB
RGB
CMYK
RGB Variations
Color information
#994FBB (or 0x994FBB) is known color: Deep Lilac. HEX triplet: 99, 4F and BB. RGB value is (153,79,187). Sum of RGB (Red+Green+Blue) = 153+79+187=419 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.52% from 419); Green value is 79 (31.25% from 255 or 18.85% from 419); Blue value is 187 (73.44% from 255 or 44.63% from 419); Max value from RGB is 187 - color contains mainly: blue. Hex color #994FBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #994FBB is #66B044. Grayscale: #717171. Windows color (decimal): -6729797 or 12275609. OLE color: 12275609.
HSL color Cylindrical-coordinate representation of color #994FBB: hue angle of 281.11º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #994FBB is Cyan = 0.18, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 79 | 187 | - |
| CMYK | 0.18 | 0.58 | 0 | 0.27 |
| HSL | 281.11º | 0.44% | 0.52% | - |
| HSV(B) | 281.11º | 0.58% | 0.73% | - |
| XYZ | 24.9 | 15.95 | 48.78 | - |
| YUV | 113.44 | 169.52 | 156.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 79 | 187 | 0.18 | 0.58 | 0 | 0.27 | 281.11 | 0.44 | 0.52 |
| Hex | 99 | 4F | BB | 12 | 3A | 0 | 1B | 119 | 2C | 34 |
| Octal | 231 | 117 | 273 | 22 | 72 | 0 | 33 | 431 | 54 | 64 |
| Binary | 10011001 | 1001111 | 10111011 | 10010 | 111010 | 0 | 11011 | 100011001 | 101100 | 110100 |
Color Harmonies of #994FBB
Complementary color
Monochromatic Colors of #994FBB
Black with #994FBB
Text Example
Text Example
White with #994FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994FBB; }
p { color: rgb(153,79,187); }
H1.HeaderClassName
{
color: #994FBB;
}
.AnyTagClassName
{
color: #994FBB;
}
</style>
background-color css
<style>
a { background-color: #994FBB; }
a { background-color: rgb(153,79,187); }
div.DivClassName
{
background-color: #994FBB;
}
.BgClassName
{
background-color: #994FBB;
}
</style>
border-color css
<style>
span { border-color: #994FBB; }
span { border-color: rgb(153,79,187); }
td.TdClassName
{
border-color: #994FBB;
}
.TagClassName
{
border-color: #994FBB;
}
</style>