Shades of Deep Lilac #8656BF
Tints of Deep Lilac #8656BF
RGB
CMYK
RGB Variations
Color information
#8656BF (or 0x8656BF) is known color: Deep Lilac. HEX triplet: 86, 56 and BF. RGB value is (134,86,191). Sum of RGB (Red+Green+Blue) = 134+86+191=411 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.60% from 411); Green value is 86 (33.98% from 255 or 20.92% from 411); Blue value is 191 (75% from 255 or 46.47% from 411); Max value from RGB is 191 - color contains mainly: blue. Hex color #8656BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8656BF is #79A940. Grayscale: #6F6F6F. Windows color (decimal): -7973185 or 12539526. OLE color: 12539526.
HSL color Cylindrical-coordinate representation of color #8656BF: hue angle of 267.43º 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 #8656BF is Cyan = 0.30, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 134 | 86 | 191 | - |
| CMYK | 0.30 | 0.55 | 0 | 0.25 |
| HSL | 267.43º | 0.45% | 0.54% | - |
| HSV(B) | 267.43º | 0.55% | 0.75% | - |
| XYZ | 22.56 | 15.49 | 51.09 | - |
| YUV | 112.32 | 172.4 | 143.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 86 | 191 | 0.30 | 0.55 | 0 | 0.25 | 267.43 | 0.45 | 0.54 |
| Hex | 86 | 56 | BF | 1E | 37 | 0 | 19 | 10B | 2D | 36 |
| Octal | 206 | 126 | 277 | 36 | 67 | 0 | 31 | 413 | 55 | 66 |
| Binary | 10000110 | 1010110 | 10111111 | 11110 | 110111 | 0 | 11001 | 100001011 | 101101 | 110110 |
Color Harmonies of #8656BF
Complementary color
Monochromatic Colors of #8656BF
Black with #8656BF
Text Example
Text Example
White with #8656BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8656BF; }
p { color: rgb(134,86,191); }
H1.HeaderClassName
{
color: #8656BF;
}
.AnyTagClassName
{
color: #8656BF;
}
</style>
background-color css
<style>
a { background-color: #8656BF; }
a { background-color: rgb(134,86,191); }
div.DivClassName
{
background-color: #8656BF;
}
.BgClassName
{
background-color: #8656BF;
}
</style>
border-color css
<style>
span { border-color: #8656BF; }
span { border-color: rgb(134,86,191); }
td.TdClassName
{
border-color: #8656BF;
}
.TagClassName
{
border-color: #8656BF;
}
</style>