Shades of Deep Lilac #994DB5
Tints of Deep Lilac #994DB5
RGB
CMYK
RGB Variations
Color information
#994DB5 (or 0x994DB5) is known color: Deep Lilac. HEX triplet: 99, 4D and B5. RGB value is (153,77,181). Sum of RGB (Red+Green+Blue) = 153+77+181=411 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.23% from 411); Green value is 77 (30.47% from 255 or 18.73% from 411); Blue value is 181 (71.09% from 255 or 44.04% from 411); Max value from RGB is 181 - color contains mainly: blue. Hex color #994DB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #994DB5 is #66B24A. Grayscale: #6F6F6F. Windows color (decimal): -6730315 or 11881881. OLE color: 11881881.
HSL color Cylindrical-coordinate representation of color #994DB5: hue angle of 283.85º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #994DB5 is Cyan = 0.15, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 153 | 77 | 181 | - |
| CMYK | 0.15 | 0.57 | 0 | 0.29 |
| HSL | 283.85º | 0.41% | 0.51% | - |
| HSV(B) | 283.85º | 0.57% | 0.71% | - |
| XYZ | 24.13 | 15.42 | 45.42 | - |
| YUV | 111.58 | 167.18 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 77 | 181 | 0.15 | 0.57 | 0 | 0.29 | 283.85 | 0.41 | 0.51 |
| Hex | 99 | 4D | B5 | F | 39 | 0 | 1D | 11C | 29 | 33 |
| Octal | 231 | 115 | 265 | 17 | 71 | 0 | 35 | 434 | 51 | 63 |
| Binary | 10011001 | 1001101 | 10110101 | 1111 | 111001 | 0 | 11101 | 100011100 | 101001 | 110011 |
Color Harmonies of #994DB5
Complementary color
Monochromatic Colors of #994DB5
Black with #994DB5
Text Example
Text Example
White with #994DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994DB5; }
p { color: rgb(153,77,181); }
H1.HeaderClassName
{
color: #994DB5;
}
.AnyTagClassName
{
color: #994DB5;
}
</style>
background-color css
<style>
a { background-color: #994DB5; }
a { background-color: rgb(153,77,181); }
div.DivClassName
{
background-color: #994DB5;
}
.BgClassName
{
background-color: #994DB5;
}
</style>
border-color css
<style>
span { border-color: #994DB5; }
span { border-color: rgb(153,77,181); }
td.TdClassName
{
border-color: #994DB5;
}
.TagClassName
{
border-color: #994DB5;
}
</style>