Shades of Deep Lilac #884BAD
Tints of Deep Lilac #884BAD
RGB
CMYK
RGB Variations
Color information
#884BAD (or 0x884BAD) is known color: Deep Lilac. HEX triplet: 88, 4B and AD. RGB value is (136,75,173). Sum of RGB (Red+Green+Blue) = 136+75+173=384 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.42% from 384); Green value is 75 (29.69% from 255 or 19.53% from 384); Blue value is 173 (67.97% from 255 or 45.05% from 384); Max value from RGB is 173 - color contains mainly: blue. Hex color #884BAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #884BAD is #77B452. Grayscale: #686868. Windows color (decimal): -7844947 or 11357064. OLE color: 11357064.
HSL color Cylindrical-coordinate representation of color #884BAD: hue angle of 277.35º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #884BAD is Cyan = 0.21, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 136 | 75 | 173 | - |
| CMYK | 0.21 | 0.57 | 0 | 0.32 |
| HSL | 277.35º | 0.4% | 0.49% | - |
| HSV(B) | 277.35º | 0.57% | 0.68% | - |
| XYZ | 20.21 | 13.28 | 41.03 | - |
| YUV | 104.41 | 166.71 | 150.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 75 | 173 | 0.21 | 0.57 | 0 | 0.32 | 277.35 | 0.4 | 0.49 |
| Hex | 88 | 4B | AD | 15 | 39 | 0 | 20 | 115 | 28 | 31 |
| Octal | 210 | 113 | 255 | 25 | 71 | 0 | 40 | 425 | 50 | 61 |
| Binary | 10001000 | 1001011 | 10101101 | 10101 | 111001 | 0 | 100000 | 100010101 | 101000 | 110001 |
Color Harmonies of #884BAD
Complementary color
Monochromatic Colors of #884BAD
Black with #884BAD
Text Example
Text Example
White with #884BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884BAD; }
p { color: rgb(136,75,173); }
H1.HeaderClassName
{
color: #884BAD;
}
.AnyTagClassName
{
color: #884BAD;
}
</style>
background-color css
<style>
a { background-color: #884BAD; }
a { background-color: rgb(136,75,173); }
div.DivClassName
{
background-color: #884BAD;
}
.BgClassName
{
background-color: #884BAD;
}
</style>
border-color css
<style>
span { border-color: #884BAD; }
span { border-color: rgb(136,75,173); }
td.TdClassName
{
border-color: #884BAD;
}
.TagClassName
{
border-color: #884BAD;
}
</style>