Shades of Deep Lilac #994DC0
Tints of Deep Lilac #994DC0
RGB
CMYK
RGB Variations
Color information
#994DC0 (or 0x994DC0) is known color: Deep Lilac. HEX triplet: 99, 4D and C0. RGB value is (153,77,192). Sum of RGB (Red+Green+Blue) = 153+77+192=422 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.26% from 422); Green value is 77 (30.47% from 255 or 18.25% from 422); Blue value is 192 (75.39% from 255 or 45.50% from 422); Max value from RGB is 192 - color contains mainly: blue. Hex color #994DC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #994DC0 is #66B23F. Grayscale: #707070. Windows color (decimal): -6730304 or 12602777. OLE color: 12602777.
HSL color Cylindrical-coordinate representation of color #994DC0: hue angle of 279.65º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #994DC0 is Cyan = 0.20, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 153 | 77 | 192 | - |
| CMYK | 0.20 | 0.60 | 0 | 0.25 |
| HSL | 279.65º | 0.48% | 0.53% | - |
| HSV(B) | 279.65º | 0.6% | 0.75% | - |
| XYZ | 25.31 | 15.89 | 51.6 | - |
| YUV | 112.83 | 172.68 | 156.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 77 | 192 | 0.20 | 0.60 | 0 | 0.25 | 279.65 | 0.48 | 0.53 |
| Hex | 99 | 4D | C0 | 14 | 3C | 0 | 19 | 118 | 30 | 35 |
| Octal | 231 | 115 | 300 | 24 | 74 | 0 | 31 | 430 | 60 | 65 |
| Binary | 10011001 | 1001101 | 11000000 | 10100 | 111100 | 0 | 11001 | 100011000 | 110000 | 110101 |
Color Harmonies of #994DC0
Complementary color
Monochromatic Colors of #994DC0
Black with #994DC0
Text Example
Text Example
White with #994DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994DC0; }
p { color: rgb(153,77,192); }
H1.HeaderClassName
{
color: #994DC0;
}
.AnyTagClassName
{
color: #994DC0;
}
</style>
background-color css
<style>
a { background-color: #994DC0; }
a { background-color: rgb(153,77,192); }
div.DivClassName
{
background-color: #994DC0;
}
.BgClassName
{
background-color: #994DC0;
}
</style>
border-color css
<style>
span { border-color: #994DC0; }
span { border-color: rgb(153,77,192); }
td.TdClassName
{
border-color: #994DC0;
}
.TagClassName
{
border-color: #994DC0;
}
</style>