Shades of Deep Lilac #994EC1
Tints of Deep Lilac #994EC1
RGB
CMYK
RGB Variations
Color information
#994EC1 (or 0x994EC1) is known color: Deep Lilac. HEX triplet: 99, 4E and C1. RGB value is (153,78,193). Sum of RGB (Red+Green+Blue) = 153+78+193=424 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36.08% from 424); Green value is 78 (30.86% from 255 or 18.40% from 424); Blue value is 193 (75.78% from 255 or 45.52% from 424); Max value from RGB is 193 - color contains mainly: blue. Hex color #994EC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #994EC1 is #66B13E. Grayscale: #717171. Windows color (decimal): -6730047 or 12668569. OLE color: 12668569.
HSL color Cylindrical-coordinate representation of color #994EC1: hue angle of 279.13º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #994EC1 is Cyan = 0.21, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 153 | 78 | 193 | - |
| CMYK | 0.21 | 0.60 | 0 | 0.24 |
| HSL | 279.13º | 0.48% | 0.53% | - |
| HSV(B) | 279.13º | 0.6% | 0.76% | - |
| XYZ | 25.49 | 16.07 | 52.21 | - |
| YUV | 113.54 | 172.85 | 156.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 78 | 193 | 0.21 | 0.60 | 0 | 0.24 | 279.13 | 0.48 | 0.53 |
| Hex | 99 | 4E | C1 | 15 | 3C | 0 | 18 | 117 | 30 | 35 |
| Octal | 231 | 116 | 301 | 25 | 74 | 0 | 30 | 427 | 60 | 65 |
| Binary | 10011001 | 1001110 | 11000001 | 10101 | 111100 | 0 | 11000 | 100010111 | 110000 | 110101 |
Color Harmonies of #994EC1
Complementary color
Monochromatic Colors of #994EC1
Black with #994EC1
Text Example
Text Example
White with #994EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994EC1; }
p { color: rgb(153,78,193); }
H1.HeaderClassName
{
color: #994EC1;
}
.AnyTagClassName
{
color: #994EC1;
}
</style>
background-color css
<style>
a { background-color: #994EC1; }
a { background-color: rgb(153,78,193); }
div.DivClassName
{
background-color: #994EC1;
}
.BgClassName
{
background-color: #994EC1;
}
</style>
border-color css
<style>
span { border-color: #994EC1; }
span { border-color: rgb(153,78,193); }
td.TdClassName
{
border-color: #994EC1;
}
.TagClassName
{
border-color: #994EC1;
}
</style>