Shades of Lilac Bush #8761BC
Tints of Lilac Bush #8761BC
RGB
CMYK
RGB Variations
Color information
#8761BC (or 0x8761BC) is known color: Lilac Bush. HEX triplet: 87, 61 and BC. RGB value is (135,97,188). Sum of RGB (Red+Green+Blue) = 135+97+188=420 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.14% from 420); Green value is 97 (38.28% from 255 or 23.10% from 420); Blue value is 188 (73.83% from 255 or 44.76% from 420); Max value from RGB is 188 - color contains mainly: blue. Hex color #8761BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8761BC is #789E43. Grayscale: #767676. Windows color (decimal): -7904836 or 12345735. OLE color: 12345735.
HSL color Cylindrical-coordinate representation of color #8761BC: hue angle of 265.05º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8761BC is Cyan = 0.28, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 135 | 97 | 188 | - |
| CMYK | 0.28 | 0.48 | 0 | 0.26 |
| HSL | 265.06º | 0.4% | 0.56% | - |
| HSV(B) | 265.06º | 0.48% | 0.74% | - |
| XYZ | 23.34 | 17.33 | 49.69 | - |
| YUV | 118.74 | 167.09 | 139.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 97 | 188 | 0.28 | 0.48 | 0 | 0.26 | 265.06 | 0.4 | 0.56 |
| Hex | 87 | 61 | BC | 1C | 30 | 0 | 1A | 109 | 28 | 38 |
| Octal | 207 | 141 | 274 | 34 | 60 | 0 | 32 | 411 | 50 | 70 |
| Binary | 10000111 | 1100001 | 10111100 | 11100 | 110000 | 0 | 11010 | 100001001 | 101000 | 111000 |
Color Harmonies of #8761BC
Complementary color
Monochromatic Colors of #8761BC
Black with #8761BC
Text Example
Text Example
White with #8761BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8761BC; }
p { color: rgb(135,97,188); }
H1.HeaderClassName
{
color: #8761BC;
}
.AnyTagClassName
{
color: #8761BC;
}
</style>
background-color css
<style>
a { background-color: #8761BC; }
a { background-color: rgb(135,97,188); }
div.DivClassName
{
background-color: #8761BC;
}
.BgClassName
{
background-color: #8761BC;
}
</style>
border-color css
<style>
span { border-color: #8761BC; }
span { border-color: rgb(135,97,188); }
td.TdClassName
{
border-color: #8761BC;
}
.TagClassName
{
border-color: #8761BC;
}
</style>