Shades of Deep Lilac #994CB4
Tints of Deep Lilac #994CB4
RGB
CMYK
RGB Variations
Color information
#994CB4 (or 0x994CB4) is known color: Deep Lilac. HEX triplet: 99, 4C and B4. RGB value is (153,76,180). Sum of RGB (Red+Green+Blue) = 153+76+180=409 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.41% from 409); Green value is 76 (30.08% from 255 or 18.58% from 409); Blue value is 180 (70.70% from 255 or 44.01% from 409); Max value from RGB is 180 - color contains mainly: blue. Hex color #994CB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #994CB4 is #66B34B. Grayscale: #6E6E6E. Windows color (decimal): -6730572 or 11816089. OLE color: 11816089.
HSL color Cylindrical-coordinate representation of color #994CB4: hue angle of 284.42º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #994CB4 is Cyan = 0.15, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 153 | 76 | 180 | - |
| CMYK | 0.15 | 0.58 | 0 | 0.29 |
| HSL | 284.42º | 0.41% | 0.5% | - |
| HSV(B) | 284.42º | 0.58% | 0.71% | - |
| XYZ | 23.96 | 15.24 | 44.86 | - |
| YUV | 110.88 | 167.01 | 158.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 76 | 180 | 0.15 | 0.58 | 0 | 0.29 | 284.42 | 0.41 | 0.5 |
| Hex | 99 | 4C | B4 | F | 3A | 0 | 1D | 11C | 29 | 32 |
| Octal | 231 | 114 | 264 | 17 | 72 | 0 | 35 | 434 | 51 | 62 |
| Binary | 10011001 | 1001100 | 10110100 | 1111 | 111010 | 0 | 11101 | 100011100 | 101001 | 110010 |
Color Harmonies of #994CB4
Complementary color
Monochromatic Colors of #994CB4
Black with #994CB4
Text Example
Text Example
White with #994CB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994CB4; }
p { color: rgb(153,76,180); }
H1.HeaderClassName
{
color: #994CB4;
}
.AnyTagClassName
{
color: #994CB4;
}
</style>
background-color css
<style>
a { background-color: #994CB4; }
a { background-color: rgb(153,76,180); }
div.DivClassName
{
background-color: #994CB4;
}
.BgClassName
{
background-color: #994CB4;
}
</style>
border-color css
<style>
span { border-color: #994CB4; }
span { border-color: rgb(153,76,180); }
td.TdClassName
{
border-color: #994CB4;
}
.TagClassName
{
border-color: #994CB4;
}
</style>