Shades of Deep Lilac #8755BB
Tints of Deep Lilac #8755BB
RGB
CMYK
RGB Variations
Color information
#8755BB (or 0x8755BB) is known color: Deep Lilac. HEX triplet: 87, 55 and BB. RGB value is (135,85,187). Sum of RGB (Red+Green+Blue) = 135+85+187=407 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.17% from 407); Green value is 85 (33.59% from 255 or 20.88% from 407); Blue value is 187 (73.44% from 255 or 45.95% from 407); Max value from RGB is 187 - color contains mainly: blue. Hex color #8755BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8755BB is #78AA44. Grayscale: #6F6F6F. Windows color (decimal): -7907909 or 12277127. OLE color: 12277127.
HSL color Cylindrical-coordinate representation of color #8755BB: hue angle of 269.41º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8755BB is Cyan = 0.28, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 135 | 85 | 187 | - |
| CMYK | 0.28 | 0.55 | 0 | 0.27 |
| HSL | 269.41º | 0.43% | 0.53% | - |
| HSV(B) | 269.41º | 0.55% | 0.73% | - |
| XYZ | 22.21 | 15.24 | 48.78 | - |
| YUV | 111.58 | 170.57 | 144.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 85 | 187 | 0.28 | 0.55 | 0 | 0.27 | 269.41 | 0.43 | 0.53 |
| Hex | 87 | 55 | BB | 1C | 37 | 0 | 1B | 10D | 2B | 35 |
| Octal | 207 | 125 | 273 | 34 | 67 | 0 | 33 | 415 | 53 | 65 |
| Binary | 10000111 | 1010101 | 10111011 | 11100 | 110111 | 0 | 11011 | 100001101 | 101011 | 110101 |
Color Harmonies of #8755BB
Complementary color
Monochromatic Colors of #8755BB
Black with #8755BB
Text Example
Text Example
White with #8755BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8755BB; }
p { color: rgb(135,85,187); }
H1.HeaderClassName
{
color: #8755BB;
}
.AnyTagClassName
{
color: #8755BB;
}
</style>
background-color css
<style>
a { background-color: #8755BB; }
a { background-color: rgb(135,85,187); }
div.DivClassName
{
background-color: #8755BB;
}
.BgClassName
{
background-color: #8755BB;
}
</style>
border-color css
<style>
span { border-color: #8755BB; }
span { border-color: rgb(135,85,187); }
td.TdClassName
{
border-color: #8755BB;
}
.TagClassName
{
border-color: #8755BB;
}
</style>