Shades of Lilac Bush #855BBC
Tints of Lilac Bush #855BBC
RGB
CMYK
RGB Variations
Color information
#855BBC (or 0x855BBC) is known color: Lilac Bush. HEX triplet: 85, 5B and BC. RGB value is (133,91,188). Sum of RGB (Red+Green+Blue) = 133+91+188=412 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.28% from 412); Green value is 91 (35.94% from 255 or 22.09% from 412); Blue value is 188 (73.83% from 255 or 45.63% from 412); Max value from RGB is 188 - color contains mainly: blue. Hex color #855BBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #855BBC is #7AA443. Grayscale: #727272. Windows color (decimal): -8037444 or 12344197. OLE color: 12344197.
HSL color Cylindrical-coordinate representation of color #855BBC: hue angle of 265.98º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #855BBC is Cyan = 0.29, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 133 | 91 | 188 | - |
| CMYK | 0.29 | 0.52 | 0 | 0.26 |
| HSL | 265.98º | 0.42% | 0.55% | - |
| HSV(B) | 265.98º | 0.52% | 0.74% | - |
| XYZ | 22.49 | 16.1 | 49.5 | - |
| YUV | 114.62 | 169.41 | 141.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 91 | 188 | 0.29 | 0.52 | 0 | 0.26 | 265.98 | 0.42 | 0.55 |
| Hex | 85 | 5B | BC | 1D | 34 | 0 | 1A | 10A | 2A | 37 |
| Octal | 205 | 133 | 274 | 35 | 64 | 0 | 32 | 412 | 52 | 67 |
| Binary | 10000101 | 1011011 | 10111100 | 11101 | 110100 | 0 | 11010 | 100001010 | 101010 | 110111 |
Color Harmonies of #855BBC
Complementary color
Monochromatic Colors of #855BBC
Black with #855BBC
Text Example
Text Example
White with #855BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855BBC; }
p { color: rgb(133,91,188); }
H1.HeaderClassName
{
color: #855BBC;
}
.AnyTagClassName
{
color: #855BBC;
}
</style>
background-color css
<style>
a { background-color: #855BBC; }
a { background-color: rgb(133,91,188); }
div.DivClassName
{
background-color: #855BBC;
}
.BgClassName
{
background-color: #855BBC;
}
</style>
border-color css
<style>
span { border-color: #855BBC; }
span { border-color: rgb(133,91,188); }
td.TdClassName
{
border-color: #855BBC;
}
.TagClassName
{
border-color: #855BBC;
}
</style>