Shades of Deep Lilac #884ABB
Tints of Deep Lilac #884ABB
RGB
CMYK
RGB Variations
Color information
#884ABB (or 0x884ABB) is known color: Deep Lilac. HEX triplet: 88, 4A and BB. RGB value is (136,74,187). Sum of RGB (Red+Green+Blue) = 136+74+187=397 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.26% from 397); Green value is 74 (29.30% from 255 or 18.64% from 397); Blue value is 187 (73.44% from 255 or 47.10% from 397); Max value from RGB is 187 - color contains mainly: blue. Hex color #884ABB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #884ABB is #77B544. Grayscale: #696969. Windows color (decimal): -7845189 or 12274312. OLE color: 12274312.
HSL color Cylindrical-coordinate representation of color #884ABB: hue angle of 272.92º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #884ABB is Cyan = 0.27, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 136 | 74 | 187 | - |
| CMYK | 0.27 | 0.60 | 0 | 0.27 |
| HSL | 272.92º | 0.45% | 0.51% | - |
| HSV(B) | 272.92º | 0.6% | 0.73% | - |
| XYZ | 21.57 | 13.72 | 48.52 | - |
| YUV | 105.42 | 174.04 | 149.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 74 | 187 | 0.27 | 0.60 | 0 | 0.27 | 272.92 | 0.45 | 0.51 |
| Hex | 88 | 4A | BB | 1B | 3C | 0 | 1B | 111 | 2D | 33 |
| Octal | 210 | 112 | 273 | 33 | 74 | 0 | 33 | 421 | 55 | 63 |
| Binary | 10001000 | 1001010 | 10111011 | 11011 | 111100 | 0 | 11011 | 100010001 | 101101 | 110011 |
Color Harmonies of #884ABB
Complementary color
Monochromatic Colors of #884ABB
Black with #884ABB
Text Example
Text Example
White with #884ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884ABB; }
p { color: rgb(136,74,187); }
H1.HeaderClassName
{
color: #884ABB;
}
.AnyTagClassName
{
color: #884ABB;
}
</style>
background-color css
<style>
a { background-color: #884ABB; }
a { background-color: rgb(136,74,187); }
div.DivClassName
{
background-color: #884ABB;
}
.BgClassName
{
background-color: #884ABB;
}
</style>
border-color css
<style>
span { border-color: #884ABB; }
span { border-color: rgb(136,74,187); }
td.TdClassName
{
border-color: #884ABB;
}
.TagClassName
{
border-color: #884ABB;
}
</style>