Shades of Deep Lilac #8756B1
Tints of Deep Lilac #8756B1
RGB
CMYK
RGB Variations
Color information
#8756B1 (or 0x8756B1) is known color: Deep Lilac. HEX triplet: 87, 56 and B1. RGB value is (135,86,177). Sum of RGB (Red+Green+Blue) = 135+86+177=398 (52% of max value = 765). Red value is 135 (53.12% from 255 or 33.92% from 398); Green value is 86 (33.98% from 255 or 21.61% from 398); Blue value is 177 (69.53% from 255 or 44.47% from 398); Max value from RGB is 177 - color contains mainly: blue. Hex color #8756B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8756B1 is #78A94E. Grayscale: #6E6E6E. Windows color (decimal): -7907663 or 11622023. OLE color: 11622023.
HSL color Cylindrical-coordinate representation of color #8756B1: hue angle of 272.31º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8756B1 is Cyan = 0.24, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 135 | 86 | 177 | - |
| CMYK | 0.24 | 0.51 | 0 | 0.31 |
| HSL | 272.31º | 0.37% | 0.52% | - |
| HSV(B) | 272.31º | 0.51% | 0.69% | - |
| XYZ | 21.26 | 14.98 | 43.37 | - |
| YUV | 111.03 | 165.23 | 145.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 86 | 177 | 0.24 | 0.51 | 0 | 0.31 | 272.31 | 0.37 | 0.52 |
| Hex | 87 | 56 | B1 | 18 | 33 | 0 | 1F | 110 | 25 | 34 |
| Octal | 207 | 126 | 261 | 30 | 63 | 0 | 37 | 420 | 45 | 64 |
| Binary | 10000111 | 1010110 | 10110001 | 11000 | 110011 | 0 | 11111 | 100010000 | 100101 | 110100 |
Color Harmonies of #8756B1
Complementary color
Monochromatic Colors of #8756B1
Black with #8756B1
Text Example
Text Example
White with #8756B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8756B1; }
p { color: rgb(135,86,177); }
H1.HeaderClassName
{
color: #8756B1;
}
.AnyTagClassName
{
color: #8756B1;
}
</style>
background-color css
<style>
a { background-color: #8756B1; }
a { background-color: rgb(135,86,177); }
div.DivClassName
{
background-color: #8756B1;
}
.BgClassName
{
background-color: #8756B1;
}
</style>
border-color css
<style>
span { border-color: #8756B1; }
span { border-color: rgb(135,86,177); }
td.TdClassName
{
border-color: #8756B1;
}
.TagClassName
{
border-color: #8756B1;
}
</style>