Shades of Lilac Bush #875BBC
Tints of Lilac Bush #875BBC
RGB
CMYK
RGB Variations
Color information
#875BBC (or 0x875BBC) is known color: Lilac Bush. HEX triplet: 87, 5B and BC. RGB value is (135,91,188). Sum of RGB (Red+Green+Blue) = 135+91+188=414 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.61% from 414); Green value is 91 (35.94% from 255 or 21.98% from 414); Blue value is 188 (73.83% from 255 or 45.41% from 414); Max value from RGB is 188 - color contains mainly: blue. Hex color #875BBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #875BBC is #78A443. Grayscale: #727272. Windows color (decimal): -7906372 or 12344199. OLE color: 12344199.
HSL color Cylindrical-coordinate representation of color #875BBC: hue angle of 267.22º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #875BBC is Cyan = 0.28, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 135 | 91 | 188 | - |
| CMYK | 0.28 | 0.52 | 0 | 0.26 |
| HSL | 267.22º | 0.42% | 0.55% | - |
| HSV(B) | 267.22º | 0.52% | 0.74% | - |
| XYZ | 22.81 | 16.26 | 49.51 | - |
| YUV | 115.21 | 169.08 | 142.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 91 | 188 | 0.28 | 0.52 | 0 | 0.26 | 267.22 | 0.42 | 0.55 |
| Hex | 87 | 5B | BC | 1C | 34 | 0 | 1A | 10B | 2A | 37 |
| Octal | 207 | 133 | 274 | 34 | 64 | 0 | 32 | 413 | 52 | 67 |
| Binary | 10000111 | 1011011 | 10111100 | 11100 | 110100 | 0 | 11010 | 100001011 | 101010 | 110111 |
Color Harmonies of #875BBC
Complementary color
Monochromatic Colors of #875BBC
Black with #875BBC
Text Example
Text Example
White with #875BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875BBC; }
p { color: rgb(135,91,188); }
H1.HeaderClassName
{
color: #875BBC;
}
.AnyTagClassName
{
color: #875BBC;
}
</style>
background-color css
<style>
a { background-color: #875BBC; }
a { background-color: rgb(135,91,188); }
div.DivClassName
{
background-color: #875BBC;
}
.BgClassName
{
background-color: #875BBC;
}
</style>
border-color css
<style>
span { border-color: #875BBC; }
span { border-color: rgb(135,91,188); }
td.TdClassName
{
border-color: #875BBC;
}
.TagClassName
{
border-color: #875BBC;
}
</style>