Shades of Deep Lilac #884CB9
Tints of Deep Lilac #884CB9
RGB
CMYK
RGB Variations
Color information
#884CB9 (or 0x884CB9) is known color: Deep Lilac. HEX triplet: 88, 4C and B9. RGB value is (136,76,185). Sum of RGB (Red+Green+Blue) = 136+76+185=397 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.26% from 397); Green value is 76 (30.08% from 255 or 19.14% from 397); Blue value is 185 (72.66% from 255 or 46.60% from 397); Max value from RGB is 185 - color contains mainly: blue. Hex color #884CB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #884CB9 is #77B346. Grayscale: #696969. Windows color (decimal): -7844679 or 12143752. OLE color: 12143752.
HSL color Cylindrical-coordinate representation of color #884CB9: hue angle of 273.03º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #884CB9 is Cyan = 0.26, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 136 | 76 | 185 | - |
| CMYK | 0.26 | 0.59 | 0 | 0.27 |
| HSL | 273.03º | 0.44% | 0.51% | - |
| HSV(B) | 273.03º | 0.59% | 0.73% | - |
| XYZ | 21.49 | 13.91 | 47.45 | - |
| YUV | 106.37 | 172.38 | 149.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 76 | 185 | 0.26 | 0.59 | 0 | 0.27 | 273.03 | 0.44 | 0.51 |
| Hex | 88 | 4C | B9 | 1A | 3B | 0 | 1B | 111 | 2C | 33 |
| Octal | 210 | 114 | 271 | 32 | 73 | 0 | 33 | 421 | 54 | 63 |
| Binary | 10001000 | 1001100 | 10111001 | 11010 | 111011 | 0 | 11011 | 100010001 | 101100 | 110011 |
Color Harmonies of #884CB9
Complementary color
Monochromatic Colors of #884CB9
Black with #884CB9
Text Example
Text Example
White with #884CB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884CB9; }
p { color: rgb(136,76,185); }
H1.HeaderClassName
{
color: #884CB9;
}
.AnyTagClassName
{
color: #884CB9;
}
</style>
background-color css
<style>
a { background-color: #884CB9; }
a { background-color: rgb(136,76,185); }
div.DivClassName
{
background-color: #884CB9;
}
.BgClassName
{
background-color: #884CB9;
}
</style>
border-color css
<style>
span { border-color: #884CB9; }
span { border-color: rgb(136,76,185); }
td.TdClassName
{
border-color: #884CB9;
}
.TagClassName
{
border-color: #884CB9;
}
</style>