Shades of Lilac Bush #845BBB
Tints of Lilac Bush #845BBB
RGB
CMYK
RGB Variations
Color information
#845BBB (or 0x845BBB) is known color: Lilac Bush. HEX triplet: 84, 5B and BB. RGB value is (132,91,187). Sum of RGB (Red+Green+Blue) = 132+91+187=410 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.20% from 410); Green value is 91 (35.94% from 255 or 22.20% from 410); Blue value is 187 (73.44% from 255 or 45.61% from 410); Max value from RGB is 187 - color contains mainly: blue. Hex color #845BBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #845BBB is #7BA444. Grayscale: #717171. Windows color (decimal): -8102981 or 12278660. OLE color: 12278660.
HSL color Cylindrical-coordinate representation of color #845BBB: hue angle of 265.62º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #845BBB is Cyan = 0.29, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 132 | 91 | 187 | - |
| CMYK | 0.29 | 0.51 | 0 | 0.27 |
| HSL | 265.63º | 0.41% | 0.55% | - |
| HSV(B) | 265.63º | 0.51% | 0.73% | - |
| XYZ | 22.23 | 15.98 | 48.93 | - |
| YUV | 114.2 | 169.08 | 140.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 91 | 187 | 0.29 | 0.51 | 0 | 0.27 | 265.63 | 0.41 | 0.55 |
| Hex | 84 | 5B | BB | 1D | 33 | 0 | 1B | 10A | 29 | 37 |
| Octal | 204 | 133 | 273 | 35 | 63 | 0 | 33 | 412 | 51 | 67 |
| Binary | 10000100 | 1011011 | 10111011 | 11101 | 110011 | 0 | 11011 | 100001010 | 101001 | 110111 |
Color Harmonies of #845BBB
Complementary color
Monochromatic Colors of #845BBB
Black with #845BBB
Text Example
Text Example
White with #845BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845BBB; }
p { color: rgb(132,91,187); }
H1.HeaderClassName
{
color: #845BBB;
}
.AnyTagClassName
{
color: #845BBB;
}
</style>
background-color css
<style>
a { background-color: #845BBB; }
a { background-color: rgb(132,91,187); }
div.DivClassName
{
background-color: #845BBB;
}
.BgClassName
{
background-color: #845BBB;
}
</style>
border-color css
<style>
span { border-color: #845BBB; }
span { border-color: rgb(132,91,187); }
td.TdClassName
{
border-color: #845BBB;
}
.TagClassName
{
border-color: #845BBB;
}
</style>