Shades of Lilac Bush #8359BB
Tints of Lilac Bush #8359BB
RGB
CMYK
RGB Variations
Color information
#8359BB (or 0x8359BB) is known color: Lilac Bush. HEX triplet: 83, 59 and BB. RGB value is (131,89,187). Sum of RGB (Red+Green+Blue) = 131+89+187=407 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.19% from 407); Green value is 89 (35.16% from 255 or 21.87% from 407); Blue value is 187 (73.44% from 255 or 45.95% from 407); Max value from RGB is 187 - color contains mainly: blue. Hex color #8359BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8359BB is #7CA644. Grayscale: #707070. Windows color (decimal): -8169029 or 12278147. OLE color: 12278147.
HSL color Cylindrical-coordinate representation of color #8359BB: hue angle of 265.71º 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 #8359BB is Cyan = 0.30, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 131 | 89 | 187 | - |
| CMYK | 0.30 | 0.52 | 0 | 0.27 |
| HSL | 265.71º | 0.42% | 0.54% | - |
| HSV(B) | 265.71º | 0.52% | 0.73% | - |
| XYZ | 21.9 | 15.56 | 48.86 | - |
| YUV | 112.73 | 169.91 | 141.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 89 | 187 | 0.30 | 0.52 | 0 | 0.27 | 265.71 | 0.42 | 0.54 |
| Hex | 83 | 59 | BB | 1E | 34 | 0 | 1B | 10A | 2A | 36 |
| Octal | 203 | 131 | 273 | 36 | 64 | 0 | 33 | 412 | 52 | 66 |
| Binary | 10000011 | 1011001 | 10111011 | 11110 | 110100 | 0 | 11011 | 100001010 | 101010 | 110110 |
Color Harmonies of #8359BB
Complementary color
Monochromatic Colors of #8359BB
Black with #8359BB
Text Example
Text Example
White with #8359BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8359BB; }
p { color: rgb(131,89,187); }
H1.HeaderClassName
{
color: #8359BB;
}
.AnyTagClassName
{
color: #8359BB;
}
</style>
background-color css
<style>
a { background-color: #8359BB; }
a { background-color: rgb(131,89,187); }
div.DivClassName
{
background-color: #8359BB;
}
.BgClassName
{
background-color: #8359BB;
}
</style>
border-color css
<style>
span { border-color: #8359BB; }
span { border-color: rgb(131,89,187); }
td.TdClassName
{
border-color: #8359BB;
}
.TagClassName
{
border-color: #8359BB;
}
</style>