Shades of Lilac Bush #8762B6
Tints of Lilac Bush #8762B6
RGB
CMYK
RGB Variations
Color information
#8762B6 (or 0x8762B6) is known color: Lilac Bush. HEX triplet: 87, 62 and B6. RGB value is (135,98,182). Sum of RGB (Red+Green+Blue) = 135+98+182=415 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.53% from 415); Green value is 98 (38.67% from 255 or 23.61% from 415); Blue value is 182 (71.48% from 255 or 43.86% from 415); Max value from RGB is 182 - color contains mainly: blue. Hex color #8762B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8762B6 is #789D49. Grayscale: #767676. Windows color (decimal): -7904586 or 11952775. OLE color: 11952775.
HSL color Cylindrical-coordinate representation of color #8762B6: hue angle of 266.43º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8762B6 is Cyan = 0.26, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 135 | 98 | 182 | - |
| CMYK | 0.26 | 0.46 | 0 | 0.29 |
| HSL | 266.43º | 0.37% | 0.55% | - |
| HSV(B) | 266.43º | 0.46% | 0.71% | - |
| XYZ | 22.8 | 17.26 | 46.39 | - |
| YUV | 118.64 | 163.76 | 139.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 98 | 182 | 0.26 | 0.46 | 0 | 0.29 | 266.43 | 0.37 | 0.55 |
| Hex | 87 | 62 | B6 | 1A | 2E | 0 | 1D | 10A | 25 | 37 |
| Octal | 207 | 142 | 266 | 32 | 56 | 0 | 35 | 412 | 45 | 67 |
| Binary | 10000111 | 1100010 | 10110110 | 11010 | 101110 | 0 | 11101 | 100001010 | 100101 | 110111 |
Color Harmonies of #8762B6
Complementary color
Monochromatic Colors of #8762B6
Black with #8762B6
Text Example
Text Example
White with #8762B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8762B6; }
p { color: rgb(135,98,182); }
H1.HeaderClassName
{
color: #8762B6;
}
.AnyTagClassName
{
color: #8762B6;
}
</style>
background-color css
<style>
a { background-color: #8762B6; }
a { background-color: rgb(135,98,182); }
div.DivClassName
{
background-color: #8762B6;
}
.BgClassName
{
background-color: #8762B6;
}
</style>
border-color css
<style>
span { border-color: #8762B6; }
span { border-color: rgb(135,98,182); }
td.TdClassName
{
border-color: #8762B6;
}
.TagClassName
{
border-color: #8762B6;
}
</style>