Shades of Deep Lilac #994DD0
Tints of Deep Lilac #994DD0
RGB
CMYK
RGB Variations
Color information
#994DD0 (or 0x994DD0) is known color: Deep Lilac. HEX triplet: 99, 4D and D0. RGB value is (153,77,208). Sum of RGB (Red+Green+Blue) = 153+77+208=438 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.93% from 438); Green value is 77 (30.47% from 255 or 17.58% from 438); Blue value is 208 (81.64% from 255 or 47.49% from 438); Max value from RGB is 208 - color contains mainly: blue. Hex color #994DD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #994DD0 is #66B22F. Grayscale: #727272. Windows color (decimal): -6730288 or 13651353. OLE color: 13651353.
HSL color Cylindrical-coordinate representation of color #994DD0: hue angle of 274.81º degrees, saturation: 0.58, 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 #994DD0 is Cyan = 0.26, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 153 | 77 | 208 | - |
| CMYK | 0.26 | 0.63 | 0 | 0.18 |
| HSL | 274.81º | 0.58% | 0.56% | - |
| HSV(B) | 274.81º | 0.63% | 0.82% | - |
| XYZ | 27.18 | 16.63 | 61.45 | - |
| YUV | 114.66 | 180.68 | 155.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 77 | 208 | 0.26 | 0.63 | 0 | 0.18 | 274.81 | 0.58 | 0.56 |
| Hex | 99 | 4D | D0 | 1A | 3F | 0 | 12 | 113 | 3A | 38 |
| Octal | 231 | 115 | 320 | 32 | 77 | 0 | 22 | 423 | 72 | 70 |
| Binary | 10011001 | 1001101 | 11010000 | 11010 | 111111 | 0 | 10010 | 100010011 | 111010 | 111000 |
Color Harmonies of #994DD0
Complementary color
Monochromatic Colors of #994DD0
Black with #994DD0
Text Example
Text Example
White with #994DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994DD0; }
p { color: rgb(153,77,208); }
H1.HeaderClassName
{
color: #994DD0;
}
.AnyTagClassName
{
color: #994DD0;
}
</style>
background-color css
<style>
a { background-color: #994DD0; }
a { background-color: rgb(153,77,208); }
div.DivClassName
{
background-color: #994DD0;
}
.BgClassName
{
background-color: #994DD0;
}
</style>
border-color css
<style>
span { border-color: #994DD0; }
span { border-color: rgb(153,77,208); }
td.TdClassName
{
border-color: #994DD0;
}
.TagClassName
{
border-color: #994DD0;
}
</style>