Shades of Lilac Bush #8762BB
Tints of Lilac Bush #8762BB
RGB
CMYK
RGB Variations
Color information
#8762BB (or 0x8762BB) is known color: Lilac Bush. HEX triplet: 87, 62 and BB. RGB value is (135,98,187). Sum of RGB (Red+Green+Blue) = 135+98+187=420 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.14% from 420); Green value is 98 (38.67% from 255 or 23.33% from 420); Blue value is 187 (73.44% from 255 or 44.52% from 420); Max value from RGB is 187 - color contains mainly: blue. Hex color #8762BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8762BB is #789D44. Grayscale: #767676. Windows color (decimal): -7904581 or 12280455. OLE color: 12280455.
HSL color Cylindrical-coordinate representation of color #8762BB: hue angle of 264.94º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8762BB is Cyan = 0.28, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 135 | 98 | 187 | - |
| CMYK | 0.28 | 0.48 | 0 | 0.27 |
| HSL | 264.94º | 0.4% | 0.56% | - |
| HSV(B) | 264.94º | 0.48% | 0.73% | - |
| XYZ | 23.33 | 17.47 | 49.16 | - |
| YUV | 119.21 | 166.26 | 139.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 98 | 187 | 0.28 | 0.48 | 0 | 0.27 | 264.94 | 0.4 | 0.56 |
| Hex | 87 | 62 | BB | 1C | 30 | 0 | 1B | 109 | 28 | 38 |
| Octal | 207 | 142 | 273 | 34 | 60 | 0 | 33 | 411 | 50 | 70 |
| Binary | 10000111 | 1100010 | 10111011 | 11100 | 110000 | 0 | 11011 | 100001001 | 101000 | 111000 |
Color Harmonies of #8762BB
Complementary color
Monochromatic Colors of #8762BB
Black with #8762BB
Text Example
Text Example
White with #8762BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8762BB; }
p { color: rgb(135,98,187); }
H1.HeaderClassName
{
color: #8762BB;
}
.AnyTagClassName
{
color: #8762BB;
}
</style>
background-color css
<style>
a { background-color: #8762BB; }
a { background-color: rgb(135,98,187); }
div.DivClassName
{
background-color: #8762BB;
}
.BgClassName
{
background-color: #8762BB;
}
</style>
border-color css
<style>
span { border-color: #8762BB; }
span { border-color: rgb(135,98,187); }
td.TdClassName
{
border-color: #8762BB;
}
.TagClassName
{
border-color: #8762BB;
}
</style>