Shades of Deep Lilac #884CBD
Tints of Deep Lilac #884CBD
RGB
CMYK
RGB Variations
Color information
#884CBD (or 0x884CBD) is known color: Deep Lilac. HEX triplet: 88, 4C and BD. RGB value is (136,76,189). Sum of RGB (Red+Green+Blue) = 136+76+189=401 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.92% from 401); Green value is 76 (30.08% from 255 or 18.95% from 401); Blue value is 189 (74.22% from 255 or 47.13% from 401); Max value from RGB is 189 - color contains mainly: blue. Hex color #884CBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #884CBD is #77B342. Grayscale: #6A6A6A. Windows color (decimal): -7844675 or 12405896. OLE color: 12405896.
HSL color Cylindrical-coordinate representation of color #884CBD: hue angle of 271.86º 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 #884CBD is Cyan = 0.28, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 136 | 76 | 189 | - |
| CMYK | 0.28 | 0.60 | 0 | 0.26 |
| HSL | 271.86º | 0.46% | 0.52% | - |
| HSV(B) | 271.86º | 0.6% | 0.74% | - |
| XYZ | 21.92 | 14.08 | 49.71 | - |
| YUV | 106.82 | 174.38 | 148.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 76 | 189 | 0.28 | 0.60 | 0 | 0.26 | 271.86 | 0.46 | 0.52 |
| Hex | 88 | 4C | BD | 1C | 3C | 0 | 1A | 110 | 2E | 34 |
| Octal | 210 | 114 | 275 | 34 | 74 | 0 | 32 | 420 | 56 | 64 |
| Binary | 10001000 | 1001100 | 10111101 | 11100 | 111100 | 0 | 11010 | 100010000 | 101110 | 110100 |
Color Harmonies of #884CBD
Complementary color
Monochromatic Colors of #884CBD
Black with #884CBD
Text Example
Text Example
White with #884CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884CBD; }
p { color: rgb(136,76,189); }
H1.HeaderClassName
{
color: #884CBD;
}
.AnyTagClassName
{
color: #884CBD;
}
</style>
background-color css
<style>
a { background-color: #884CBD; }
a { background-color: rgb(136,76,189); }
div.DivClassName
{
background-color: #884CBD;
}
.BgClassName
{
background-color: #884CBD;
}
</style>
border-color css
<style>
span { border-color: #884CBD; }
span { border-color: rgb(136,76,189); }
td.TdClassName
{
border-color: #884CBD;
}
.TagClassName
{
border-color: #884CBD;
}
</style>