Shades of Deep Lilac #994DCA
Tints of Deep Lilac #994DCA
RGB
CMYK
RGB Variations
Color information
#994DCA (or 0x994DCA) is known color: Deep Lilac. HEX triplet: 99, 4D and CA. RGB value is (153,77,202). Sum of RGB (Red+Green+Blue) = 153+77+202=432 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.42% from 432); Green value is 77 (30.47% from 255 or 17.82% from 432); Blue value is 202 (79.30% from 255 or 46.76% from 432); Max value from RGB is 202 - color contains mainly: blue. Hex color #994DCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #994DCA is #66B235. Grayscale: #717171. Windows color (decimal): -6730294 or 13258137. OLE color: 13258137.
HSL color Cylindrical-coordinate representation of color #994DCA: hue angle of 276.48º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #994DCA is Cyan = 0.24, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 153 | 77 | 202 | - |
| CMYK | 0.24 | 0.62 | 0 | 0.21 |
| HSL | 276.48º | 0.54% | 0.55% | - |
| HSV(B) | 276.48º | 0.62% | 0.79% | - |
| XYZ | 26.45 | 16.34 | 57.64 | - |
| YUV | 113.97 | 177.68 | 155.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 77 | 202 | 0.24 | 0.62 | 0 | 0.21 | 276.48 | 0.54 | 0.55 |
| Hex | 99 | 4D | CA | 18 | 3E | 0 | 15 | 114 | 36 | 37 |
| Octal | 231 | 115 | 312 | 30 | 76 | 0 | 25 | 424 | 66 | 67 |
| Binary | 10011001 | 1001101 | 11001010 | 11000 | 111110 | 0 | 10101 | 100010100 | 110110 | 110111 |
Color Harmonies of #994DCA
Complementary color
Monochromatic Colors of #994DCA
Black with #994DCA
Text Example
Text Example
White with #994DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994DCA; }
p { color: rgb(153,77,202); }
H1.HeaderClassName
{
color: #994DCA;
}
.AnyTagClassName
{
color: #994DCA;
}
</style>
background-color css
<style>
a { background-color: #994DCA; }
a { background-color: rgb(153,77,202); }
div.DivClassName
{
background-color: #994DCA;
}
.BgClassName
{
background-color: #994DCA;
}
</style>
border-color css
<style>
span { border-color: #994DCA; }
span { border-color: rgb(153,77,202); }
td.TdClassName
{
border-color: #994DCA;
}
.TagClassName
{
border-color: #994DCA;
}
</style>