Shades of Deep Lilac #994EC7
Tints of Deep Lilac #994EC7
RGB
CMYK
RGB Variations
Color information
#994EC7 (or 0x994EC7) is known color: Deep Lilac. HEX triplet: 99, 4E and C7. RGB value is (153,78,199). Sum of RGB (Red+Green+Blue) = 153+78+199=430 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.58% from 430); Green value is 78 (30.86% from 255 or 18.14% from 430); Blue value is 199 (78.12% from 255 or 46.28% from 430); Max value from RGB is 199 - color contains mainly: blue. Hex color #994EC7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #994EC7 is #66B138. Grayscale: #717171. Windows color (decimal): -6730041 or 13061785. OLE color: 13061785.
HSL color Cylindrical-coordinate representation of color #994EC7: hue angle of 277.19º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #994EC7 is Cyan = 0.23, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 153 | 78 | 199 | - |
| CMYK | 0.23 | 0.61 | 0 | 0.22 |
| HSL | 277.19º | 0.52% | 0.54% | - |
| HSV(B) | 277.19º | 0.61% | 0.78% | - |
| XYZ | 26.17 | 16.34 | 55.81 | - |
| YUV | 114.22 | 175.85 | 155.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 78 | 199 | 0.23 | 0.61 | 0 | 0.22 | 277.19 | 0.52 | 0.54 |
| Hex | 99 | 4E | C7 | 17 | 3D | 0 | 16 | 115 | 34 | 36 |
| Octal | 231 | 116 | 307 | 27 | 75 | 0 | 26 | 425 | 64 | 66 |
| Binary | 10011001 | 1001110 | 11000111 | 10111 | 111101 | 0 | 10110 | 100010101 | 110100 | 110110 |
Color Harmonies of #994EC7
Complementary color
Monochromatic Colors of #994EC7
Black with #994EC7
Text Example
Text Example
White with #994EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994EC7; }
p { color: rgb(153,78,199); }
H1.HeaderClassName
{
color: #994EC7;
}
.AnyTagClassName
{
color: #994EC7;
}
</style>
background-color css
<style>
a { background-color: #994EC7; }
a { background-color: rgb(153,78,199); }
div.DivClassName
{
background-color: #994EC7;
}
.BgClassName
{
background-color: #994EC7;
}
</style>
border-color css
<style>
span { border-color: #994EC7; }
span { border-color: rgb(153,78,199); }
td.TdClassName
{
border-color: #994EC7;
}
.TagClassName
{
border-color: #994EC7;
}
</style>