Shades of Lilac Bush #855DBC
Tints of Lilac Bush #855DBC
RGB
CMYK
RGB Variations
Color information
#855DBC (or 0x855DBC) is known color: Lilac Bush. HEX triplet: 85, 5D and BC. RGB value is (133,93,188). Sum of RGB (Red+Green+Blue) = 133+93+188=414 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.13% from 414); Green value is 93 (36.72% from 255 or 22.46% from 414); Blue value is 188 (73.83% from 255 or 45.41% from 414); Max value from RGB is 188 - color contains mainly: blue. Hex color #855DBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #855DBC is #7AA243. Grayscale: #737373. Windows color (decimal): -8036932 or 12344709. OLE color: 12344709.
HSL color Cylindrical-coordinate representation of color #855DBC: hue angle of 265.26º degrees, saturation: 0.41, 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 #855DBC is Cyan = 0.29, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 133 | 93 | 188 | - |
| CMYK | 0.29 | 0.51 | 0 | 0.26 |
| HSL | 265.26º | 0.41% | 0.55% | - |
| HSV(B) | 265.26º | 0.51% | 0.74% | - |
| XYZ | 22.66 | 16.45 | 49.56 | - |
| YUV | 115.79 | 168.75 | 140.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 93 | 188 | 0.29 | 0.51 | 0 | 0.26 | 265.26 | 0.41 | 0.55 |
| Hex | 85 | 5D | BC | 1D | 33 | 0 | 1A | 109 | 29 | 37 |
| Octal | 205 | 135 | 274 | 35 | 63 | 0 | 32 | 411 | 51 | 67 |
| Binary | 10000101 | 1011101 | 10111100 | 11101 | 110011 | 0 | 11010 | 100001001 | 101001 | 110111 |
Color Harmonies of #855DBC
Complementary color
Monochromatic Colors of #855DBC
Black with #855DBC
Text Example
Text Example
White with #855DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855DBC; }
p { color: rgb(133,93,188); }
H1.HeaderClassName
{
color: #855DBC;
}
.AnyTagClassName
{
color: #855DBC;
}
</style>
background-color css
<style>
a { background-color: #855DBC; }
a { background-color: rgb(133,93,188); }
div.DivClassName
{
background-color: #855DBC;
}
.BgClassName
{
background-color: #855DBC;
}
</style>
border-color css
<style>
span { border-color: #855DBC; }
span { border-color: rgb(133,93,188); }
td.TdClassName
{
border-color: #855DBC;
}
.TagClassName
{
border-color: #855DBC;
}
</style>