Shades of Lilac Bush #8560BD
Tints of Lilac Bush #8560BD
RGB
CMYK
RGB Variations
Color information
#8560BD (or 0x8560BD) is known color: Lilac Bush. HEX triplet: 85, 60 and BD. RGB value is (133,96,189). Sum of RGB (Red+Green+Blue) = 133+96+189=418 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.82% from 418); Green value is 96 (37.89% from 255 or 22.97% from 418); Blue value is 189 (74.22% from 255 or 45.22% from 418); Max value from RGB is 189 - color contains mainly: blue. Hex color #8560BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8560BD is #7A9F42. Grayscale: #757575. Windows color (decimal): -8036163 or 12411013. OLE color: 12411013.
HSL color Cylindrical-coordinate representation of color #8560BD: hue angle of 263.87º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8560BD is Cyan = 0.30, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 133 | 96 | 189 | - |
| CMYK | 0.30 | 0.49 | 0 | 0.26 |
| HSL | 263.87º | 0.41% | 0.56% | - |
| HSV(B) | 263.87º | 0.49% | 0.74% | - |
| XYZ | 23.04 | 17.03 | 50.22 | - |
| YUV | 117.67 | 168.26 | 138.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 96 | 189 | 0.30 | 0.49 | 0 | 0.26 | 263.87 | 0.41 | 0.56 |
| Hex | 85 | 60 | BD | 1E | 31 | 0 | 1A | 108 | 29 | 38 |
| Octal | 205 | 140 | 275 | 36 | 61 | 0 | 32 | 410 | 51 | 70 |
| Binary | 10000101 | 1100000 | 10111101 | 11110 | 110001 | 0 | 11010 | 100001000 | 101001 | 111000 |
Color Harmonies of #8560BD
Complementary color
Monochromatic Colors of #8560BD
Black with #8560BD
Text Example
Text Example
White with #8560BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8560BD; }
p { color: rgb(133,96,189); }
H1.HeaderClassName
{
color: #8560BD;
}
.AnyTagClassName
{
color: #8560BD;
}
</style>
background-color css
<style>
a { background-color: #8560BD; }
a { background-color: rgb(133,96,189); }
div.DivClassName
{
background-color: #8560BD;
}
.BgClassName
{
background-color: #8560BD;
}
</style>
border-color css
<style>
span { border-color: #8560BD; }
span { border-color: rgb(133,96,189); }
td.TdClassName
{
border-color: #8560BD;
}
.TagClassName
{
border-color: #8560BD;
}
</style>