Shades of Deep Lilac #994DCE
Tints of Deep Lilac #994DCE
RGB
CMYK
RGB Variations
Color information
#994DCE (or 0x994DCE) is known color: Deep Lilac. HEX triplet: 99, 4D and CE. RGB value is (153,77,206). Sum of RGB (Red+Green+Blue) = 153+77+206=436 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.09% from 436); Green value is 77 (30.47% from 255 or 17.66% from 436); Blue value is 206 (80.86% from 255 or 47.25% from 436); Max value from RGB is 206 - color contains mainly: blue. Hex color #994DCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #994DCE is #66B231. Grayscale: #717171. Windows color (decimal): -6730290 or 13520281. OLE color: 13520281.
HSL color Cylindrical-coordinate representation of color #994DCE: hue angle of 275.35º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #994DCE is Cyan = 0.26, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 77 | 206 | - |
| CMYK | 0.26 | 0.63 | 0 | 0.19 |
| HSL | 275.35º | 0.57% | 0.55% | - |
| HSV(B) | 275.35º | 0.63% | 0.81% | - |
| XYZ | 26.93 | 16.54 | 60.16 | - |
| YUV | 114.43 | 179.68 | 155.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 77 | 206 | 0.26 | 0.63 | 0 | 0.19 | 275.35 | 0.57 | 0.55 |
| Hex | 99 | 4D | CE | 1A | 3F | 0 | 13 | 113 | 39 | 37 |
| Octal | 231 | 115 | 316 | 32 | 77 | 0 | 23 | 423 | 71 | 67 |
| Binary | 10011001 | 1001101 | 11001110 | 11010 | 111111 | 0 | 10011 | 100010011 | 111001 | 110111 |
Color Harmonies of #994DCE
Complementary color
Monochromatic Colors of #994DCE
Black with #994DCE
Text Example
Text Example
White with #994DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994DCE; }
p { color: rgb(153,77,206); }
H1.HeaderClassName
{
color: #994DCE;
}
.AnyTagClassName
{
color: #994DCE;
}
</style>
background-color css
<style>
a { background-color: #994DCE; }
a { background-color: rgb(153,77,206); }
div.DivClassName
{
background-color: #994DCE;
}
.BgClassName
{
background-color: #994DCE;
}
</style>
border-color css
<style>
span { border-color: #994DCE; }
span { border-color: rgb(153,77,206); }
td.TdClassName
{
border-color: #994DCE;
}
.TagClassName
{
border-color: #994DCE;
}
</style>