Shades of Deep Lilac #994DC3
Tints of Deep Lilac #994DC3
RGB
CMYK
RGB Variations
Color information
#994DC3 (or 0x994DC3) is known color: Deep Lilac. HEX triplet: 99, 4D and C3. RGB value is (153,77,195). Sum of RGB (Red+Green+Blue) = 153+77+195=425 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36% from 425); Green value is 77 (30.47% from 255 or 18.12% from 425); Blue value is 195 (76.56% from 255 or 45.88% from 425); Max value from RGB is 195 - color contains mainly: blue. Hex color #994DC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #994DC3 is #66B23C. Grayscale: #707070. Windows color (decimal): -6730301 or 12799385. OLE color: 12799385.
HSL color Cylindrical-coordinate representation of color #994DC3: hue angle of 278.64º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #994DC3 is Cyan = 0.22, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 153 | 77 | 195 | - |
| CMYK | 0.22 | 0.61 | 0 | 0.24 |
| HSL | 278.64º | 0.5% | 0.53% | - |
| HSV(B) | 278.64º | 0.61% | 0.76% | - |
| XYZ | 25.64 | 16.02 | 53.37 | - |
| YUV | 113.18 | 174.18 | 156.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 77 | 195 | 0.22 | 0.61 | 0 | 0.24 | 278.64 | 0.5 | 0.53 |
| Hex | 99 | 4D | C3 | 16 | 3D | 0 | 18 | 117 | 32 | 35 |
| Octal | 231 | 115 | 303 | 26 | 75 | 0 | 30 | 427 | 62 | 65 |
| Binary | 10011001 | 1001101 | 11000011 | 10110 | 111101 | 0 | 11000 | 100010111 | 110010 | 110101 |
Color Harmonies of #994DC3
Complementary color
Monochromatic Colors of #994DC3
Black with #994DC3
Text Example
Text Example
White with #994DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994DC3; }
p { color: rgb(153,77,195); }
H1.HeaderClassName
{
color: #994DC3;
}
.AnyTagClassName
{
color: #994DC3;
}
</style>
background-color css
<style>
a { background-color: #994DC3; }
a { background-color: rgb(153,77,195); }
div.DivClassName
{
background-color: #994DC3;
}
.BgClassName
{
background-color: #994DC3;
}
</style>
border-color css
<style>
span { border-color: #994DC3; }
span { border-color: rgb(153,77,195); }
td.TdClassName
{
border-color: #994DC3;
}
.TagClassName
{
border-color: #994DC3;
}
</style>