Shades of Deep Lilac #994BB1
Tints of Deep Lilac #994BB1
RGB
CMYK
RGB Variations
Color information
#994BB1 (or 0x994BB1) is known color: Deep Lilac. HEX triplet: 99, 4B and B1. RGB value is (153,75,177). Sum of RGB (Red+Green+Blue) = 153+75+177=405 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.78% from 405); Green value is 75 (29.69% from 255 or 18.52% from 405); Blue value is 177 (69.53% from 255 or 43.70% from 405); Max value from RGB is 177 - color contains mainly: blue. Hex color #994BB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994BB1 is #66B44E. Grayscale: #6D6D6D. Windows color (decimal): -6730831 or 11619225. OLE color: 11619225.
HSL color Cylindrical-coordinate representation of color #994BB1: hue angle of 285.88º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #994BB1 is Cyan = 0.14, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 153 | 75 | 177 | - |
| CMYK | 0.14 | 0.58 | 0 | 0.31 |
| HSL | 285.88º | 0.4% | 0.49% | - |
| HSV(B) | 285.88º | 0.58% | 0.69% | - |
| XYZ | 23.59 | 14.98 | 43.24 | - |
| YUV | 109.95 | 165.84 | 158.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 75 | 177 | 0.14 | 0.58 | 0 | 0.31 | 285.88 | 0.4 | 0.49 |
| Hex | 99 | 4B | B1 | E | 3A | 0 | 1F | 11E | 28 | 31 |
| Octal | 231 | 113 | 261 | 16 | 72 | 0 | 37 | 436 | 50 | 61 |
| Binary | 10011001 | 1001011 | 10110001 | 1110 | 111010 | 0 | 11111 | 100011110 | 101000 | 110001 |
Color Harmonies of #994BB1
Complementary color
Monochromatic Colors of #994BB1
Black with #994BB1
Text Example
Text Example
White with #994BB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994BB1; }
p { color: rgb(153,75,177); }
H1.HeaderClassName
{
color: #994BB1;
}
.AnyTagClassName
{
color: #994BB1;
}
</style>
background-color css
<style>
a { background-color: #994BB1; }
a { background-color: rgb(153,75,177); }
div.DivClassName
{
background-color: #994BB1;
}
.BgClassName
{
background-color: #994BB1;
}
</style>
border-color css
<style>
span { border-color: #994BB1; }
span { border-color: rgb(153,75,177); }
td.TdClassName
{
border-color: #994BB1;
}
.TagClassName
{
border-color: #994BB1;
}
</style>