Shades of Deep Lilac #8656BA
Tints of Deep Lilac #8656BA
RGB
CMYK
RGB Variations
Color information
#8656BA (or 0x8656BA) is known color: Deep Lilac. HEX triplet: 86, 56 and BA. RGB value is (134,86,186). Sum of RGB (Red+Green+Blue) = 134+86+186=406 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.00% from 406); Green value is 86 (33.98% from 255 or 21.18% from 406); Blue value is 186 (73.05% from 255 or 45.81% from 406); Max value from RGB is 186 - color contains mainly: blue. Hex color #8656BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8656BA is #79A945. Grayscale: #6F6F6F. Windows color (decimal): -7973190 or 12211846. OLE color: 12211846.
HSL color Cylindrical-coordinate representation of color #8656BA: hue angle of 268.8º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8656BA is Cyan = 0.28, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 134 | 86 | 186 | - |
| CMYK | 0.28 | 0.54 | 0 | 0.27 |
| HSL | 268.8º | 0.42% | 0.53% | - |
| HSV(B) | 268.8º | 0.54% | 0.73% | - |
| XYZ | 22.02 | 15.27 | 48.24 | - |
| YUV | 111.75 | 169.9 | 143.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 86 | 186 | 0.28 | 0.54 | 0 | 0.27 | 268.8 | 0.42 | 0.53 |
| Hex | 86 | 56 | BA | 1C | 36 | 0 | 1B | 10D | 2A | 35 |
| Octal | 206 | 126 | 272 | 34 | 66 | 0 | 33 | 415 | 52 | 65 |
| Binary | 10000110 | 1010110 | 10111010 | 11100 | 110110 | 0 | 11011 | 100001101 | 101010 | 110101 |
Color Harmonies of #8656BA
Complementary color
Monochromatic Colors of #8656BA
Black with #8656BA
Text Example
Text Example
White with #8656BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8656BA; }
p { color: rgb(134,86,186); }
H1.HeaderClassName
{
color: #8656BA;
}
.AnyTagClassName
{
color: #8656BA;
}
</style>
background-color css
<style>
a { background-color: #8656BA; }
a { background-color: rgb(134,86,186); }
div.DivClassName
{
background-color: #8656BA;
}
.BgClassName
{
background-color: #8656BA;
}
</style>
border-color css
<style>
span { border-color: #8656BA; }
span { border-color: rgb(134,86,186); }
td.TdClassName
{
border-color: #8656BA;
}
.TagClassName
{
border-color: #8656BA;
}
</style>