Shades of Lilac Bush #8159BA
Tints of Lilac Bush #8159BA
RGB
CMYK
RGB Variations
Color information
#8159BA (or 0x8159BA) is known color: Lilac Bush. HEX triplet: 81, 59 and BA. RGB value is (129,89,186). Sum of RGB (Red+Green+Blue) = 129+89+186=404 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.93% from 404); Green value is 89 (35.16% from 255 or 22.03% from 404); Blue value is 186 (73.05% from 255 or 46.04% from 404); Max value from RGB is 186 - color contains mainly: blue. Hex color #8159BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8159BA is #7EA645. Grayscale: #6F6F6F. Windows color (decimal): -8300102 or 12212609. OLE color: 12212609.
HSL color Cylindrical-coordinate representation of color #8159BA: hue angle of 264.74º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8159BA is Cyan = 0.31, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 129 | 89 | 186 | - |
| CMYK | 0.31 | 0.52 | 0 | 0.27 |
| HSL | 264.74º | 0.41% | 0.54% | - |
| HSV(B) | 264.74º | 0.52% | 0.73% | - |
| XYZ | 21.49 | 15.36 | 48.29 | - |
| YUV | 112.02 | 169.75 | 140.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 89 | 186 | 0.31 | 0.52 | 0 | 0.27 | 264.74 | 0.41 | 0.54 |
| Hex | 81 | 59 | BA | 1F | 34 | 0 | 1B | 109 | 29 | 36 |
| Octal | 201 | 131 | 272 | 37 | 64 | 0 | 33 | 411 | 51 | 66 |
| Binary | 10000001 | 1011001 | 10111010 | 11111 | 110100 | 0 | 11011 | 100001001 | 101001 | 110110 |
Color Harmonies of #8159BA
Complementary color
Monochromatic Colors of #8159BA
Black with #8159BA
Text Example
Text Example
White with #8159BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8159BA; }
p { color: rgb(129,89,186); }
H1.HeaderClassName
{
color: #8159BA;
}
.AnyTagClassName
{
color: #8159BA;
}
</style>
background-color css
<style>
a { background-color: #8159BA; }
a { background-color: rgb(129,89,186); }
div.DivClassName
{
background-color: #8159BA;
}
.BgClassName
{
background-color: #8159BA;
}
</style>
border-color css
<style>
span { border-color: #8159BA; }
span { border-color: rgb(129,89,186); }
td.TdClassName
{
border-color: #8159BA;
}
.TagClassName
{
border-color: #8159BA;
}
</style>