Shades of Deep Lilac #884CBE
Tints of Deep Lilac #884CBE
RGB
CMYK
RGB Variations
Color information
#884CBE (or 0x884CBE) is known color: Deep Lilac. HEX triplet: 88, 4C and BE. RGB value is (136,76,190). Sum of RGB (Red+Green+Blue) = 136+76+190=402 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.83% from 402); Green value is 76 (30.08% from 255 or 18.91% from 402); Blue value is 190 (74.61% from 255 or 47.26% from 402); Max value from RGB is 190 - color contains mainly: blue. Hex color #884CBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #884CBE is #77B341. Grayscale: #6A6A6A. Windows color (decimal): -7844674 or 12471432. OLE color: 12471432.
HSL color Cylindrical-coordinate representation of color #884CBE: hue angle of 271.58º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #884CBE is Cyan = 0.28, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 136 | 76 | 190 | - |
| CMYK | 0.28 | 0.60 | 0 | 0.25 |
| HSL | 271.58º | 0.47% | 0.52% | - |
| HSV(B) | 271.58º | 0.6% | 0.75% | - |
| XYZ | 22.03 | 14.12 | 50.28 | - |
| YUV | 106.94 | 174.88 | 148.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 76 | 190 | 0.28 | 0.60 | 0 | 0.25 | 271.58 | 0.47 | 0.52 |
| Hex | 88 | 4C | BE | 1C | 3C | 0 | 19 | 110 | 2F | 34 |
| Octal | 210 | 114 | 276 | 34 | 74 | 0 | 31 | 420 | 57 | 64 |
| Binary | 10001000 | 1001100 | 10111110 | 11100 | 111100 | 0 | 11001 | 100010000 | 101111 | 110100 |
Color Harmonies of #884CBE
Complementary color
Monochromatic Colors of #884CBE
Black with #884CBE
Text Example
Text Example
White with #884CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884CBE; }
p { color: rgb(136,76,190); }
H1.HeaderClassName
{
color: #884CBE;
}
.AnyTagClassName
{
color: #884CBE;
}
</style>
background-color css
<style>
a { background-color: #884CBE; }
a { background-color: rgb(136,76,190); }
div.DivClassName
{
background-color: #884CBE;
}
.BgClassName
{
background-color: #884CBE;
}
</style>
border-color css
<style>
span { border-color: #884CBE; }
span { border-color: rgb(136,76,190); }
td.TdClassName
{
border-color: #884CBE;
}
.TagClassName
{
border-color: #884CBE;
}
</style>