Shades of Lilac Bush #8762BA
Tints of Lilac Bush #8762BA
RGB
CMYK
RGB Variations
Color information
#8762BA (or 0x8762BA) is known color: Lilac Bush. HEX triplet: 87, 62 and BA. RGB value is (135,98,186). Sum of RGB (Red+Green+Blue) = 135+98+186=419 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.22% from 419); Green value is 98 (38.67% from 255 or 23.39% from 419); Blue value is 186 (73.05% from 255 or 44.39% from 419); Max value from RGB is 186 - color contains mainly: blue. Hex color #8762BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8762BA is #789D45. Grayscale: #767676. Windows color (decimal): -7904582 or 12214919. OLE color: 12214919.
HSL color Cylindrical-coordinate representation of color #8762BA: hue angle of 265.23º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8762BA is Cyan = 0.27, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 135 | 98 | 186 | - |
| CMYK | 0.27 | 0.47 | 0 | 0.27 |
| HSL | 265.23º | 0.39% | 0.56% | - |
| HSV(B) | 265.23º | 0.47% | 0.73% | - |
| XYZ | 23.22 | 17.43 | 48.6 | - |
| YUV | 119.1 | 165.76 | 139.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 98 | 186 | 0.27 | 0.47 | 0 | 0.27 | 265.23 | 0.39 | 0.56 |
| Hex | 87 | 62 | BA | 1B | 2F | 0 | 1B | 109 | 27 | 38 |
| Octal | 207 | 142 | 272 | 33 | 57 | 0 | 33 | 411 | 47 | 70 |
| Binary | 10000111 | 1100010 | 10111010 | 11011 | 101111 | 0 | 11011 | 100001001 | 100111 | 111000 |
Color Harmonies of #8762BA
Complementary color
Monochromatic Colors of #8762BA
Black with #8762BA
Text Example
Text Example
White with #8762BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8762BA; }
p { color: rgb(135,98,186); }
H1.HeaderClassName
{
color: #8762BA;
}
.AnyTagClassName
{
color: #8762BA;
}
</style>
background-color css
<style>
a { background-color: #8762BA; }
a { background-color: rgb(135,98,186); }
div.DivClassName
{
background-color: #8762BA;
}
.BgClassName
{
background-color: #8762BA;
}
</style>
border-color css
<style>
span { border-color: #8762BA; }
span { border-color: rgb(135,98,186); }
td.TdClassName
{
border-color: #8762BA;
}
.TagClassName
{
border-color: #8762BA;
}
</style>