Shades of Deep Lilac #8656B5
Tints of Deep Lilac #8656B5
RGB
CMYK
RGB Variations
Color information
#8656B5 (or 0x8656B5) is known color: Deep Lilac. HEX triplet: 86, 56 and B5. RGB value is (134,86,181). Sum of RGB (Red+Green+Blue) = 134+86+181=401 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.42% from 401); Green value is 86 (33.98% from 255 or 21.45% from 401); Blue value is 181 (71.09% from 255 or 45.14% from 401); Max value from RGB is 181 - color contains mainly: blue. Hex color #8656B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8656B5 is #79A94A. Grayscale: #6E6E6E. Windows color (decimal): -7973195 or 11884166. OLE color: 11884166.
HSL color Cylindrical-coordinate representation of color #8656B5: hue angle of 270.32º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8656B5 is Cyan = 0.26, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 134 | 86 | 181 | - |
| CMYK | 0.26 | 0.52 | 0 | 0.29 |
| HSL | 270.32º | 0.39% | 0.52% | - |
| HSV(B) | 270.32º | 0.52% | 0.71% | - |
| XYZ | 21.5 | 15.06 | 45.49 | - |
| YUV | 111.18 | 167.4 | 144.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 86 | 181 | 0.26 | 0.52 | 0 | 0.29 | 270.32 | 0.39 | 0.52 |
| Hex | 86 | 56 | B5 | 1A | 34 | 0 | 1D | 10E | 27 | 34 |
| Octal | 206 | 126 | 265 | 32 | 64 | 0 | 35 | 416 | 47 | 64 |
| Binary | 10000110 | 1010110 | 10110101 | 11010 | 110100 | 0 | 11101 | 100001110 | 100111 | 110100 |
Color Harmonies of #8656B5
Complementary color
Monochromatic Colors of #8656B5
Black with #8656B5
Text Example
Text Example
White with #8656B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8656B5; }
p { color: rgb(134,86,181); }
H1.HeaderClassName
{
color: #8656B5;
}
.AnyTagClassName
{
color: #8656B5;
}
</style>
background-color css
<style>
a { background-color: #8656B5; }
a { background-color: rgb(134,86,181); }
div.DivClassName
{
background-color: #8656B5;
}
.BgClassName
{
background-color: #8656B5;
}
</style>
border-color css
<style>
span { border-color: #8656B5; }
span { border-color: rgb(134,86,181); }
td.TdClassName
{
border-color: #8656B5;
}
.TagClassName
{
border-color: #8656B5;
}
</style>