Shades of Deep Lilac #994CC9
Tints of Deep Lilac #994CC9
RGB
CMYK
RGB Variations
Color information
#994CC9 (or 0x994CC9) is known color: Deep Lilac. HEX triplet: 99, 4C and C9. RGB value is (153,76,201). Sum of RGB (Red+Green+Blue) = 153+76+201=430 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.58% from 430); Green value is 76 (30.08% from 255 or 17.67% from 430); Blue value is 201 (78.91% from 255 or 46.74% from 430); Max value from RGB is 201 - color contains mainly: blue. Hex color #994CC9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #994CC9 is #66B336. Grayscale: #707070. Windows color (decimal): -6730551 or 13192345. OLE color: 13192345.
HSL color Cylindrical-coordinate representation of color #994CC9: hue angle of 276.96º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #994CC9 is Cyan = 0.24, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 153 | 76 | 201 | - |
| CMYK | 0.24 | 0.62 | 0 | 0.21 |
| HSL | 276.96º | 0.54% | 0.54% | - |
| HSV(B) | 276.96º | 0.62% | 0.79% | - |
| XYZ | 26.26 | 16.16 | 56.99 | - |
| YUV | 113.27 | 177.51 | 156.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 76 | 201 | 0.24 | 0.62 | 0 | 0.21 | 276.96 | 0.54 | 0.54 |
| Hex | 99 | 4C | C9 | 18 | 3E | 0 | 15 | 115 | 36 | 36 |
| Octal | 231 | 114 | 311 | 30 | 76 | 0 | 25 | 425 | 66 | 66 |
| Binary | 10011001 | 1001100 | 11001001 | 11000 | 111110 | 0 | 10101 | 100010101 | 110110 | 110110 |
Color Harmonies of #994CC9
Complementary color
Monochromatic Colors of #994CC9
Black with #994CC9
Text Example
Text Example
White with #994CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994CC9; }
p { color: rgb(153,76,201); }
H1.HeaderClassName
{
color: #994CC9;
}
.AnyTagClassName
{
color: #994CC9;
}
</style>
background-color css
<style>
a { background-color: #994CC9; }
a { background-color: rgb(153,76,201); }
div.DivClassName
{
background-color: #994CC9;
}
.BgClassName
{
background-color: #994CC9;
}
</style>
border-color css
<style>
span { border-color: #994CC9; }
span { border-color: rgb(153,76,201); }
td.TdClassName
{
border-color: #994CC9;
}
.TagClassName
{
border-color: #994CC9;
}
</style>