Shades of Deep Lilac #994CBA
Tints of Deep Lilac #994CBA
RGB
CMYK
RGB Variations
Color information
#994CBA (or 0x994CBA) is known color: Deep Lilac. HEX triplet: 99, 4C and BA. RGB value is (153,76,186). Sum of RGB (Red+Green+Blue) = 153+76+186=415 (54% of max value = 765). Red value is 153 (60.16% from 255 or 36.87% from 415); Green value is 76 (30.08% from 255 or 18.31% from 415); Blue value is 186 (73.05% from 255 or 44.82% from 415); Max value from RGB is 186 - color contains mainly: blue. Hex color #994CBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #994CBA is #66B345. Grayscale: #6F6F6F. Windows color (decimal): -6730566 or 12209305. OLE color: 12209305.
HSL color Cylindrical-coordinate representation of color #994CBA: hue angle of 282º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #994CBA is Cyan = 0.18, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 76 | 186 | - |
| CMYK | 0.18 | 0.59 | 0 | 0.27 |
| HSL | 282º | 0.44% | 0.51% | - |
| HSV(B) | 282º | 0.59% | 0.73% | - |
| XYZ | 24.58 | 15.49 | 48.15 | - |
| YUV | 111.56 | 170.01 | 157.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 76 | 186 | 0.18 | 0.59 | 0 | 0.27 | 282 | 0.44 | 0.51 |
| Hex | 99 | 4C | BA | 12 | 3B | 0 | 1B | 11A | 2C | 33 |
| Octal | 231 | 114 | 272 | 22 | 73 | 0 | 33 | 432 | 54 | 63 |
| Binary | 10011001 | 1001100 | 10111010 | 10010 | 111011 | 0 | 11011 | 100011010 | 101100 | 110011 |
Color Harmonies of #994CBA
Complementary color
Monochromatic Colors of #994CBA
Black with #994CBA
Text Example
Text Example
White with #994CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994CBA; }
p { color: rgb(153,76,186); }
H1.HeaderClassName
{
color: #994CBA;
}
.AnyTagClassName
{
color: #994CBA;
}
</style>
background-color css
<style>
a { background-color: #994CBA; }
a { background-color: rgb(153,76,186); }
div.DivClassName
{
background-color: #994CBA;
}
.BgClassName
{
background-color: #994CBA;
}
</style>
border-color css
<style>
span { border-color: #994CBA; }
span { border-color: rgb(153,76,186); }
td.TdClassName
{
border-color: #994CBA;
}
.TagClassName
{
border-color: #994CBA;
}
</style>