Shades of Deep Lilac #8756B6
Tints of Deep Lilac #8756B6
RGB
CMYK
RGB Variations
Color information
#8756B6 (or 0x8756B6) is known color: Deep Lilac. HEX triplet: 87, 56 and B6. RGB value is (135,86,182). Sum of RGB (Red+Green+Blue) = 135+86+182=403 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.50% from 403); Green value is 86 (33.98% from 255 or 21.34% from 403); Blue value is 182 (71.48% from 255 or 45.16% from 403); Max value from RGB is 182 - color contains mainly: blue. Hex color #8756B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8756B6 is #78A949. Grayscale: #6F6F6F. Windows color (decimal): -7907658 or 11949703. OLE color: 11949703.
HSL color Cylindrical-coordinate representation of color #8756B6: hue angle of 270.62º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8756B6 is Cyan = 0.26, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 135 | 86 | 182 | - |
| CMYK | 0.26 | 0.53 | 0 | 0.29 |
| HSL | 270.63º | 0.4% | 0.53% | - |
| HSV(B) | 270.63º | 0.53% | 0.71% | - |
| XYZ | 21.76 | 15.18 | 46.04 | - |
| YUV | 111.6 | 167.73 | 144.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 86 | 182 | 0.26 | 0.53 | 0 | 0.29 | 270.63 | 0.4 | 0.53 |
| Hex | 87 | 56 | B6 | 1A | 35 | 0 | 1D | 10F | 28 | 35 |
| Octal | 207 | 126 | 266 | 32 | 65 | 0 | 35 | 417 | 50 | 65 |
| Binary | 10000111 | 1010110 | 10110110 | 11010 | 110101 | 0 | 11101 | 100001111 | 101000 | 110101 |
Color Harmonies of #8756B6
Complementary color
Monochromatic Colors of #8756B6
Black with #8756B6
Text Example
Text Example
White with #8756B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8756B6; }
p { color: rgb(135,86,182); }
H1.HeaderClassName
{
color: #8756B6;
}
.AnyTagClassName
{
color: #8756B6;
}
</style>
background-color css
<style>
a { background-color: #8756B6; }
a { background-color: rgb(135,86,182); }
div.DivClassName
{
background-color: #8756B6;
}
.BgClassName
{
background-color: #8756B6;
}
</style>
border-color css
<style>
span { border-color: #8756B6; }
span { border-color: rgb(135,86,182); }
td.TdClassName
{
border-color: #8756B6;
}
.TagClassName
{
border-color: #8756B6;
}
</style>