Shades of Deep Lilac #884CBB
Tints of Deep Lilac #884CBB
RGB
CMYK
RGB Variations
Color information
#884CBB (or 0x884CBB) is known color: Deep Lilac. HEX triplet: 88, 4C and BB. RGB value is (136,76,187). Sum of RGB (Red+Green+Blue) = 136+76+187=399 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.09% from 399); Green value is 76 (30.08% from 255 or 19.05% from 399); Blue value is 187 (73.44% from 255 or 46.87% from 399); Max value from RGB is 187 - color contains mainly: blue. Hex color #884CBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #884CBB is #77B344. Grayscale: #6A6A6A. Windows color (decimal): -7844677 or 12274824. OLE color: 12274824.
HSL color Cylindrical-coordinate representation of color #884CBB: hue angle of 272.43º 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 #884CBB is Cyan = 0.27, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 136 | 76 | 187 | - |
| CMYK | 0.27 | 0.59 | 0 | 0.27 |
| HSL | 272.43º | 0.45% | 0.52% | - |
| HSV(B) | 272.43º | 0.59% | 0.73% | - |
| XYZ | 21.71 | 13.99 | 48.57 | - |
| YUV | 106.59 | 173.38 | 148.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 76 | 187 | 0.27 | 0.59 | 0 | 0.27 | 272.43 | 0.45 | 0.52 |
| Hex | 88 | 4C | BB | 1B | 3B | 0 | 1B | 110 | 2D | 34 |
| Octal | 210 | 114 | 273 | 33 | 73 | 0 | 33 | 420 | 55 | 64 |
| Binary | 10001000 | 1001100 | 10111011 | 11011 | 111011 | 0 | 11011 | 100010000 | 101101 | 110100 |
Color Harmonies of #884CBB
Complementary color
Monochromatic Colors of #884CBB
Black with #884CBB
Text Example
Text Example
White with #884CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884CBB; }
p { color: rgb(136,76,187); }
H1.HeaderClassName
{
color: #884CBB;
}
.AnyTagClassName
{
color: #884CBB;
}
</style>
background-color css
<style>
a { background-color: #884CBB; }
a { background-color: rgb(136,76,187); }
div.DivClassName
{
background-color: #884CBB;
}
.BgClassName
{
background-color: #884CBB;
}
</style>
border-color css
<style>
span { border-color: #884CBB; }
span { border-color: rgb(136,76,187); }
td.TdClassName
{
border-color: #884CBB;
}
.TagClassName
{
border-color: #884CBB;
}
</style>