Shades of Deep Lilac #8856BF
Tints of Deep Lilac #8856BF
RGB
CMYK
RGB Variations
Color information
#8856BF (or 0x8856BF) is known color: Deep Lilac. HEX triplet: 88, 56 and BF. RGB value is (136,86,191). Sum of RGB (Red+Green+Blue) = 136+86+191=413 (54% of max value = 765). Red value is 136 (53.52% from 255 or 32.93% from 413); Green value is 86 (33.98% from 255 or 20.82% from 413); Blue value is 191 (75% from 255 or 46.25% from 413); Max value from RGB is 191 - color contains mainly: blue. Hex color #8856BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8856BF is #77A940. Grayscale: #707070. Windows color (decimal): -7842113 or 12539528. OLE color: 12539528.
HSL color Cylindrical-coordinate representation of color #8856BF: hue angle of 268.57º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8856BF is Cyan = 0.29, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 136 | 86 | 191 | - |
| CMYK | 0.29 | 0.55 | 0 | 0.25 |
| HSL | 268.57º | 0.45% | 0.54% | - |
| HSV(B) | 268.57º | 0.55% | 0.75% | - |
| XYZ | 22.89 | 15.65 | 51.11 | - |
| YUV | 112.92 | 172.07 | 144.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 86 | 191 | 0.29 | 0.55 | 0 | 0.25 | 268.57 | 0.45 | 0.54 |
| Hex | 88 | 56 | BF | 1D | 37 | 0 | 19 | 10D | 2D | 36 |
| Octal | 210 | 126 | 277 | 35 | 67 | 0 | 31 | 415 | 55 | 66 |
| Binary | 10001000 | 1010110 | 10111111 | 11101 | 110111 | 0 | 11001 | 100001101 | 101101 | 110110 |
Color Harmonies of #8856BF
Complementary color
Monochromatic Colors of #8856BF
Black with #8856BF
Text Example
Text Example
White with #8856BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8856BF; }
p { color: rgb(136,86,191); }
H1.HeaderClassName
{
color: #8856BF;
}
.AnyTagClassName
{
color: #8856BF;
}
</style>
background-color css
<style>
a { background-color: #8856BF; }
a { background-color: rgb(136,86,191); }
div.DivClassName
{
background-color: #8856BF;
}
.BgClassName
{
background-color: #8856BF;
}
</style>
border-color css
<style>
span { border-color: #8856BF; }
span { border-color: rgb(136,86,191); }
td.TdClassName
{
border-color: #8856BF;
}
.TagClassName
{
border-color: #8856BF;
}
</style>