Shades of Deep Lilac #884FA9
Tints of Deep Lilac #884FA9
RGB
CMYK
RGB Variations
Color information
#884FA9 (or 0x884FA9) is known color: Deep Lilac. HEX triplet: 88, 4F and A9. RGB value is (136,79,169). Sum of RGB (Red+Green+Blue) = 136+79+169=384 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.42% from 384); Green value is 79 (31.25% from 255 or 20.57% from 384); Blue value is 169 (66.41% from 255 or 44.01% from 384); Max value from RGB is 169 - color contains mainly: blue. Hex color #884FA9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #884FA9 is #77B056. Grayscale: #6A6A6A. Windows color (decimal): -7843927 or 11095944. OLE color: 11095944.
HSL color Cylindrical-coordinate representation of color #884FA9: hue angle of 278º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #884FA9 is Cyan = 0.20, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 136 | 79 | 169 | - |
| CMYK | 0.20 | 0.53 | 0 | 0.34 |
| HSL | 278º | 0.36% | 0.49% | - |
| HSV(B) | 278º | 0.53% | 0.66% | - |
| XYZ | 20.11 | 13.69 | 39.12 | - |
| YUV | 106.3 | 163.38 | 149.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 79 | 169 | 0.20 | 0.53 | 0 | 0.34 | 278 | 0.36 | 0.49 |
| Hex | 88 | 4F | A9 | 14 | 35 | 0 | 22 | 116 | 24 | 31 |
| Octal | 210 | 117 | 251 | 24 | 65 | 0 | 42 | 426 | 44 | 61 |
| Binary | 10001000 | 1001111 | 10101001 | 10100 | 110101 | 0 | 100010 | 100010110 | 100100 | 110001 |
Color Harmonies of #884FA9
Complementary color
Monochromatic Colors of #884FA9
Black with #884FA9
Text Example
Text Example
White with #884FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884FA9; }
p { color: rgb(136,79,169); }
H1.HeaderClassName
{
color: #884FA9;
}
.AnyTagClassName
{
color: #884FA9;
}
</style>
background-color css
<style>
a { background-color: #884FA9; }
a { background-color: rgb(136,79,169); }
div.DivClassName
{
background-color: #884FA9;
}
.BgClassName
{
background-color: #884FA9;
}
</style>
border-color css
<style>
span { border-color: #884FA9; }
span { border-color: rgb(136,79,169); }
td.TdClassName
{
border-color: #884FA9;
}
.TagClassName
{
border-color: #884FA9;
}
</style>