Shades of Deep Lilac #884FBB
Tints of Deep Lilac #884FBB
RGB
CMYK
RGB Variations
Color information
#884FBB (or 0x884FBB) is known color: Deep Lilac. HEX triplet: 88, 4F and BB. RGB value is (136,79,187). Sum of RGB (Red+Green+Blue) = 136+79+187=402 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.83% from 402); Green value is 79 (31.25% from 255 or 19.65% from 402); Blue value is 187 (73.44% from 255 or 46.52% from 402); Max value from RGB is 187 - color contains mainly: blue. Hex color #884FBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #884FBB is #77B044. Grayscale: #6B6B6B. Windows color (decimal): -7843909 or 12275592. OLE color: 12275592.
HSL color Cylindrical-coordinate representation of color #884FBB: hue angle of 271.67º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #884FBB is Cyan = 0.27, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 136 | 79 | 187 | - |
| CMYK | 0.27 | 0.58 | 0 | 0.27 |
| HSL | 271.67º | 0.44% | 0.52% | - |
| HSV(B) | 271.67º | 0.58% | 0.73% | - |
| XYZ | 21.92 | 14.41 | 48.64 | - |
| YUV | 108.36 | 172.38 | 147.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 79 | 187 | 0.27 | 0.58 | 0 | 0.27 | 271.67 | 0.44 | 0.52 |
| Hex | 88 | 4F | BB | 1B | 3A | 0 | 1B | 110 | 2C | 34 |
| Octal | 210 | 117 | 273 | 33 | 72 | 0 | 33 | 420 | 54 | 64 |
| Binary | 10001000 | 1001111 | 10111011 | 11011 | 111010 | 0 | 11011 | 100010000 | 101100 | 110100 |
Color Harmonies of #884FBB
Complementary color
Monochromatic Colors of #884FBB
Black with #884FBB
Text Example
Text Example
White with #884FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884FBB; }
p { color: rgb(136,79,187); }
H1.HeaderClassName
{
color: #884FBB;
}
.AnyTagClassName
{
color: #884FBB;
}
</style>
background-color css
<style>
a { background-color: #884FBB; }
a { background-color: rgb(136,79,187); }
div.DivClassName
{
background-color: #884FBB;
}
.BgClassName
{
background-color: #884FBB;
}
</style>
border-color css
<style>
span { border-color: #884FBB; }
span { border-color: rgb(136,79,187); }
td.TdClassName
{
border-color: #884FBB;
}
.TagClassName
{
border-color: #884FBB;
}
</style>