Shades of Deep Lilac #994CC0
Tints of Deep Lilac #994CC0
RGB
CMYK
RGB Variations
Color information
#994CC0 (or 0x994CC0) is known color: Deep Lilac. HEX triplet: 99, 4C and C0. RGB value is (153,76,192). Sum of RGB (Red+Green+Blue) = 153+76+192=421 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.34% from 421); Green value is 76 (30.08% from 255 or 18.05% from 421); Blue value is 192 (75.39% from 255 or 45.61% from 421); Max value from RGB is 192 - color contains mainly: blue. Hex color #994CC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #994CC0 is #66B33F. Grayscale: #6F6F6F. Windows color (decimal): -6730560 or 12602521. OLE color: 12602521.
HSL color Cylindrical-coordinate representation of color #994CC0: hue angle of 279.83º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #994CC0 is Cyan = 0.20, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 153 | 76 | 192 | - |
| CMYK | 0.20 | 0.60 | 0 | 0.25 |
| HSL | 279.83º | 0.48% | 0.53% | - |
| HSV(B) | 279.83º | 0.6% | 0.75% | - |
| XYZ | 25.24 | 15.75 | 51.58 | - |
| YUV | 112.25 | 173.01 | 157.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 76 | 192 | 0.20 | 0.60 | 0 | 0.25 | 279.83 | 0.48 | 0.53 |
| Hex | 99 | 4C | C0 | 14 | 3C | 0 | 19 | 118 | 30 | 35 |
| Octal | 231 | 114 | 300 | 24 | 74 | 0 | 31 | 430 | 60 | 65 |
| Binary | 10011001 | 1001100 | 11000000 | 10100 | 111100 | 0 | 11001 | 100011000 | 110000 | 110101 |
Color Harmonies of #994CC0
Complementary color
Monochromatic Colors of #994CC0
Black with #994CC0
Text Example
Text Example
White with #994CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994CC0; }
p { color: rgb(153,76,192); }
H1.HeaderClassName
{
color: #994CC0;
}
.AnyTagClassName
{
color: #994CC0;
}
</style>
background-color css
<style>
a { background-color: #994CC0; }
a { background-color: rgb(153,76,192); }
div.DivClassName
{
background-color: #994CC0;
}
.BgClassName
{
background-color: #994CC0;
}
</style>
border-color css
<style>
span { border-color: #994CC0; }
span { border-color: rgb(153,76,192); }
td.TdClassName
{
border-color: #994CC0;
}
.TagClassName
{
border-color: #994CC0;
}
</style>