Shades of Lilac Bush #8459BD
Tints of Lilac Bush #8459BD
RGB
CMYK
RGB Variations
Color information
#8459BD (or 0x8459BD) is known color: Lilac Bush. HEX triplet: 84, 59 and BD. RGB value is (132,89,189). Sum of RGB (Red+Green+Blue) = 132+89+189=410 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.20% from 410); Green value is 89 (35.16% from 255 or 21.71% from 410); Blue value is 189 (74.22% from 255 or 46.10% from 410); Max value from RGB is 189 - color contains mainly: blue. Hex color #8459BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8459BD is #7BA642. Grayscale: #707070. Windows color (decimal): -8103491 or 12409220. OLE color: 12409220.
HSL color Cylindrical-coordinate representation of color #8459BD: hue angle of 265.8º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8459BD is Cyan = 0.30, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 132 | 89 | 189 | - |
| CMYK | 0.30 | 0.53 | 0 | 0.26 |
| HSL | 265.8º | 0.43% | 0.55% | - |
| HSV(B) | 265.8º | 0.53% | 0.74% | - |
| XYZ | 22.27 | 15.72 | 50.01 | - |
| YUV | 113.26 | 170.75 | 141.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 89 | 189 | 0.30 | 0.53 | 0 | 0.26 | 265.8 | 0.43 | 0.55 |
| Hex | 84 | 59 | BD | 1E | 35 | 0 | 1A | 10A | 2B | 37 |
| Octal | 204 | 131 | 275 | 36 | 65 | 0 | 32 | 412 | 53 | 67 |
| Binary | 10000100 | 1011001 | 10111101 | 11110 | 110101 | 0 | 11010 | 100001010 | 101011 | 110111 |
Color Harmonies of #8459BD
Complementary color
Monochromatic Colors of #8459BD
Black with #8459BD
Text Example
Text Example
White with #8459BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8459BD; }
p { color: rgb(132,89,189); }
H1.HeaderClassName
{
color: #8459BD;
}
.AnyTagClassName
{
color: #8459BD;
}
</style>
background-color css
<style>
a { background-color: #8459BD; }
a { background-color: rgb(132,89,189); }
div.DivClassName
{
background-color: #8459BD;
}
.BgClassName
{
background-color: #8459BD;
}
</style>
border-color css
<style>
span { border-color: #8459BD; }
span { border-color: rgb(132,89,189); }
td.TdClassName
{
border-color: #8459BD;
}
.TagClassName
{
border-color: #8459BD;
}
</style>