Shades of Deep Lilac #884CAD
Tints of Deep Lilac #884CAD
RGB
CMYK
RGB Variations
Color information
#884CAD (or 0x884CAD) is known color: Deep Lilac. HEX triplet: 88, 4C and AD. RGB value is (136,76,173). Sum of RGB (Red+Green+Blue) = 136+76+173=385 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.32% from 385); Green value is 76 (30.08% from 255 or 19.74% from 385); Blue value is 173 (67.97% from 255 or 44.94% from 385); Max value from RGB is 173 - color contains mainly: blue. Hex color #884CAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #884CAD is #77B352. Grayscale: #686868. Windows color (decimal): -7844691 or 11357320. OLE color: 11357320.
HSL color Cylindrical-coordinate representation of color #884CAD: hue angle of 277.11º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #884CAD is Cyan = 0.21, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 136 | 76 | 173 | - |
| CMYK | 0.21 | 0.56 | 0 | 0.32 |
| HSL | 277.11º | 0.39% | 0.49% | - |
| HSV(B) | 277.11º | 0.56% | 0.68% | - |
| XYZ | 20.28 | 13.42 | 41.06 | - |
| YUV | 105 | 166.38 | 150.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 76 | 173 | 0.21 | 0.56 | 0 | 0.32 | 277.11 | 0.39 | 0.49 |
| Hex | 88 | 4C | AD | 15 | 38 | 0 | 20 | 115 | 27 | 31 |
| Octal | 210 | 114 | 255 | 25 | 70 | 0 | 40 | 425 | 47 | 61 |
| Binary | 10001000 | 1001100 | 10101101 | 10101 | 111000 | 0 | 100000 | 100010101 | 100111 | 110001 |
Color Harmonies of #884CAD
Complementary color
Monochromatic Colors of #884CAD
Black with #884CAD
Text Example
Text Example
White with #884CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884CAD; }
p { color: rgb(136,76,173); }
H1.HeaderClassName
{
color: #884CAD;
}
.AnyTagClassName
{
color: #884CAD;
}
</style>
background-color css
<style>
a { background-color: #884CAD; }
a { background-color: rgb(136,76,173); }
div.DivClassName
{
background-color: #884CAD;
}
.BgClassName
{
background-color: #884CAD;
}
</style>
border-color css
<style>
span { border-color: #884CAD; }
span { border-color: rgb(136,76,173); }
td.TdClassName
{
border-color: #884CAD;
}
.TagClassName
{
border-color: #884CAD;
}
</style>