Shades of Deep Lilac #884DBB
Tints of Deep Lilac #884DBB
RGB
CMYK
RGB Variations
Color information
#884DBB (or 0x884DBB) is known color: Deep Lilac. HEX triplet: 88, 4D and BB. RGB value is (136,77,187). Sum of RGB (Red+Green+Blue) = 136+77+187=400 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34% from 400); Green value is 77 (30.47% from 255 or 19.25% from 400); Blue value is 187 (73.44% from 255 or 46.75% from 400); Max value from RGB is 187 - color contains mainly: blue. Hex color #884DBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #884DBB is #77B244. Grayscale: #6A6A6A. Windows color (decimal): -7844421 or 12275080. OLE color: 12275080.
HSL color Cylindrical-coordinate representation of color #884DBB: hue angle of 272.18º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #884DBB is Cyan = 0.27, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 136 | 77 | 187 | - |
| CMYK | 0.27 | 0.59 | 0 | 0.27 |
| HSL | 272.18º | 0.45% | 0.52% | - |
| HSV(B) | 272.18º | 0.59% | 0.73% | - |
| XYZ | 21.78 | 14.13 | 48.59 | - |
| YUV | 107.18 | 173.05 | 148.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 77 | 187 | 0.27 | 0.59 | 0 | 0.27 | 272.18 | 0.45 | 0.52 |
| Hex | 88 | 4D | BB | 1B | 3B | 0 | 1B | 110 | 2D | 34 |
| Octal | 210 | 115 | 273 | 33 | 73 | 0 | 33 | 420 | 55 | 64 |
| Binary | 10001000 | 1001101 | 10111011 | 11011 | 111011 | 0 | 11011 | 100010000 | 101101 | 110100 |
Color Harmonies of #884DBB
Complementary color
Monochromatic Colors of #884DBB
Black with #884DBB
Text Example
Text Example
White with #884DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884DBB; }
p { color: rgb(136,77,187); }
H1.HeaderClassName
{
color: #884DBB;
}
.AnyTagClassName
{
color: #884DBB;
}
</style>
background-color css
<style>
a { background-color: #884DBB; }
a { background-color: rgb(136,77,187); }
div.DivClassName
{
background-color: #884DBB;
}
.BgClassName
{
background-color: #884DBB;
}
</style>
border-color css
<style>
span { border-color: #884DBB; }
span { border-color: rgb(136,77,187); }
td.TdClassName
{
border-color: #884DBB;
}
.TagClassName
{
border-color: #884DBB;
}
</style>