Shades of Deep Lilac #884DB5
Tints of Deep Lilac #884DB5
RGB
CMYK
RGB Variations
Color information
#884DB5 (or 0x884DB5) is known color: Deep Lilac. HEX triplet: 88, 4D and B5. RGB value is (136,77,181). Sum of RGB (Red+Green+Blue) = 136+77+181=394 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.52% from 394); Green value is 77 (30.47% from 255 or 19.54% from 394); Blue value is 181 (71.09% from 255 or 45.94% from 394); Max value from RGB is 181 - color contains mainly: blue. Hex color #884DB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #884DB5 is #77B24A. Grayscale: #6A6A6A. Windows color (decimal): -7844427 or 11881864. OLE color: 11881864.
HSL color Cylindrical-coordinate representation of color #884DB5: hue angle of 274.04º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #884DB5 is Cyan = 0.25, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 136 | 77 | 181 | - |
| CMYK | 0.25 | 0.57 | 0 | 0.29 |
| HSL | 274.04º | 0.41% | 0.51% | - |
| HSV(B) | 274.04º | 0.57% | 0.71% | - |
| XYZ | 21.15 | 13.88 | 45.28 | - |
| YUV | 106.5 | 170.05 | 149.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 77 | 181 | 0.25 | 0.57 | 0 | 0.29 | 274.04 | 0.41 | 0.51 |
| Hex | 88 | 4D | B5 | 19 | 39 | 0 | 1D | 112 | 29 | 33 |
| Octal | 210 | 115 | 265 | 31 | 71 | 0 | 35 | 422 | 51 | 63 |
| Binary | 10001000 | 1001101 | 10110101 | 11001 | 111001 | 0 | 11101 | 100010010 | 101001 | 110011 |
Color Harmonies of #884DB5
Complementary color
Monochromatic Colors of #884DB5
Black with #884DB5
Text Example
Text Example
White with #884DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884DB5; }
p { color: rgb(136,77,181); }
H1.HeaderClassName
{
color: #884DB5;
}
.AnyTagClassName
{
color: #884DB5;
}
</style>
background-color css
<style>
a { background-color: #884DB5; }
a { background-color: rgb(136,77,181); }
div.DivClassName
{
background-color: #884DB5;
}
.BgClassName
{
background-color: #884DB5;
}
</style>
border-color css
<style>
span { border-color: #884DB5; }
span { border-color: rgb(136,77,181); }
td.TdClassName
{
border-color: #884DB5;
}
.TagClassName
{
border-color: #884DB5;
}
</style>