Shades of Deep Lilac #884CAB
Tints of Deep Lilac #884CAB
RGB
CMYK
RGB Variations
Color information
#884CAB (or 0x884CAB) is known color: Deep Lilac. HEX triplet: 88, 4C and AB. RGB value is (136,76,171). Sum of RGB (Red+Green+Blue) = 136+76+171=383 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.51% from 383); Green value is 76 (30.08% from 255 or 19.84% from 383); Blue value is 171 (67.19% from 255 or 44.65% from 383); Max value from RGB is 171 - color contains mainly: blue. Hex color #884CAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #884CAB is #77B354. Grayscale: #686868. Windows color (decimal): -7844693 or 11226248. OLE color: 11226248.
HSL color Cylindrical-coordinate representation of color #884CAB: hue angle of 277.89º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #884CAB is Cyan = 0.20, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 136 | 76 | 171 | - |
| CMYK | 0.20 | 0.56 | 0 | 0.33 |
| HSL | 277.89º | 0.38% | 0.48% | - |
| HSV(B) | 277.89º | 0.56% | 0.67% | - |
| XYZ | 20.09 | 13.34 | 40.04 | - |
| YUV | 104.77 | 165.38 | 150.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 76 | 171 | 0.20 | 0.56 | 0 | 0.33 | 277.89 | 0.38 | 0.48 |
| Hex | 88 | 4C | AB | 14 | 38 | 0 | 21 | 116 | 26 | 30 |
| Octal | 210 | 114 | 253 | 24 | 70 | 0 | 41 | 426 | 46 | 60 |
| Binary | 10001000 | 1001100 | 10101011 | 10100 | 111000 | 0 | 100001 | 100010110 | 100110 | 110000 |
Color Harmonies of #884CAB
Complementary color
Monochromatic Colors of #884CAB
Black with #884CAB
Text Example
Text Example
White with #884CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884CAB; }
p { color: rgb(136,76,171); }
H1.HeaderClassName
{
color: #884CAB;
}
.AnyTagClassName
{
color: #884CAB;
}
</style>
background-color css
<style>
a { background-color: #884CAB; }
a { background-color: rgb(136,76,171); }
div.DivClassName
{
background-color: #884CAB;
}
.BgClassName
{
background-color: #884CAB;
}
</style>
border-color css
<style>
span { border-color: #884CAB; }
span { border-color: rgb(136,76,171); }
td.TdClassName
{
border-color: #884CAB;
}
.TagClassName
{
border-color: #884CAB;
}
</style>