Shades of Lilac Bush #845AC1
Tints of Lilac Bush #845AC1
RGB
CMYK
RGB Variations
Color information
#845AC1 (or 0x845AC1) is known color: Lilac Bush. HEX triplet: 84, 5A and C1. RGB value is (132,90,193). Sum of RGB (Red+Green+Blue) = 132+90+193=415 (54% of max value = 765). Red value is 132 (51.95% from 255 or 31.81% from 415); Green value is 90 (35.55% from 255 or 21.69% from 415); Blue value is 193 (75.78% from 255 or 46.51% from 415); Max value from RGB is 193 - color contains mainly: blue. Hex color #845AC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #845AC1 is #7BA53E. Grayscale: #717171. Windows color (decimal): -8103231 or 12671620. OLE color: 12671620.
HSL color Cylindrical-coordinate representation of color #845AC1: hue angle of 264.47º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #845AC1 is Cyan = 0.32, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 132 | 90 | 193 | - |
| CMYK | 0.32 | 0.53 | 0 | 0.24 |
| HSL | 264.47º | 0.45% | 0.55% | - |
| HSV(B) | 264.47º | 0.53% | 0.76% | - |
| XYZ | 22.8 | 16.07 | 52.35 | - |
| YUV | 114.3 | 172.41 | 140.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 90 | 193 | 0.32 | 0.53 | 0 | 0.24 | 264.47 | 0.45 | 0.55 |
| Hex | 84 | 5A | C1 | 20 | 35 | 0 | 18 | 108 | 2D | 37 |
| Octal | 204 | 132 | 301 | 40 | 65 | 0 | 30 | 410 | 55 | 67 |
| Binary | 10000100 | 1011010 | 11000001 | 100000 | 110101 | 0 | 11000 | 100001000 | 101101 | 110111 |
Color Harmonies of #845AC1
Complementary color
Monochromatic Colors of #845AC1
Black with #845AC1
Text Example
Text Example
White with #845AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845AC1; }
p { color: rgb(132,90,193); }
H1.HeaderClassName
{
color: #845AC1;
}
.AnyTagClassName
{
color: #845AC1;
}
</style>
background-color css
<style>
a { background-color: #845AC1; }
a { background-color: rgb(132,90,193); }
div.DivClassName
{
background-color: #845AC1;
}
.BgClassName
{
background-color: #845AC1;
}
</style>
border-color css
<style>
span { border-color: #845AC1; }
span { border-color: rgb(132,90,193); }
td.TdClassName
{
border-color: #845AC1;
}
.TagClassName
{
border-color: #845AC1;
}
</style>