Shades of Lilac Bush #8562BA
Tints of Lilac Bush #8562BA
RGB
CMYK
RGB Variations
Color information
#8562BA (or 0x8562BA) is known color: Lilac Bush. HEX triplet: 85, 62 and BA. RGB value is (133,98,186). Sum of RGB (Red+Green+Blue) = 133+98+186=417 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.89% from 417); Green value is 98 (38.67% from 255 or 23.50% from 417); Blue value is 186 (73.05% from 255 or 44.60% from 417); Max value from RGB is 186 - color contains mainly: blue. Hex color #8562BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8562BA is #7A9D45. Grayscale: #767676. Windows color (decimal): -8035654 or 12214917. OLE color: 12214917.
HSL color Cylindrical-coordinate representation of color #8562BA: hue angle of 263.86º 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 #8562BA is Cyan = 0.28, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 133 | 98 | 186 | - |
| CMYK | 0.28 | 0.47 | 0 | 0.27 |
| HSL | 263.86º | 0.39% | 0.56% | - |
| HSV(B) | 263.86º | 0.47% | 0.73% | - |
| XYZ | 22.9 | 17.27 | 48.58 | - |
| YUV | 118.5 | 166.1 | 138.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 98 | 186 | 0.28 | 0.47 | 0 | 0.27 | 263.86 | 0.39 | 0.56 |
| Hex | 85 | 62 | BA | 1C | 2F | 0 | 1B | 108 | 27 | 38 |
| Octal | 205 | 142 | 272 | 34 | 57 | 0 | 33 | 410 | 47 | 70 |
| Binary | 10000101 | 1100010 | 10111010 | 11100 | 101111 | 0 | 11011 | 100001000 | 100111 | 111000 |
Color Harmonies of #8562BA
Complementary color
Monochromatic Colors of #8562BA
Black with #8562BA
Text Example
Text Example
White with #8562BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8562BA; }
p { color: rgb(133,98,186); }
H1.HeaderClassName
{
color: #8562BA;
}
.AnyTagClassName
{
color: #8562BA;
}
</style>
background-color css
<style>
a { background-color: #8562BA; }
a { background-color: rgb(133,98,186); }
div.DivClassName
{
background-color: #8562BA;
}
.BgClassName
{
background-color: #8562BA;
}
</style>
border-color css
<style>
span { border-color: #8562BA; }
span { border-color: rgb(133,98,186); }
td.TdClassName
{
border-color: #8562BA;
}
.TagClassName
{
border-color: #8562BA;
}
</style>