Shades of Deep Lilac #884DAC
Tints of Deep Lilac #884DAC
RGB
CMYK
RGB Variations
Color information
#884DAC (or 0x884DAC) is known color: Deep Lilac. HEX triplet: 88, 4D and AC. RGB value is (136,77,172). Sum of RGB (Red+Green+Blue) = 136+77+172=385 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.32% from 385); Green value is 77 (30.47% from 255 or 20% from 385); Blue value is 172 (67.58% from 255 or 44.68% from 385); Max value from RGB is 172 - color contains mainly: blue. Hex color #884DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #884DAC is #77B253. Grayscale: #696969. Windows color (decimal): -7844436 or 11292040. OLE color: 11292040.
HSL color Cylindrical-coordinate representation of color #884DAC: hue angle of 277.26º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #884DAC is Cyan = 0.21, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 136 | 77 | 172 | - |
| CMYK | 0.21 | 0.55 | 0 | 0.33 |
| HSL | 277.26º | 0.38% | 0.49% | - |
| HSV(B) | 277.26º | 0.55% | 0.67% | - |
| XYZ | 20.25 | 13.52 | 40.57 | - |
| YUV | 105.47 | 165.55 | 149.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 77 | 172 | 0.21 | 0.55 | 0 | 0.33 | 277.26 | 0.38 | 0.49 |
| Hex | 88 | 4D | AC | 15 | 37 | 0 | 21 | 115 | 26 | 31 |
| Octal | 210 | 115 | 254 | 25 | 67 | 0 | 41 | 425 | 46 | 61 |
| Binary | 10001000 | 1001101 | 10101100 | 10101 | 110111 | 0 | 100001 | 100010101 | 100110 | 110001 |
Color Harmonies of #884DAC
Complementary color
Monochromatic Colors of #884DAC
Black with #884DAC
Text Example
Text Example
White with #884DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884DAC; }
p { color: rgb(136,77,172); }
H1.HeaderClassName
{
color: #884DAC;
}
.AnyTagClassName
{
color: #884DAC;
}
</style>
background-color css
<style>
a { background-color: #884DAC; }
a { background-color: rgb(136,77,172); }
div.DivClassName
{
background-color: #884DAC;
}
.BgClassName
{
background-color: #884DAC;
}
</style>
border-color css
<style>
span { border-color: #884DAC; }
span { border-color: rgb(136,77,172); }
td.TdClassName
{
border-color: #884DAC;
}
.TagClassName
{
border-color: #884DAC;
}
</style>