Shades of Deep Lilac #994ECF
Tints of Deep Lilac #994ECF
RGB
CMYK
RGB Variations
Color information
#994ECF (or 0x994ECF) is known color: Deep Lilac. HEX triplet: 99, 4E and CF. RGB value is (153,78,207). Sum of RGB (Red+Green+Blue) = 153+78+207=438 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.93% from 438); Green value is 78 (30.86% from 255 or 17.81% from 438); Blue value is 207 (81.25% from 255 or 47.26% from 438); Max value from RGB is 207 - color contains mainly: blue. Hex color #994ECF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #994ECF is #66B130. Grayscale: #727272. Windows color (decimal): -6730033 or 13586073. OLE color: 13586073.
HSL color Cylindrical-coordinate representation of color #994ECF: hue angle of 274.88º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #994ECF is Cyan = 0.26, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 78 | 207 | - |
| CMYK | 0.26 | 0.62 | 0 | 0.19 |
| HSL | 274.88º | 0.57% | 0.56% | - |
| HSV(B) | 274.88º | 0.62% | 0.81% | - |
| XYZ | 27.12 | 16.73 | 60.83 | - |
| YUV | 115.13 | 179.85 | 155.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 78 | 207 | 0.26 | 0.62 | 0 | 0.19 | 274.88 | 0.57 | 0.56 |
| Hex | 99 | 4E | CF | 1A | 3E | 0 | 13 | 113 | 39 | 38 |
| Octal | 231 | 116 | 317 | 32 | 76 | 0 | 23 | 423 | 71 | 70 |
| Binary | 10011001 | 1001110 | 11001111 | 11010 | 111110 | 0 | 10011 | 100010011 | 111001 | 111000 |
Color Harmonies of #994ECF
Complementary color
Monochromatic Colors of #994ECF
Black with #994ECF
Text Example
Text Example
White with #994ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994ECF; }
p { color: rgb(153,78,207); }
H1.HeaderClassName
{
color: #994ECF;
}
.AnyTagClassName
{
color: #994ECF;
}
</style>
background-color css
<style>
a { background-color: #994ECF; }
a { background-color: rgb(153,78,207); }
div.DivClassName
{
background-color: #994ECF;
}
.BgClassName
{
background-color: #994ECF;
}
</style>
border-color css
<style>
span { border-color: #994ECF; }
span { border-color: rgb(153,78,207); }
td.TdClassName
{
border-color: #994ECF;
}
.TagClassName
{
border-color: #994ECF;
}
</style>