Shades of Lilac Bush #845BC0
Tints of Lilac Bush #845BC0
RGB
CMYK
RGB Variations
Color information
#845BC0 (or 0x845BC0) is known color: Lilac Bush. HEX triplet: 84, 5B and C0. RGB value is (132,91,192). Sum of RGB (Red+Green+Blue) = 132+91+192=415 (54% of max value = 765). Red value is 132 (51.95% from 255 or 31.81% from 415); Green value is 91 (35.94% from 255 or 21.93% from 415); Blue value is 192 (75.39% from 255 or 46.27% from 415); Max value from RGB is 192 - color contains mainly: blue. Hex color #845BC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #845BC0 is #7BA43F. Grayscale: #727272. Windows color (decimal): -8102976 or 12606340. OLE color: 12606340.
HSL color Cylindrical-coordinate representation of color #845BC0: hue angle of 264.36º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #845BC0 is Cyan = 0.31, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 132 | 91 | 192 | - |
| CMYK | 0.31 | 0.53 | 0 | 0.25 |
| HSL | 264.36º | 0.44% | 0.55% | - |
| HSV(B) | 264.36º | 0.53% | 0.75% | - |
| XYZ | 22.77 | 16.19 | 51.79 | - |
| YUV | 114.77 | 171.58 | 140.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 91 | 192 | 0.31 | 0.53 | 0 | 0.25 | 264.36 | 0.44 | 0.55 |
| Hex | 84 | 5B | C0 | 1F | 35 | 0 | 19 | 108 | 2C | 37 |
| Octal | 204 | 133 | 300 | 37 | 65 | 0 | 31 | 410 | 54 | 67 |
| Binary | 10000100 | 1011011 | 11000000 | 11111 | 110101 | 0 | 11001 | 100001000 | 101100 | 110111 |
Color Harmonies of #845BC0
Complementary color
Monochromatic Colors of #845BC0
Black with #845BC0
Text Example
Text Example
White with #845BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845BC0; }
p { color: rgb(132,91,192); }
H1.HeaderClassName
{
color: #845BC0;
}
.AnyTagClassName
{
color: #845BC0;
}
</style>
background-color css
<style>
a { background-color: #845BC0; }
a { background-color: rgb(132,91,192); }
div.DivClassName
{
background-color: #845BC0;
}
.BgClassName
{
background-color: #845BC0;
}
</style>
border-color css
<style>
span { border-color: #845BC0; }
span { border-color: rgb(132,91,192); }
td.TdClassName
{
border-color: #845BC0;
}
.TagClassName
{
border-color: #845BC0;
}
</style>