Shades of Deep Lilac #994FBC
Tints of Deep Lilac #994FBC
RGB
CMYK
RGB Variations
Color information
#994FBC (or 0x994FBC) is known color: Deep Lilac. HEX triplet: 99, 4F and BC. RGB value is (153,79,188). Sum of RGB (Red+Green+Blue) = 153+79+188=420 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.43% from 420); Green value is 79 (31.25% from 255 or 18.81% from 420); Blue value is 188 (73.83% from 255 or 44.76% from 420); Max value from RGB is 188 - color contains mainly: blue. Hex color #994FBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #994FBC is #66B043. Grayscale: #717171. Windows color (decimal): -6729796 or 12341145. OLE color: 12341145.
HSL color Cylindrical-coordinate representation of color #994FBC: hue angle of 280.73º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #994FBC is Cyan = 0.19, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 153 | 79 | 188 | - |
| CMYK | 0.19 | 0.58 | 0 | 0.26 |
| HSL | 280.73º | 0.45% | 0.52% | - |
| HSV(B) | 280.73º | 0.58% | 0.74% | - |
| XYZ | 25.01 | 16 | 49.35 | - |
| YUV | 113.55 | 170.02 | 156.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 79 | 188 | 0.19 | 0.58 | 0 | 0.26 | 280.73 | 0.45 | 0.52 |
| Hex | 99 | 4F | BC | 13 | 3A | 0 | 1A | 119 | 2D | 34 |
| Octal | 231 | 117 | 274 | 23 | 72 | 0 | 32 | 431 | 55 | 64 |
| Binary | 10011001 | 1001111 | 10111100 | 10011 | 111010 | 0 | 11010 | 100011001 | 101101 | 110100 |
Color Harmonies of #994FBC
Complementary color
Monochromatic Colors of #994FBC
Black with #994FBC
Text Example
Text Example
White with #994FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994FBC; }
p { color: rgb(153,79,188); }
H1.HeaderClassName
{
color: #994FBC;
}
.AnyTagClassName
{
color: #994FBC;
}
</style>
background-color css
<style>
a { background-color: #994FBC; }
a { background-color: rgb(153,79,188); }
div.DivClassName
{
background-color: #994FBC;
}
.BgClassName
{
background-color: #994FBC;
}
</style>
border-color css
<style>
span { border-color: #994FBC; }
span { border-color: rgb(153,79,188); }
td.TdClassName
{
border-color: #994FBC;
}
.TagClassName
{
border-color: #994FBC;
}
</style>