Shades of Deep Lilac #8756B8
Tints of Deep Lilac #8756B8
RGB
CMYK
RGB Variations
Color information
#8756B8 (or 0x8756B8) is known color: Deep Lilac. HEX triplet: 87, 56 and B8. RGB value is (135,86,184). Sum of RGB (Red+Green+Blue) = 135+86+184=405 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.33% from 405); Green value is 86 (33.98% from 255 or 21.23% from 405); Blue value is 184 (72.27% from 255 or 45.43% from 405); Max value from RGB is 184 - color contains mainly: blue. Hex color #8756B8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8756B8 is #78A947. Grayscale: #6F6F6F. Windows color (decimal): -7907656 or 12080775. OLE color: 12080775.
HSL color Cylindrical-coordinate representation of color #8756B8: hue angle of 270º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8756B8 is Cyan = 0.27, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 135 | 86 | 184 | - |
| CMYK | 0.27 | 0.53 | 0 | 0.28 |
| HSL | 270º | 0.41% | 0.53% | - |
| HSV(B) | 270º | 0.53% | 0.72% | - |
| XYZ | 21.97 | 15.27 | 47.14 | - |
| YUV | 111.82 | 168.73 | 144.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 86 | 184 | 0.27 | 0.53 | 0 | 0.28 | 270 | 0.41 | 0.53 |
| Hex | 87 | 56 | B8 | 1B | 35 | 0 | 1C | 10E | 29 | 35 |
| Octal | 207 | 126 | 270 | 33 | 65 | 0 | 34 | 416 | 51 | 65 |
| Binary | 10000111 | 1010110 | 10111000 | 11011 | 110101 | 0 | 11100 | 100001110 | 101001 | 110101 |
Color Harmonies of #8756B8
Complementary color
Monochromatic Colors of #8756B8
Black with #8756B8
Text Example
Text Example
White with #8756B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8756B8; }
p { color: rgb(135,86,184); }
H1.HeaderClassName
{
color: #8756B8;
}
.AnyTagClassName
{
color: #8756B8;
}
</style>
background-color css
<style>
a { background-color: #8756B8; }
a { background-color: rgb(135,86,184); }
div.DivClassName
{
background-color: #8756B8;
}
.BgClassName
{
background-color: #8756B8;
}
</style>
border-color css
<style>
span { border-color: #8756B8; }
span { border-color: rgb(135,86,184); }
td.TdClassName
{
border-color: #8756B8;
}
.TagClassName
{
border-color: #8756B8;
}
</style>