Shades of Lilac Bush #845DBD
Tints of Lilac Bush #845DBD
RGB
CMYK
RGB Variations
Color information
#845DBD (or 0x845DBD) is known color: Lilac Bush. HEX triplet: 84, 5D and BD. RGB value is (132,93,189). Sum of RGB (Red+Green+Blue) = 132+93+189=414 (54% of max value = 765). Red value is 132 (51.95% from 255 or 31.88% from 414); Green value is 93 (36.72% from 255 or 22.46% from 414); Blue value is 189 (74.22% from 255 or 45.65% from 414); Max value from RGB is 189 - color contains mainly: blue. Hex color #845DBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #845DBD is #7BA242. Grayscale: #737373. Windows color (decimal): -8102467 or 12410244. OLE color: 12410244.
HSL color Cylindrical-coordinate representation of color #845DBD: hue angle of 264.38º degrees, saturation: 0.42, 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 #845DBD is Cyan = 0.30, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 132 | 93 | 189 | - |
| CMYK | 0.30 | 0.51 | 0 | 0.26 |
| HSL | 264.38º | 0.42% | 0.55% | - |
| HSV(B) | 264.38º | 0.51% | 0.74% | - |
| XYZ | 22.62 | 16.41 | 50.12 | - |
| YUV | 115.61 | 169.42 | 139.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 93 | 189 | 0.30 | 0.51 | 0 | 0.26 | 264.38 | 0.42 | 0.55 |
| Hex | 84 | 5D | BD | 1E | 33 | 0 | 1A | 108 | 2A | 37 |
| Octal | 204 | 135 | 275 | 36 | 63 | 0 | 32 | 410 | 52 | 67 |
| Binary | 10000100 | 1011101 | 10111101 | 11110 | 110011 | 0 | 11010 | 100001000 | 101010 | 110111 |
Color Harmonies of #845DBD
Complementary color
Monochromatic Colors of #845DBD
Black with #845DBD
Text Example
Text Example
White with #845DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845DBD; }
p { color: rgb(132,93,189); }
H1.HeaderClassName
{
color: #845DBD;
}
.AnyTagClassName
{
color: #845DBD;
}
</style>
background-color css
<style>
a { background-color: #845DBD; }
a { background-color: rgb(132,93,189); }
div.DivClassName
{
background-color: #845DBD;
}
.BgClassName
{
background-color: #845DBD;
}
</style>
border-color css
<style>
span { border-color: #845DBD; }
span { border-color: rgb(132,93,189); }
td.TdClassName
{
border-color: #845DBD;
}
.TagClassName
{
border-color: #845DBD;
}
</style>