Shades of Deep Lilac #994AB6
Tints of Deep Lilac #994AB6
RGB
CMYK
RGB Variations
Color information
#994AB6 (or 0x994AB6) is known color: Deep Lilac. HEX triplet: 99, 4A and B6. RGB value is (153,74,182). Sum of RGB (Red+Green+Blue) = 153+74+182=409 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.41% from 409); Green value is 74 (29.30% from 255 or 18.09% from 409); Blue value is 182 (71.48% from 255 or 44.50% from 409); Max value from RGB is 182 - color contains mainly: blue. Hex color #994AB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #994AB6 is #66B549. Grayscale: #6D6D6D. Windows color (decimal): -6731082 or 11946649. OLE color: 11946649.
HSL color Cylindrical-coordinate representation of color #994AB6: hue angle of 283.89º degrees, saturation: 0.43, 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 #994AB6 is Cyan = 0.16, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 153 | 74 | 182 | - |
| CMYK | 0.16 | 0.59 | 0 | 0.29 |
| HSL | 283.89º | 0.43% | 0.5% | - |
| HSV(B) | 283.89º | 0.59% | 0.71% | - |
| XYZ | 24.03 | 15.05 | 45.89 | - |
| YUV | 109.93 | 168.67 | 158.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 74 | 182 | 0.16 | 0.59 | 0 | 0.29 | 283.89 | 0.43 | 0.5 |
| Hex | 99 | 4A | B6 | 10 | 3B | 0 | 1D | 11C | 2B | 32 |
| Octal | 231 | 112 | 266 | 20 | 73 | 0 | 35 | 434 | 53 | 62 |
| Binary | 10011001 | 1001010 | 10110110 | 10000 | 111011 | 0 | 11101 | 100011100 | 101011 | 110010 |
Color Harmonies of #994AB6
Complementary color
Monochromatic Colors of #994AB6
Black with #994AB6
Text Example
Text Example
White with #994AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994AB6; }
p { color: rgb(153,74,182); }
H1.HeaderClassName
{
color: #994AB6;
}
.AnyTagClassName
{
color: #994AB6;
}
</style>
background-color css
<style>
a { background-color: #994AB6; }
a { background-color: rgb(153,74,182); }
div.DivClassName
{
background-color: #994AB6;
}
.BgClassName
{
background-color: #994AB6;
}
</style>
border-color css
<style>
span { border-color: #994AB6; }
span { border-color: rgb(153,74,182); }
td.TdClassName
{
border-color: #994AB6;
}
.TagClassName
{
border-color: #994AB6;
}
</style>