Shades of Deep Lilac #994CBE
Tints of Deep Lilac #994CBE
RGB
CMYK
RGB Variations
Color information
#994CBE (or 0x994CBE) is known color: Deep Lilac. HEX triplet: 99, 4C and BE. RGB value is (153,76,190). Sum of RGB (Red+Green+Blue) = 153+76+190=419 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.52% from 419); Green value is 76 (30.08% from 255 or 18.14% from 419); Blue value is 190 (74.61% from 255 or 45.35% from 419); Max value from RGB is 190 - color contains mainly: blue. Hex color #994CBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #994CBE is #66B341. Grayscale: #6F6F6F. Windows color (decimal): -6730562 or 12471449. OLE color: 12471449.
HSL color Cylindrical-coordinate representation of color #994CBE: hue angle of 280.53º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #994CBE is Cyan = 0.19, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 153 | 76 | 190 | - |
| CMYK | 0.19 | 0.60 | 0 | 0.25 |
| HSL | 280.53º | 0.47% | 0.52% | - |
| HSV(B) | 280.53º | 0.6% | 0.75% | - |
| XYZ | 25.02 | 15.66 | 50.42 | - |
| YUV | 112.02 | 172.01 | 157.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 76 | 190 | 0.19 | 0.60 | 0 | 0.25 | 280.53 | 0.47 | 0.52 |
| Hex | 99 | 4C | BE | 13 | 3C | 0 | 19 | 119 | 2F | 34 |
| Octal | 231 | 114 | 276 | 23 | 74 | 0 | 31 | 431 | 57 | 64 |
| Binary | 10011001 | 1001100 | 10111110 | 10011 | 111100 | 0 | 11001 | 100011001 | 101111 | 110100 |
Color Harmonies of #994CBE
Complementary color
Monochromatic Colors of #994CBE
Black with #994CBE
Text Example
Text Example
White with #994CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994CBE; }
p { color: rgb(153,76,190); }
H1.HeaderClassName
{
color: #994CBE;
}
.AnyTagClassName
{
color: #994CBE;
}
</style>
background-color css
<style>
a { background-color: #994CBE; }
a { background-color: rgb(153,76,190); }
div.DivClassName
{
background-color: #994CBE;
}
.BgClassName
{
background-color: #994CBE;
}
</style>
border-color css
<style>
span { border-color: #994CBE; }
span { border-color: rgb(153,76,190); }
td.TdClassName
{
border-color: #994CBE;
}
.TagClassName
{
border-color: #994CBE;
}
</style>