Shades of Lilac Bush #855CB9
Tints of Lilac Bush #855CB9
RGB
CMYK
RGB Variations
Color information
#855CB9 (or 0x855CB9) is known color: Lilac Bush. HEX triplet: 85, 5C and B9. RGB value is (133,92,185). Sum of RGB (Red+Green+Blue) = 133+92+185=410 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.44% from 410); Green value is 92 (36.33% from 255 or 22.44% from 410); Blue value is 185 (72.66% from 255 or 45.12% from 410); Max value from RGB is 185 - color contains mainly: blue. Hex color #855CB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #855CB9 is #7AA346. Grayscale: #727272. Windows color (decimal): -8037191 or 12147845. OLE color: 12147845.
HSL color Cylindrical-coordinate representation of color #855CB9: hue angle of 266.45º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #855CB9 is Cyan = 0.28, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 133 | 92 | 185 | - |
| CMYK | 0.28 | 0.50 | 0 | 0.27 |
| HSL | 266.45º | 0.4% | 0.54% | - |
| HSV(B) | 266.45º | 0.5% | 0.73% | - |
| XYZ | 22.26 | 16.14 | 47.84 | - |
| YUV | 114.86 | 167.58 | 140.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 92 | 185 | 0.28 | 0.50 | 0 | 0.27 | 266.45 | 0.4 | 0.54 |
| Hex | 85 | 5C | B9 | 1C | 32 | 0 | 1B | 10A | 28 | 36 |
| Octal | 205 | 134 | 271 | 34 | 62 | 0 | 33 | 412 | 50 | 66 |
| Binary | 10000101 | 1011100 | 10111001 | 11100 | 110010 | 0 | 11011 | 100001010 | 101000 | 110110 |
Color Harmonies of #855CB9
Complementary color
Monochromatic Colors of #855CB9
Black with #855CB9
Text Example
Text Example
White with #855CB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855CB9; }
p { color: rgb(133,92,185); }
H1.HeaderClassName
{
color: #855CB9;
}
.AnyTagClassName
{
color: #855CB9;
}
</style>
background-color css
<style>
a { background-color: #855CB9; }
a { background-color: rgb(133,92,185); }
div.DivClassName
{
background-color: #855CB9;
}
.BgClassName
{
background-color: #855CB9;
}
</style>
border-color css
<style>
span { border-color: #855CB9; }
span { border-color: rgb(133,92,185); }
td.TdClassName
{
border-color: #855CB9;
}
.TagClassName
{
border-color: #855CB9;
}
</style>