Shades of Lilac Bush #8B61BA
Tints of Lilac Bush #8B61BA
RGB
CMYK
RGB Variations
Color information
#8B61BA (or 0x8B61BA) is known color: Lilac Bush. HEX triplet: 8B, 61 and BA. RGB value is (139,97,186). Sum of RGB (Red+Green+Blue) = 139+97+186=422 (55% of max value = 765). Red value is 139 (54.69% from 255 or 32.94% from 422); Green value is 97 (38.28% from 255 or 22.99% from 422); Blue value is 186 (73.05% from 255 or 44.08% from 422); Max value from RGB is 186 - color contains mainly: blue. Hex color #8B61BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B61BA is #749E45. Grayscale: #777777. Windows color (decimal): -7642694 or 12214667. OLE color: 12214667.
HSL color Cylindrical-coordinate representation of color #8B61BA: hue angle of 268.31º 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 #8B61BA is Cyan = 0.25, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 139 | 97 | 186 | - |
| CMYK | 0.25 | 0.48 | 0 | 0.27 |
| HSL | 268.31º | 0.39% | 0.55% | - |
| HSV(B) | 268.31º | 0.48% | 0.73% | - |
| XYZ | 23.79 | 17.58 | 48.59 | - |
| YUV | 119.7 | 165.41 | 141.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 97 | 186 | 0.25 | 0.48 | 0 | 0.27 | 268.31 | 0.39 | 0.55 |
| Hex | 8B | 61 | BA | 19 | 30 | 0 | 1B | 10C | 27 | 37 |
| Octal | 213 | 141 | 272 | 31 | 60 | 0 | 33 | 414 | 47 | 67 |
| Binary | 10001011 | 1100001 | 10111010 | 11001 | 110000 | 0 | 11011 | 100001100 | 100111 | 110111 |
Color Harmonies of #8B61BA
Complementary color
Monochromatic Colors of #8B61BA
Black with #8B61BA
Text Example
Text Example
White with #8B61BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B61BA; }
p { color: rgb(139,97,186); }
H1.HeaderClassName
{
color: #8B61BA;
}
.AnyTagClassName
{
color: #8B61BA;
}
</style>
background-color css
<style>
a { background-color: #8B61BA; }
a { background-color: rgb(139,97,186); }
div.DivClassName
{
background-color: #8B61BA;
}
.BgClassName
{
background-color: #8B61BA;
}
</style>
border-color css
<style>
span { border-color: #8B61BA; }
span { border-color: rgb(139,97,186); }
td.TdClassName
{
border-color: #8B61BA;
}
.TagClassName
{
border-color: #8B61BA;
}
</style>