Shades of Deep Lilac #884FBC
Tints of Deep Lilac #884FBC
RGB
CMYK
RGB Variations
Color information
#884FBC (or 0x884FBC) is known color: Deep Lilac. HEX triplet: 88, 4F and BC. RGB value is (136,79,188). Sum of RGB (Red+Green+Blue) = 136+79+188=403 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.75% from 403); Green value is 79 (31.25% from 255 or 19.60% from 403); Blue value is 188 (73.83% from 255 or 46.65% from 403); Max value from RGB is 188 - color contains mainly: blue. Hex color #884FBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #884FBC is #77B043. Grayscale: #6C6C6C. Windows color (decimal): -7843908 or 12341128. OLE color: 12341128.
HSL color Cylindrical-coordinate representation of color #884FBC: hue angle of 271.38º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #884FBC is Cyan = 0.28, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 136 | 79 | 188 | - |
| CMYK | 0.28 | 0.58 | 0 | 0.26 |
| HSL | 271.38º | 0.45% | 0.52% | - |
| HSV(B) | 271.38º | 0.58% | 0.74% | - |
| XYZ | 22.03 | 14.46 | 49.21 | - |
| YUV | 108.47 | 172.88 | 147.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 79 | 188 | 0.28 | 0.58 | 0 | 0.26 | 271.38 | 0.45 | 0.52 |
| Hex | 88 | 4F | BC | 1C | 3A | 0 | 1A | 10F | 2D | 34 |
| Octal | 210 | 117 | 274 | 34 | 72 | 0 | 32 | 417 | 55 | 64 |
| Binary | 10001000 | 1001111 | 10111100 | 11100 | 111010 | 0 | 11010 | 100001111 | 101101 | 110100 |
Color Harmonies of #884FBC
Complementary color
Monochromatic Colors of #884FBC
Black with #884FBC
Text Example
Text Example
White with #884FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884FBC; }
p { color: rgb(136,79,188); }
H1.HeaderClassName
{
color: #884FBC;
}
.AnyTagClassName
{
color: #884FBC;
}
</style>
background-color css
<style>
a { background-color: #884FBC; }
a { background-color: rgb(136,79,188); }
div.DivClassName
{
background-color: #884FBC;
}
.BgClassName
{
background-color: #884FBC;
}
</style>
border-color css
<style>
span { border-color: #884FBC; }
span { border-color: rgb(136,79,188); }
td.TdClassName
{
border-color: #884FBC;
}
.TagClassName
{
border-color: #884FBC;
}
</style>