Shades of Deep Lilac #994BBC
Tints of Deep Lilac #994BBC
RGB
CMYK
RGB Variations
Color information
#994BBC (or 0x994BBC) is known color: Deep Lilac. HEX triplet: 99, 4B and BC. RGB value is (153,75,188). Sum of RGB (Red+Green+Blue) = 153+75+188=416 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.78% from 416); Green value is 75 (29.69% from 255 or 18.03% from 416); Blue value is 188 (73.83% from 255 or 45.19% from 416); Max value from RGB is 188 - color contains mainly: blue. Hex color #994BBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #994BBC is #66B443. Grayscale: #6E6E6E. Windows color (decimal): -6730820 or 12340121. OLE color: 12340121.
HSL color Cylindrical-coordinate representation of color #994BBC: hue angle of 281.42º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #994BBC is Cyan = 0.19, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 153 | 75 | 188 | - |
| CMYK | 0.19 | 0.60 | 0 | 0.26 |
| HSL | 281.42º | 0.46% | 0.52% | - |
| HSV(B) | 281.42º | 0.6% | 0.74% | - |
| XYZ | 24.73 | 15.44 | 49.25 | - |
| YUV | 111.2 | 171.34 | 157.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 75 | 188 | 0.19 | 0.60 | 0 | 0.26 | 281.42 | 0.46 | 0.52 |
| Hex | 99 | 4B | BC | 13 | 3C | 0 | 1A | 119 | 2E | 34 |
| Octal | 231 | 113 | 274 | 23 | 74 | 0 | 32 | 431 | 56 | 64 |
| Binary | 10011001 | 1001011 | 10111100 | 10011 | 111100 | 0 | 11010 | 100011001 | 101110 | 110100 |
Color Harmonies of #994BBC
Complementary color
Monochromatic Colors of #994BBC
Black with #994BBC
Text Example
Text Example
White with #994BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994BBC; }
p { color: rgb(153,75,188); }
H1.HeaderClassName
{
color: #994BBC;
}
.AnyTagClassName
{
color: #994BBC;
}
</style>
background-color css
<style>
a { background-color: #994BBC; }
a { background-color: rgb(153,75,188); }
div.DivClassName
{
background-color: #994BBC;
}
.BgClassName
{
background-color: #994BBC;
}
</style>
border-color css
<style>
span { border-color: #994BBC; }
span { border-color: rgb(153,75,188); }
td.TdClassName
{
border-color: #994BBC;
}
.TagClassName
{
border-color: #994BBC;
}
</style>