Shades of Deep Lilac #994DD1
Tints of Deep Lilac #994DD1
RGB
CMYK
RGB Variations
Color information
#994DD1 (or 0x994DD1) is known color: Deep Lilac. HEX triplet: 99, 4D and D1. RGB value is (153,77,209). Sum of RGB (Red+Green+Blue) = 153+77+209=439 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.85% from 439); Green value is 77 (30.47% from 255 or 17.54% from 439); Blue value is 209 (82.03% from 255 or 47.61% from 439); Max value from RGB is 209 - color contains mainly: blue. Hex color #994DD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #994DD1 is #66B22E. Grayscale: #727272. Windows color (decimal): -6730287 or 13716889. OLE color: 13716889.
HSL color Cylindrical-coordinate representation of color #994DD1: hue angle of 274.55º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #994DD1 is Cyan = 0.27, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 153 | 77 | 209 | - |
| CMYK | 0.27 | 0.63 | 0 | 0.18 |
| HSL | 274.55º | 0.59% | 0.56% | - |
| HSV(B) | 274.55º | 0.63% | 0.82% | - |
| XYZ | 27.3 | 16.68 | 62.1 | - |
| YUV | 114.77 | 181.18 | 155.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 77 | 209 | 0.27 | 0.63 | 0 | 0.18 | 274.55 | 0.59 | 0.56 |
| Hex | 99 | 4D | D1 | 1B | 3F | 0 | 12 | 113 | 3B | 38 |
| Octal | 231 | 115 | 321 | 33 | 77 | 0 | 22 | 423 | 73 | 70 |
| Binary | 10011001 | 1001101 | 11010001 | 11011 | 111111 | 0 | 10010 | 100010011 | 111011 | 111000 |
Color Harmonies of #994DD1
Complementary color
Monochromatic Colors of #994DD1
Black with #994DD1
Text Example
Text Example
White with #994DD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994DD1; }
p { color: rgb(153,77,209); }
H1.HeaderClassName
{
color: #994DD1;
}
.AnyTagClassName
{
color: #994DD1;
}
</style>
background-color css
<style>
a { background-color: #994DD1; }
a { background-color: rgb(153,77,209); }
div.DivClassName
{
background-color: #994DD1;
}
.BgClassName
{
background-color: #994DD1;
}
</style>
border-color css
<style>
span { border-color: #994DD1; }
span { border-color: rgb(153,77,209); }
td.TdClassName
{
border-color: #994DD1;
}
.TagClassName
{
border-color: #994DD1;
}
</style>