Shades of Deep Lilac #994BBA
Tints of Deep Lilac #994BBA
RGB
CMYK
RGB Variations
Color information
#994BBA (or 0x994BBA) is known color: Deep Lilac. HEX triplet: 99, 4B and BA. RGB value is (153,75,186). Sum of RGB (Red+Green+Blue) = 153+75+186=414 (54% of max value = 765). Red value is 153 (60.16% from 255 or 36.96% from 414); Green value is 75 (29.69% from 255 or 18.12% from 414); Blue value is 186 (73.05% from 255 or 44.93% from 414); Max value from RGB is 186 - color contains mainly: blue. Hex color #994BBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #994BBA is #66B445. Grayscale: #6E6E6E. Windows color (decimal): -6730822 or 12209049. OLE color: 12209049.
HSL color Cylindrical-coordinate representation of color #994BBA: hue angle of 282.16º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #994BBA is Cyan = 0.18, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 75 | 186 | - |
| CMYK | 0.18 | 0.60 | 0 | 0.27 |
| HSL | 282.16º | 0.45% | 0.51% | - |
| HSV(B) | 282.16º | 0.6% | 0.73% | - |
| XYZ | 24.52 | 15.35 | 48.13 | - |
| YUV | 110.98 | 170.34 | 157.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 75 | 186 | 0.18 | 0.60 | 0 | 0.27 | 282.16 | 0.45 | 0.51 |
| Hex | 99 | 4B | BA | 12 | 3C | 0 | 1B | 11A | 2D | 33 |
| Octal | 231 | 113 | 272 | 22 | 74 | 0 | 33 | 432 | 55 | 63 |
| Binary | 10011001 | 1001011 | 10111010 | 10010 | 111100 | 0 | 11011 | 100011010 | 101101 | 110011 |
Color Harmonies of #994BBA
Complementary color
Monochromatic Colors of #994BBA
Black with #994BBA
Text Example
Text Example
White with #994BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994BBA; }
p { color: rgb(153,75,186); }
H1.HeaderClassName
{
color: #994BBA;
}
.AnyTagClassName
{
color: #994BBA;
}
</style>
background-color css
<style>
a { background-color: #994BBA; }
a { background-color: rgb(153,75,186); }
div.DivClassName
{
background-color: #994BBA;
}
.BgClassName
{
background-color: #994BBA;
}
</style>
border-color css
<style>
span { border-color: #994BBA; }
span { border-color: rgb(153,75,186); }
td.TdClassName
{
border-color: #994BBA;
}
.TagClassName
{
border-color: #994BBA;
}
</style>