Shades of Deep Lilac #994DC1
Tints of Deep Lilac #994DC1
RGB
CMYK
RGB Variations
Color information
#994DC1 (or 0x994DC1) is known color: Deep Lilac. HEX triplet: 99, 4D and C1. RGB value is (153,77,193). Sum of RGB (Red+Green+Blue) = 153+77+193=423 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36.17% from 423); Green value is 77 (30.47% from 255 or 18.20% from 423); Blue value is 193 (75.78% from 255 or 45.63% from 423); Max value from RGB is 193 - color contains mainly: blue. Hex color #994DC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #994DC1 is #66B23E. Grayscale: #707070. Windows color (decimal): -6730303 or 12668313. OLE color: 12668313.
HSL color Cylindrical-coordinate representation of color #994DC1: hue angle of 279.31º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #994DC1 is Cyan = 0.21, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 153 | 77 | 193 | - |
| CMYK | 0.21 | 0.60 | 0 | 0.24 |
| HSL | 279.31º | 0.48% | 0.53% | - |
| HSV(B) | 279.31º | 0.6% | 0.76% | - |
| XYZ | 25.42 | 15.93 | 52.19 | - |
| YUV | 112.95 | 173.18 | 156.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 77 | 193 | 0.21 | 0.60 | 0 | 0.24 | 279.31 | 0.48 | 0.53 |
| Hex | 99 | 4D | C1 | 15 | 3C | 0 | 18 | 117 | 30 | 35 |
| Octal | 231 | 115 | 301 | 25 | 74 | 0 | 30 | 427 | 60 | 65 |
| Binary | 10011001 | 1001101 | 11000001 | 10101 | 111100 | 0 | 11000 | 100010111 | 110000 | 110101 |
Color Harmonies of #994DC1
Complementary color
Monochromatic Colors of #994DC1
Black with #994DC1
Text Example
Text Example
White with #994DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994DC1; }
p { color: rgb(153,77,193); }
H1.HeaderClassName
{
color: #994DC1;
}
.AnyTagClassName
{
color: #994DC1;
}
</style>
background-color css
<style>
a { background-color: #994DC1; }
a { background-color: rgb(153,77,193); }
div.DivClassName
{
background-color: #994DC1;
}
.BgClassName
{
background-color: #994DC1;
}
</style>
border-color css
<style>
span { border-color: #994DC1; }
span { border-color: rgb(153,77,193); }
td.TdClassName
{
border-color: #994DC1;
}
.TagClassName
{
border-color: #994DC1;
}
</style>