Shades of Deep Lilac #994CBD
Tints of Deep Lilac #994CBD
RGB
CMYK
RGB Variations
Color information
#994CBD (or 0x994CBD) is known color: Deep Lilac. HEX triplet: 99, 4C and BD. RGB value is (153,76,189). Sum of RGB (Red+Green+Blue) = 153+76+189=418 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.60% from 418); Green value is 76 (30.08% from 255 or 18.18% from 418); Blue value is 189 (74.22% from 255 or 45.22% from 418); Max value from RGB is 189 - color contains mainly: blue. Hex color #994CBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #994CBD is #66B342. Grayscale: #6F6F6F. Windows color (decimal): -6730563 or 12405913. OLE color: 12405913.
HSL color Cylindrical-coordinate representation of color #994CBD: hue angle of 280.88º 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 #994CBD is Cyan = 0.19, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 153 | 76 | 189 | - |
| CMYK | 0.19 | 0.60 | 0 | 0.26 |
| HSL | 280.88º | 0.46% | 0.52% | - |
| HSV(B) | 280.88º | 0.6% | 0.74% | - |
| XYZ | 24.91 | 15.62 | 49.85 | - |
| YUV | 111.91 | 171.51 | 157.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 76 | 189 | 0.19 | 0.60 | 0 | 0.26 | 280.88 | 0.46 | 0.52 |
| Hex | 99 | 4C | BD | 13 | 3C | 0 | 1A | 119 | 2E | 34 |
| Octal | 231 | 114 | 275 | 23 | 74 | 0 | 32 | 431 | 56 | 64 |
| Binary | 10011001 | 1001100 | 10111101 | 10011 | 111100 | 0 | 11010 | 100011001 | 101110 | 110100 |
Color Harmonies of #994CBD
Complementary color
Monochromatic Colors of #994CBD
Black with #994CBD
Text Example
Text Example
White with #994CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994CBD; }
p { color: rgb(153,76,189); }
H1.HeaderClassName
{
color: #994CBD;
}
.AnyTagClassName
{
color: #994CBD;
}
</style>
background-color css
<style>
a { background-color: #994CBD; }
a { background-color: rgb(153,76,189); }
div.DivClassName
{
background-color: #994CBD;
}
.BgClassName
{
background-color: #994CBD;
}
</style>
border-color css
<style>
span { border-color: #994CBD; }
span { border-color: rgb(153,76,189); }
td.TdClassName
{
border-color: #994CBD;
}
.TagClassName
{
border-color: #994CBD;
}
</style>