Shades of Deep Lilac #994CBF
Tints of Deep Lilac #994CBF
RGB
CMYK
RGB Variations
Color information
#994CBF (or 0x994CBF) is known color: Deep Lilac. HEX triplet: 99, 4C and BF. RGB value is (153,76,191). Sum of RGB (Red+Green+Blue) = 153+76+191=420 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.43% from 420); Green value is 76 (30.08% from 255 or 18.10% from 420); Blue value is 191 (75% from 255 or 45.48% from 420); Max value from RGB is 191 - color contains mainly: blue. Hex color #994CBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #994CBF is #66B340. Grayscale: #6F6F6F. Windows color (decimal): -6730561 or 12536985. OLE color: 12536985.
HSL color Cylindrical-coordinate representation of color #994CBF: hue angle of 280.17º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #994CBF is Cyan = 0.20, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 153 | 76 | 191 | - |
| CMYK | 0.20 | 0.60 | 0 | 0.25 |
| HSL | 280.17º | 0.47% | 0.52% | - |
| HSV(B) | 280.17º | 0.6% | 0.75% | - |
| XYZ | 25.13 | 15.7 | 51 | - |
| YUV | 112.13 | 172.51 | 157.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 76 | 191 | 0.20 | 0.60 | 0 | 0.25 | 280.17 | 0.47 | 0.52 |
| Hex | 99 | 4C | BF | 14 | 3C | 0 | 19 | 118 | 2F | 34 |
| Octal | 231 | 114 | 277 | 24 | 74 | 0 | 31 | 430 | 57 | 64 |
| Binary | 10011001 | 1001100 | 10111111 | 10100 | 111100 | 0 | 11001 | 100011000 | 101111 | 110100 |
Color Harmonies of #994CBF
Complementary color
Monochromatic Colors of #994CBF
Black with #994CBF
Text Example
Text Example
White with #994CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994CBF; }
p { color: rgb(153,76,191); }
H1.HeaderClassName
{
color: #994CBF;
}
.AnyTagClassName
{
color: #994CBF;
}
</style>
background-color css
<style>
a { background-color: #994CBF; }
a { background-color: rgb(153,76,191); }
div.DivClassName
{
background-color: #994CBF;
}
.BgClassName
{
background-color: #994CBF;
}
</style>
border-color css
<style>
span { border-color: #994CBF; }
span { border-color: rgb(153,76,191); }
td.TdClassName
{
border-color: #994CBF;
}
.TagClassName
{
border-color: #994CBF;
}
</style>