Shades of Lilac Bush #875BBF
Tints of Lilac Bush #875BBF
RGB
CMYK
RGB Variations
Color information
#875BBF (or 0x875BBF) is known color: Lilac Bush. HEX triplet: 87, 5B and BF. RGB value is (135,91,191). Sum of RGB (Red+Green+Blue) = 135+91+191=417 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.37% from 417); Green value is 91 (35.94% from 255 or 21.82% from 417); Blue value is 191 (75% from 255 or 45.80% from 417); Max value from RGB is 191 - color contains mainly: blue. Hex color #875BBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #875BBF is #78A440. Grayscale: #737373. Windows color (decimal): -7906369 or 12540807. OLE color: 12540807.
HSL color Cylindrical-coordinate representation of color #875BBF: hue angle of 266.4º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #875BBF is Cyan = 0.29, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 135 | 91 | 191 | - |
| CMYK | 0.29 | 0.52 | 0 | 0.25 |
| HSL | 266.4º | 0.44% | 0.55% | - |
| HSV(B) | 266.4º | 0.52% | 0.75% | - |
| XYZ | 23.14 | 16.39 | 51.24 | - |
| YUV | 115.56 | 170.58 | 141.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 91 | 191 | 0.29 | 0.52 | 0 | 0.25 | 266.4 | 0.44 | 0.55 |
| Hex | 87 | 5B | BF | 1D | 34 | 0 | 19 | 10A | 2C | 37 |
| Octal | 207 | 133 | 277 | 35 | 64 | 0 | 31 | 412 | 54 | 67 |
| Binary | 10000111 | 1011011 | 10111111 | 11101 | 110100 | 0 | 11001 | 100001010 | 101100 | 110111 |
Color Harmonies of #875BBF
Complementary color
Monochromatic Colors of #875BBF
Black with #875BBF
Text Example
Text Example
White with #875BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875BBF; }
p { color: rgb(135,91,191); }
H1.HeaderClassName
{
color: #875BBF;
}
.AnyTagClassName
{
color: #875BBF;
}
</style>
background-color css
<style>
a { background-color: #875BBF; }
a { background-color: rgb(135,91,191); }
div.DivClassName
{
background-color: #875BBF;
}
.BgClassName
{
background-color: #875BBF;
}
</style>
border-color css
<style>
span { border-color: #875BBF; }
span { border-color: rgb(135,91,191); }
td.TdClassName
{
border-color: #875BBF;
}
.TagClassName
{
border-color: #875BBF;
}
</style>