Shades of Deep Lilac #884CC0
Tints of Deep Lilac #884CC0
RGB
CMYK
RGB Variations
Color information
#884CC0 (or 0x884CC0) is known color: Deep Lilac. HEX triplet: 88, 4C and C0. RGB value is (136,76,192). Sum of RGB (Red+Green+Blue) = 136+76+192=404 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.66% from 404); Green value is 76 (30.08% from 255 or 18.81% from 404); Blue value is 192 (75.39% from 255 or 47.52% from 404); Max value from RGB is 192 - color contains mainly: blue. Hex color #884CC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #884CC0 is #77B33F. Grayscale: #6A6A6A. Windows color (decimal): -7844672 or 12602504. OLE color: 12602504.
HSL color Cylindrical-coordinate representation of color #884CC0: hue angle of 271.03º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #884CC0 is Cyan = 0.29, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 136 | 76 | 192 | - |
| CMYK | 0.29 | 0.60 | 0 | 0.25 |
| HSL | 271.03º | 0.48% | 0.53% | - |
| HSV(B) | 271.03º | 0.6% | 0.75% | - |
| XYZ | 22.25 | 14.21 | 51.44 | - |
| YUV | 107.16 | 175.88 | 148.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 76 | 192 | 0.29 | 0.60 | 0 | 0.25 | 271.03 | 0.48 | 0.53 |
| Hex | 88 | 4C | C0 | 1D | 3C | 0 | 19 | 10F | 30 | 35 |
| Octal | 210 | 114 | 300 | 35 | 74 | 0 | 31 | 417 | 60 | 65 |
| Binary | 10001000 | 1001100 | 11000000 | 11101 | 111100 | 0 | 11001 | 100001111 | 110000 | 110101 |
Color Harmonies of #884CC0
Complementary color
Monochromatic Colors of #884CC0
Black with #884CC0
Text Example
Text Example
White with #884CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884CC0; }
p { color: rgb(136,76,192); }
H1.HeaderClassName
{
color: #884CC0;
}
.AnyTagClassName
{
color: #884CC0;
}
</style>
background-color css
<style>
a { background-color: #884CC0; }
a { background-color: rgb(136,76,192); }
div.DivClassName
{
background-color: #884CC0;
}
.BgClassName
{
background-color: #884CC0;
}
</style>
border-color css
<style>
span { border-color: #884CC0; }
span { border-color: rgb(136,76,192); }
td.TdClassName
{
border-color: #884CC0;
}
.TagClassName
{
border-color: #884CC0;
}
</style>