Shades of Deep Lilac #884DBA
Tints of Deep Lilac #884DBA
RGB
CMYK
RGB Variations
Color information
#884DBA (or 0x884DBA) is known color: Deep Lilac. HEX triplet: 88, 4D and BA. RGB value is (136,77,186). Sum of RGB (Red+Green+Blue) = 136+77+186=399 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.09% from 399); Green value is 77 (30.47% from 255 or 19.30% from 399); Blue value is 186 (73.05% from 255 or 46.62% from 399); Max value from RGB is 186 - color contains mainly: blue. Hex color #884DBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #884DBA is #77B245. Grayscale: #6A6A6A. Windows color (decimal): -7844422 or 12209544. OLE color: 12209544.
HSL color Cylindrical-coordinate representation of color #884DBA: hue angle of 272.48º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #884DBA is Cyan = 0.27, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 136 | 77 | 186 | - |
| CMYK | 0.27 | 0.59 | 0 | 0.27 |
| HSL | 272.48º | 0.44% | 0.52% | - |
| HSV(B) | 272.48º | 0.59% | 0.73% | - |
| XYZ | 21.67 | 14.09 | 48.03 | - |
| YUV | 107.07 | 172.55 | 148.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 77 | 186 | 0.27 | 0.59 | 0 | 0.27 | 272.48 | 0.44 | 0.52 |
| Hex | 88 | 4D | BA | 1B | 3B | 0 | 1B | 110 | 2C | 34 |
| Octal | 210 | 115 | 272 | 33 | 73 | 0 | 33 | 420 | 54 | 64 |
| Binary | 10001000 | 1001101 | 10111010 | 11011 | 111011 | 0 | 11011 | 100010000 | 101100 | 110100 |
Color Harmonies of #884DBA
Complementary color
Monochromatic Colors of #884DBA
Black with #884DBA
Text Example
Text Example
White with #884DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884DBA; }
p { color: rgb(136,77,186); }
H1.HeaderClassName
{
color: #884DBA;
}
.AnyTagClassName
{
color: #884DBA;
}
</style>
background-color css
<style>
a { background-color: #884DBA; }
a { background-color: rgb(136,77,186); }
div.DivClassName
{
background-color: #884DBA;
}
.BgClassName
{
background-color: #884DBA;
}
</style>
border-color css
<style>
span { border-color: #884DBA; }
span { border-color: rgb(136,77,186); }
td.TdClassName
{
border-color: #884DBA;
}
.TagClassName
{
border-color: #884DBA;
}
</style>