Shades of Lilac Bush #855CBD
Tints of Lilac Bush #855CBD
RGB
CMYK
RGB Variations
Color information
#855CBD (or 0x855CBD) is known color: Lilac Bush. HEX triplet: 85, 5C and BD. RGB value is (133,92,189). Sum of RGB (Red+Green+Blue) = 133+92+189=414 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.13% from 414); Green value is 92 (36.33% from 255 or 22.22% from 414); Blue value is 189 (74.22% from 255 or 45.65% from 414); Max value from RGB is 189 - color contains mainly: blue. Hex color #855CBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #855CBD is #7AA342. Grayscale: #727272. Windows color (decimal): -8037187 or 12409989. OLE color: 12409989.
HSL color Cylindrical-coordinate representation of color #855CBD: hue angle of 265.36º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #855CBD is Cyan = 0.30, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 133 | 92 | 189 | - |
| CMYK | 0.30 | 0.51 | 0 | 0.26 |
| HSL | 265.36º | 0.42% | 0.55% | - |
| HSV(B) | 265.36º | 0.51% | 0.74% | - |
| XYZ | 22.69 | 16.31 | 50.1 | - |
| YUV | 115.32 | 169.58 | 140.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 92 | 189 | 0.30 | 0.51 | 0 | 0.26 | 265.36 | 0.42 | 0.55 |
| Hex | 85 | 5C | BD | 1E | 33 | 0 | 1A | 109 | 2A | 37 |
| Octal | 205 | 134 | 275 | 36 | 63 | 0 | 32 | 411 | 52 | 67 |
| Binary | 10000101 | 1011100 | 10111101 | 11110 | 110011 | 0 | 11010 | 100001001 | 101010 | 110111 |
Color Harmonies of #855CBD
Complementary color
Monochromatic Colors of #855CBD
Black with #855CBD
Text Example
Text Example
White with #855CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855CBD; }
p { color: rgb(133,92,189); }
H1.HeaderClassName
{
color: #855CBD;
}
.AnyTagClassName
{
color: #855CBD;
}
</style>
background-color css
<style>
a { background-color: #855CBD; }
a { background-color: rgb(133,92,189); }
div.DivClassName
{
background-color: #855CBD;
}
.BgClassName
{
background-color: #855CBD;
}
</style>
border-color css
<style>
span { border-color: #855CBD; }
span { border-color: rgb(133,92,189); }
td.TdClassName
{
border-color: #855CBD;
}
.TagClassName
{
border-color: #855CBD;
}
</style>