Shades of Lilac Bush #8560BB
Tints of Lilac Bush #8560BB
RGB
CMYK
RGB Variations
Color information
#8560BB (or 0x8560BB) is known color: Lilac Bush. HEX triplet: 85, 60 and BB. RGB value is (133,96,187). Sum of RGB (Red+Green+Blue) = 133+96+187=416 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.97% from 416); Green value is 96 (37.89% from 255 or 23.08% from 416); Blue value is 187 (73.44% from 255 or 44.95% from 416); Max value from RGB is 187 - color contains mainly: blue. Hex color #8560BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8560BB is #7A9F44. Grayscale: #757575. Windows color (decimal): -8036165 or 12279941. OLE color: 12279941.
HSL color Cylindrical-coordinate representation of color #8560BB: hue angle of 264.4º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8560BB is Cyan = 0.29, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 133 | 96 | 187 | - |
| CMYK | 0.29 | 0.49 | 0 | 0.27 |
| HSL | 264.4º | 0.4% | 0.55% | - |
| HSV(B) | 264.4º | 0.49% | 0.73% | - |
| XYZ | 22.83 | 16.94 | 49.08 | - |
| YUV | 117.44 | 167.26 | 139.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 96 | 187 | 0.29 | 0.49 | 0 | 0.27 | 264.4 | 0.4 | 0.55 |
| Hex | 85 | 60 | BB | 1D | 31 | 0 | 1B | 108 | 28 | 37 |
| Octal | 205 | 140 | 273 | 35 | 61 | 0 | 33 | 410 | 50 | 67 |
| Binary | 10000101 | 1100000 | 10111011 | 11101 | 110001 | 0 | 11011 | 100001000 | 101000 | 110111 |
Color Harmonies of #8560BB
Complementary color
Monochromatic Colors of #8560BB
Black with #8560BB
Text Example
Text Example
White with #8560BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8560BB; }
p { color: rgb(133,96,187); }
H1.HeaderClassName
{
color: #8560BB;
}
.AnyTagClassName
{
color: #8560BB;
}
</style>
background-color css
<style>
a { background-color: #8560BB; }
a { background-color: rgb(133,96,187); }
div.DivClassName
{
background-color: #8560BB;
}
.BgClassName
{
background-color: #8560BB;
}
</style>
border-color css
<style>
span { border-color: #8560BB; }
span { border-color: rgb(133,96,187); }
td.TdClassName
{
border-color: #8560BB;
}
.TagClassName
{
border-color: #8560BB;
}
</style>