Shades of Deep Lilac #884BBC
Tints of Deep Lilac #884BBC
RGB
CMYK
RGB Variations
Color information
#884BBC (or 0x884BBC) is known color: Deep Lilac. HEX triplet: 88, 4B and BC. RGB value is (136,75,188). Sum of RGB (Red+Green+Blue) = 136+75+188=399 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.09% from 399); Green value is 75 (29.69% from 255 or 18.80% from 399); Blue value is 188 (73.83% from 255 or 47.12% from 399); Max value from RGB is 188 - color contains mainly: blue. Hex color #884BBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #884BBC is #77B443. Grayscale: #696969. Windows color (decimal): -7844932 or 12340104. OLE color: 12340104.
HSL color Cylindrical-coordinate representation of color #884BBC: hue angle of 272.39º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #884BBC is Cyan = 0.28, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 136 | 75 | 188 | - |
| CMYK | 0.28 | 0.60 | 0 | 0.26 |
| HSL | 272.39º | 0.46% | 0.52% | - |
| HSV(B) | 272.39º | 0.6% | 0.74% | - |
| XYZ | 21.75 | 13.9 | 49.11 | - |
| YUV | 106.12 | 174.21 | 149.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 75 | 188 | 0.28 | 0.60 | 0 | 0.26 | 272.39 | 0.46 | 0.52 |
| Hex | 88 | 4B | BC | 1C | 3C | 0 | 1A | 110 | 2E | 34 |
| Octal | 210 | 113 | 274 | 34 | 74 | 0 | 32 | 420 | 56 | 64 |
| Binary | 10001000 | 1001011 | 10111100 | 11100 | 111100 | 0 | 11010 | 100010000 | 101110 | 110100 |
Color Harmonies of #884BBC
Complementary color
Monochromatic Colors of #884BBC
Black with #884BBC
Text Example
Text Example
White with #884BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884BBC; }
p { color: rgb(136,75,188); }
H1.HeaderClassName
{
color: #884BBC;
}
.AnyTagClassName
{
color: #884BBC;
}
</style>
background-color css
<style>
a { background-color: #884BBC; }
a { background-color: rgb(136,75,188); }
div.DivClassName
{
background-color: #884BBC;
}
.BgClassName
{
background-color: #884BBC;
}
</style>
border-color css
<style>
span { border-color: #884BBC; }
span { border-color: rgb(136,75,188); }
td.TdClassName
{
border-color: #884BBC;
}
.TagClassName
{
border-color: #884BBC;
}
</style>