Shades of Deep Lilac #8852BA
Tints of Deep Lilac #8852BA
RGB
CMYK
RGB Variations
Color information
#8852BA (or 0x8852BA) is known color: Deep Lilac. HEX triplet: 88, 52 and BA. RGB value is (136,82,186). Sum of RGB (Red+Green+Blue) = 136+82+186=404 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.66% from 404); Green value is 82 (32.42% from 255 or 20.30% from 404); Blue value is 186 (73.05% from 255 or 46.04% from 404); Max value from RGB is 186 - color contains mainly: blue. Hex color #8852BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8852BA is #77AD45. Grayscale: #6D6D6D. Windows color (decimal): -7843142 or 12210824. OLE color: 12210824.
HSL color Cylindrical-coordinate representation of color #8852BA: hue angle of 271.15º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8852BA is Cyan = 0.27, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 136 | 82 | 186 | - |
| CMYK | 0.27 | 0.56 | 0 | 0.27 |
| HSL | 271.15º | 0.43% | 0.53% | - |
| HSV(B) | 271.15º | 0.56% | 0.73% | - |
| XYZ | 22.03 | 14.81 | 48.15 | - |
| YUV | 110 | 170.89 | 146.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 82 | 186 | 0.27 | 0.56 | 0 | 0.27 | 271.15 | 0.43 | 0.53 |
| Hex | 88 | 52 | BA | 1B | 38 | 0 | 1B | 10F | 2B | 35 |
| Octal | 210 | 122 | 272 | 33 | 70 | 0 | 33 | 417 | 53 | 65 |
| Binary | 10001000 | 1010010 | 10111010 | 11011 | 111000 | 0 | 11011 | 100001111 | 101011 | 110101 |
Color Harmonies of #8852BA
Complementary color
Monochromatic Colors of #8852BA
Black with #8852BA
Text Example
Text Example
White with #8852BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8852BA; }
p { color: rgb(136,82,186); }
H1.HeaderClassName
{
color: #8852BA;
}
.AnyTagClassName
{
color: #8852BA;
}
</style>
background-color css
<style>
a { background-color: #8852BA; }
a { background-color: rgb(136,82,186); }
div.DivClassName
{
background-color: #8852BA;
}
.BgClassName
{
background-color: #8852BA;
}
</style>
border-color css
<style>
span { border-color: #8852BA; }
span { border-color: rgb(136,82,186); }
td.TdClassName
{
border-color: #8852BA;
}
.TagClassName
{
border-color: #8852BA;
}
</style>