Shades of Deep Lilac #994ABC
Tints of Deep Lilac #994ABC
RGB
CMYK
RGB Variations
Color information
#994ABC (or 0x994ABC) is known color: Deep Lilac. HEX triplet: 99, 4A and BC. RGB value is (153,74,188). Sum of RGB (Red+Green+Blue) = 153+74+188=415 (54% of max value = 765). Red value is 153 (60.16% from 255 or 36.87% from 415); Green value is 74 (29.30% from 255 or 17.83% from 415); Blue value is 188 (73.83% from 255 or 45.30% from 415); Max value from RGB is 188 - color contains mainly: blue. Hex color #994ABC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #994ABC is #66B543. Grayscale: #6E6E6E. Windows color (decimal): -6731076 or 12339865. OLE color: 12339865.
HSL color Cylindrical-coordinate representation of color #994ABC: hue angle of 281.58º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #994ABC is Cyan = 0.19, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 153 | 74 | 188 | - |
| CMYK | 0.19 | 0.61 | 0 | 0.26 |
| HSL | 281.58º | 0.46% | 0.51% | - |
| HSV(B) | 281.58º | 0.61% | 0.74% | - |
| XYZ | 24.66 | 15.3 | 49.23 | - |
| YUV | 110.62 | 171.67 | 158.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 74 | 188 | 0.19 | 0.61 | 0 | 0.26 | 281.58 | 0.46 | 0.51 |
| Hex | 99 | 4A | BC | 13 | 3D | 0 | 1A | 11A | 2E | 33 |
| Octal | 231 | 112 | 274 | 23 | 75 | 0 | 32 | 432 | 56 | 63 |
| Binary | 10011001 | 1001010 | 10111100 | 10011 | 111101 | 0 | 11010 | 100011010 | 101110 | 110011 |
Color Harmonies of #994ABC
Complementary color
Monochromatic Colors of #994ABC
Black with #994ABC
Text Example
Text Example
White with #994ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994ABC; }
p { color: rgb(153,74,188); }
H1.HeaderClassName
{
color: #994ABC;
}
.AnyTagClassName
{
color: #994ABC;
}
</style>
background-color css
<style>
a { background-color: #994ABC; }
a { background-color: rgb(153,74,188); }
div.DivClassName
{
background-color: #994ABC;
}
.BgClassName
{
background-color: #994ABC;
}
</style>
border-color css
<style>
span { border-color: #994ABC; }
span { border-color: rgb(153,74,188); }
td.TdClassName
{
border-color: #994ABC;
}
.TagClassName
{
border-color: #994ABC;
}
</style>