Shades of Lilac Bush #8159BB
Tints of Lilac Bush #8159BB
RGB
CMYK
RGB Variations
Color information
#8159BB (or 0x8159BB) is known color: Lilac Bush. HEX triplet: 81, 59 and BB. RGB value is (129,89,187). Sum of RGB (Red+Green+Blue) = 129+89+187=405 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.85% from 405); Green value is 89 (35.16% from 255 or 21.98% from 405); Blue value is 187 (73.44% from 255 or 46.17% from 405); Max value from RGB is 187 - color contains mainly: blue. Hex color #8159BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8159BB is #7EA644. Grayscale: #6F6F6F. Windows color (decimal): -8300101 or 12278145. OLE color: 12278145.
HSL color Cylindrical-coordinate representation of color #8159BB: hue angle of 264.49º degrees, saturation: 0.42, 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 #8159BB is Cyan = 0.31, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 129 | 89 | 187 | - |
| CMYK | 0.31 | 0.52 | 0 | 0.27 |
| HSL | 264.49º | 0.42% | 0.54% | - |
| HSV(B) | 264.49º | 0.52% | 0.73% | - |
| XYZ | 21.6 | 15.4 | 48.85 | - |
| YUV | 112.13 | 170.25 | 140.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 89 | 187 | 0.31 | 0.52 | 0 | 0.27 | 264.49 | 0.42 | 0.54 |
| Hex | 81 | 59 | BB | 1F | 34 | 0 | 1B | 108 | 2A | 36 |
| Octal | 201 | 131 | 273 | 37 | 64 | 0 | 33 | 410 | 52 | 66 |
| Binary | 10000001 | 1011001 | 10111011 | 11111 | 110100 | 0 | 11011 | 100001000 | 101010 | 110110 |
Color Harmonies of #8159BB
Complementary color
Monochromatic Colors of #8159BB
Black with #8159BB
Text Example
Text Example
White with #8159BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8159BB; }
p { color: rgb(129,89,187); }
H1.HeaderClassName
{
color: #8159BB;
}
.AnyTagClassName
{
color: #8159BB;
}
</style>
background-color css
<style>
a { background-color: #8159BB; }
a { background-color: rgb(129,89,187); }
div.DivClassName
{
background-color: #8159BB;
}
.BgClassName
{
background-color: #8159BB;
}
</style>
border-color css
<style>
span { border-color: #8159BB; }
span { border-color: rgb(129,89,187); }
td.TdClassName
{
border-color: #8159BB;
}
.TagClassName
{
border-color: #8159BB;
}
</style>