Shades of Deep Lilac #994AB3
Tints of Deep Lilac #994AB3
RGB
CMYK
RGB Variations
Color information
#994AB3 (or 0x994AB3) is known color: Deep Lilac. HEX triplet: 99, 4A and B3. RGB value is (153,74,179). Sum of RGB (Red+Green+Blue) = 153+74+179=406 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.68% from 406); Green value is 74 (29.30% from 255 or 18.23% from 406); Blue value is 179 (70.31% from 255 or 44.09% from 406); Max value from RGB is 179 - color contains mainly: blue. Hex color #994AB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #994AB3 is #66B54C. Grayscale: #6D6D6D. Windows color (decimal): -6731085 or 11750041. OLE color: 11750041.
HSL color Cylindrical-coordinate representation of color #994AB3: hue angle of 285.14º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #994AB3 is Cyan = 0.15, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 153 | 74 | 179 | - |
| CMYK | 0.15 | 0.59 | 0 | 0.30 |
| HSL | 285.14º | 0.42% | 0.5% | - |
| HSV(B) | 285.14º | 0.59% | 0.7% | - |
| XYZ | 23.72 | 14.92 | 44.28 | - |
| YUV | 109.59 | 167.17 | 158.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 74 | 179 | 0.15 | 0.59 | 0 | 0.30 | 285.14 | 0.42 | 0.5 |
| Hex | 99 | 4A | B3 | F | 3B | 0 | 1E | 11D | 2A | 32 |
| Octal | 231 | 112 | 263 | 17 | 73 | 0 | 36 | 435 | 52 | 62 |
| Binary | 10011001 | 1001010 | 10110011 | 1111 | 111011 | 0 | 11110 | 100011101 | 101010 | 110010 |
Color Harmonies of #994AB3
Complementary color
Monochromatic Colors of #994AB3
Black with #994AB3
Text Example
Text Example
White with #994AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994AB3; }
p { color: rgb(153,74,179); }
H1.HeaderClassName
{
color: #994AB3;
}
.AnyTagClassName
{
color: #994AB3;
}
</style>
background-color css
<style>
a { background-color: #994AB3; }
a { background-color: rgb(153,74,179); }
div.DivClassName
{
background-color: #994AB3;
}
.BgClassName
{
background-color: #994AB3;
}
</style>
border-color css
<style>
span { border-color: #994AB3; }
span { border-color: rgb(153,74,179); }
td.TdClassName
{
border-color: #994AB3;
}
.TagClassName
{
border-color: #994AB3;
}
</style>