Shades of Lilac Bush #8B60BA
Tints of Lilac Bush #8B60BA
RGB
CMYK
RGB Variations
Color information
#8B60BA (or 0x8B60BA) is known color: Lilac Bush. HEX triplet: 8B, 60 and BA. RGB value is (139,96,186). Sum of RGB (Red+Green+Blue) = 139+96+186=421 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.02% from 421); Green value is 96 (37.89% from 255 or 22.80% from 421); Blue value is 186 (73.05% from 255 or 44.18% from 421); Max value from RGB is 186 - color contains mainly: blue. Hex color #8B60BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B60BA is #749F45. Grayscale: #767676. Windows color (decimal): -7642950 or 12214411. OLE color: 12214411.
HSL color Cylindrical-coordinate representation of color #8B60BA: hue angle of 268.67º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8B60BA is Cyan = 0.25, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 139 | 96 | 186 | - |
| CMYK | 0.25 | 0.48 | 0 | 0.27 |
| HSL | 268.67º | 0.39% | 0.55% | - |
| HSV(B) | 268.67º | 0.48% | 0.73% | - |
| XYZ | 23.69 | 17.4 | 48.56 | - |
| YUV | 119.12 | 165.75 | 142.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 96 | 186 | 0.25 | 0.48 | 0 | 0.27 | 268.67 | 0.39 | 0.55 |
| Hex | 8B | 60 | BA | 19 | 30 | 0 | 1B | 10D | 27 | 37 |
| Octal | 213 | 140 | 272 | 31 | 60 | 0 | 33 | 415 | 47 | 67 |
| Binary | 10001011 | 1100000 | 10111010 | 11001 | 110000 | 0 | 11011 | 100001101 | 100111 | 110111 |
Color Harmonies of #8B60BA
Complementary color
Monochromatic Colors of #8B60BA
Black with #8B60BA
Text Example
Text Example
White with #8B60BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B60BA; }
p { color: rgb(139,96,186); }
H1.HeaderClassName
{
color: #8B60BA;
}
.AnyTagClassName
{
color: #8B60BA;
}
</style>
background-color css
<style>
a { background-color: #8B60BA; }
a { background-color: rgb(139,96,186); }
div.DivClassName
{
background-color: #8B60BA;
}
.BgClassName
{
background-color: #8B60BA;
}
</style>
border-color css
<style>
span { border-color: #8B60BA; }
span { border-color: rgb(139,96,186); }
td.TdClassName
{
border-color: #8B60BA;
}
.TagClassName
{
border-color: #8B60BA;
}
</style>