Shades of Lilac Bush #845BBF
Tints of Lilac Bush #845BBF
RGB
CMYK
RGB Variations
Color information
#845BBF (or 0x845BBF) is known color: Lilac Bush. HEX triplet: 84, 5B and BF. RGB value is (132,91,191). Sum of RGB (Red+Green+Blue) = 132+91+191=414 (54% of max value = 765). Red value is 132 (51.95% from 255 or 31.88% from 414); Green value is 91 (35.94% from 255 or 21.98% from 414); Blue value is 191 (75% from 255 or 46.14% from 414); Max value from RGB is 191 - color contains mainly: blue. Hex color #845BBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #845BBF is #7BA440. Grayscale: #727272. Windows color (decimal): -8102977 or 12540804. OLE color: 12540804.
HSL color Cylindrical-coordinate representation of color #845BBF: hue angle of 264.6º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #845BBF is Cyan = 0.31, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 132 | 91 | 191 | - |
| CMYK | 0.31 | 0.52 | 0 | 0.25 |
| HSL | 264.6º | 0.44% | 0.55% | - |
| HSV(B) | 264.6º | 0.52% | 0.75% | - |
| XYZ | 22.66 | 16.15 | 51.21 | - |
| YUV | 114.66 | 171.08 | 140.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 91 | 191 | 0.31 | 0.52 | 0 | 0.25 | 264.6 | 0.44 | 0.55 |
| Hex | 84 | 5B | BF | 1F | 34 | 0 | 19 | 109 | 2C | 37 |
| Octal | 204 | 133 | 277 | 37 | 64 | 0 | 31 | 411 | 54 | 67 |
| Binary | 10000100 | 1011011 | 10111111 | 11111 | 110100 | 0 | 11001 | 100001001 | 101100 | 110111 |
Color Harmonies of #845BBF
Complementary color
Monochromatic Colors of #845BBF
Black with #845BBF
Text Example
Text Example
White with #845BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845BBF; }
p { color: rgb(132,91,191); }
H1.HeaderClassName
{
color: #845BBF;
}
.AnyTagClassName
{
color: #845BBF;
}
</style>
background-color css
<style>
a { background-color: #845BBF; }
a { background-color: rgb(132,91,191); }
div.DivClassName
{
background-color: #845BBF;
}
.BgClassName
{
background-color: #845BBF;
}
</style>
border-color css
<style>
span { border-color: #845BBF; }
span { border-color: rgb(132,91,191); }
td.TdClassName
{
border-color: #845BBF;
}
.TagClassName
{
border-color: #845BBF;
}
</style>