Shades of Deep Lilac #994BB6
Tints of Deep Lilac #994BB6
RGB
CMYK
RGB Variations
Color information
#994BB6 (or 0x994BB6) is known color: Deep Lilac. HEX triplet: 99, 4B and B6. RGB value is (153,75,182). Sum of RGB (Red+Green+Blue) = 153+75+182=410 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.32% from 410); Green value is 75 (29.69% from 255 or 18.29% from 410); Blue value is 182 (71.48% from 255 or 44.39% from 410); Max value from RGB is 182 - color contains mainly: blue. Hex color #994BB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #994BB6 is #66B449. Grayscale: #6E6E6E. Windows color (decimal): -6730826 or 11946905. OLE color: 11946905.
HSL color Cylindrical-coordinate representation of color #994BB6: hue angle of 283.74º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #994BB6 is Cyan = 0.16, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 153 | 75 | 182 | - |
| CMYK | 0.16 | 0.59 | 0 | 0.29 |
| HSL | 283.74º | 0.42% | 0.5% | - |
| HSV(B) | 283.74º | 0.59% | 0.71% | - |
| XYZ | 24.1 | 15.18 | 45.92 | - |
| YUV | 110.52 | 168.34 | 158.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 75 | 182 | 0.16 | 0.59 | 0 | 0.29 | 283.74 | 0.42 | 0.5 |
| Hex | 99 | 4B | B6 | 10 | 3B | 0 | 1D | 11C | 2A | 32 |
| Octal | 231 | 113 | 266 | 20 | 73 | 0 | 35 | 434 | 52 | 62 |
| Binary | 10011001 | 1001011 | 10110110 | 10000 | 111011 | 0 | 11101 | 100011100 | 101010 | 110010 |
Color Harmonies of #994BB6
Complementary color
Monochromatic Colors of #994BB6
Black with #994BB6
Text Example
Text Example
White with #994BB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994BB6; }
p { color: rgb(153,75,182); }
H1.HeaderClassName
{
color: #994BB6;
}
.AnyTagClassName
{
color: #994BB6;
}
</style>
background-color css
<style>
a { background-color: #994BB6; }
a { background-color: rgb(153,75,182); }
div.DivClassName
{
background-color: #994BB6;
}
.BgClassName
{
background-color: #994BB6;
}
</style>
border-color css
<style>
span { border-color: #994BB6; }
span { border-color: rgb(153,75,182); }
td.TdClassName
{
border-color: #994BB6;
}
.TagClassName
{
border-color: #994BB6;
}
</style>