Shades of Deep Lilac #884DAD
Tints of Deep Lilac #884DAD
RGB
CMYK
RGB Variations
Color information
#884DAD (or 0x884DAD) is known color: Deep Lilac. HEX triplet: 88, 4D and AD. RGB value is (136,77,173). Sum of RGB (Red+Green+Blue) = 136+77+173=386 (51% of max value = 765). Red value is 136 (53.52% from 255 or 35.23% from 386); Green value is 77 (30.47% from 255 or 19.95% from 386); Blue value is 173 (67.97% from 255 or 44.82% from 386); Max value from RGB is 173 - color contains mainly: blue. Hex color #884DAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #884DAD is #77B252. Grayscale: #696969. Windows color (decimal): -7844435 or 11357576. OLE color: 11357576.
HSL color Cylindrical-coordinate representation of color #884DAD: hue angle of 276.88º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #884DAD is Cyan = 0.21, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 136 | 77 | 173 | - |
| CMYK | 0.21 | 0.55 | 0 | 0.32 |
| HSL | 276.88º | 0.38% | 0.49% | - |
| HSV(B) | 276.88º | 0.55% | 0.68% | - |
| XYZ | 20.35 | 13.56 | 41.08 | - |
| YUV | 105.59 | 166.05 | 149.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 77 | 173 | 0.21 | 0.55 | 0 | 0.32 | 276.88 | 0.38 | 0.49 |
| Hex | 88 | 4D | AD | 15 | 37 | 0 | 20 | 115 | 26 | 31 |
| Octal | 210 | 115 | 255 | 25 | 67 | 0 | 40 | 425 | 46 | 61 |
| Binary | 10001000 | 1001101 | 10101101 | 10101 | 110111 | 0 | 100000 | 100010101 | 100110 | 110001 |
Color Harmonies of #884DAD
Complementary color
Monochromatic Colors of #884DAD
Black with #884DAD
Text Example
Text Example
White with #884DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884DAD; }
p { color: rgb(136,77,173); }
H1.HeaderClassName
{
color: #884DAD;
}
.AnyTagClassName
{
color: #884DAD;
}
</style>
background-color css
<style>
a { background-color: #884DAD; }
a { background-color: rgb(136,77,173); }
div.DivClassName
{
background-color: #884DAD;
}
.BgClassName
{
background-color: #884DAD;
}
</style>
border-color css
<style>
span { border-color: #884DAD; }
span { border-color: rgb(136,77,173); }
td.TdClassName
{
border-color: #884DAD;
}
.TagClassName
{
border-color: #884DAD;
}
</style>