Shades of Deep Lilac #994DC4
Tints of Deep Lilac #994DC4
RGB
CMYK
RGB Variations
Color information
#994DC4 (or 0x994DC4) is known color: Deep Lilac. HEX triplet: 99, 4D and C4. RGB value is (153,77,196). Sum of RGB (Red+Green+Blue) = 153+77+196=426 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.92% from 426); Green value is 77 (30.47% from 255 or 18.08% from 426); Blue value is 196 (76.95% from 255 or 46.01% from 426); Max value from RGB is 196 - color contains mainly: blue. Hex color #994DC4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #994DC4 is #66B23B. Grayscale: #707070. Windows color (decimal): -6730300 or 12864921. OLE color: 12864921.
HSL color Cylindrical-coordinate representation of color #994DC4: hue angle of 278.32º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #994DC4 is Cyan = 0.22, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 153 | 77 | 196 | - |
| CMYK | 0.22 | 0.61 | 0 | 0.23 |
| HSL | 278.32º | 0.5% | 0.54% | - |
| HSV(B) | 278.32º | 0.61% | 0.77% | - |
| XYZ | 25.75 | 16.07 | 53.97 | - |
| YUV | 113.29 | 174.68 | 156.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 77 | 196 | 0.22 | 0.61 | 0 | 0.23 | 278.32 | 0.5 | 0.54 |
| Hex | 99 | 4D | C4 | 16 | 3D | 0 | 17 | 116 | 32 | 36 |
| Octal | 231 | 115 | 304 | 26 | 75 | 0 | 27 | 426 | 62 | 66 |
| Binary | 10011001 | 1001101 | 11000100 | 10110 | 111101 | 0 | 10111 | 100010110 | 110010 | 110110 |
Color Harmonies of #994DC4
Complementary color
Monochromatic Colors of #994DC4
Black with #994DC4
Text Example
Text Example
White with #994DC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994DC4; }
p { color: rgb(153,77,196); }
H1.HeaderClassName
{
color: #994DC4;
}
.AnyTagClassName
{
color: #994DC4;
}
</style>
background-color css
<style>
a { background-color: #994DC4; }
a { background-color: rgb(153,77,196); }
div.DivClassName
{
background-color: #994DC4;
}
.BgClassName
{
background-color: #994DC4;
}
</style>
border-color css
<style>
span { border-color: #994DC4; }
span { border-color: rgb(153,77,196); }
td.TdClassName
{
border-color: #994DC4;
}
.TagClassName
{
border-color: #994DC4;
}
</style>