Shades of Deep Lilac #884BBA
Tints of Deep Lilac #884BBA
RGB
CMYK
RGB Variations
Color information
#884BBA (or 0x884BBA) is known color: Deep Lilac. HEX triplet: 88, 4B and BA. RGB value is (136,75,186). Sum of RGB (Red+Green+Blue) = 136+75+186=397 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.26% from 397); Green value is 75 (29.69% from 255 or 18.89% from 397); Blue value is 186 (73.05% from 255 or 46.85% from 397); Max value from RGB is 186 - color contains mainly: blue. Hex color #884BBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #884BBA is #77B445. Grayscale: #696969. Windows color (decimal): -7844934 or 12209032. OLE color: 12209032.
HSL color Cylindrical-coordinate representation of color #884BBA: hue angle of 272.97º 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 #884BBA is Cyan = 0.27, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 136 | 75 | 186 | - |
| CMYK | 0.27 | 0.60 | 0 | 0.27 |
| HSL | 272.97º | 0.45% | 0.51% | - |
| HSV(B) | 272.97º | 0.6% | 0.73% | - |
| XYZ | 21.53 | 13.81 | 47.99 | - |
| YUV | 105.89 | 173.21 | 149.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 75 | 186 | 0.27 | 0.60 | 0 | 0.27 | 272.97 | 0.45 | 0.51 |
| Hex | 88 | 4B | BA | 1B | 3C | 0 | 1B | 111 | 2D | 33 |
| Octal | 210 | 113 | 272 | 33 | 74 | 0 | 33 | 421 | 55 | 63 |
| Binary | 10001000 | 1001011 | 10111010 | 11011 | 111100 | 0 | 11011 | 100010001 | 101101 | 110011 |
Color Harmonies of #884BBA
Complementary color
Monochromatic Colors of #884BBA
Black with #884BBA
Text Example
Text Example
White with #884BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884BBA; }
p { color: rgb(136,75,186); }
H1.HeaderClassName
{
color: #884BBA;
}
.AnyTagClassName
{
color: #884BBA;
}
</style>
background-color css
<style>
a { background-color: #884BBA; }
a { background-color: rgb(136,75,186); }
div.DivClassName
{
background-color: #884BBA;
}
.BgClassName
{
background-color: #884BBA;
}
</style>
border-color css
<style>
span { border-color: #884BBA; }
span { border-color: rgb(136,75,186); }
td.TdClassName
{
border-color: #884BBA;
}
.TagClassName
{
border-color: #884BBA;
}
</style>