Shades of Deep Lilac #845AB5
Tints of Deep Lilac #845AB5
RGB
CMYK
RGB Variations
Color information
#845AB5 (or 0x845AB5) is known color: Deep Lilac. HEX triplet: 84, 5A and B5. RGB value is (132,90,181). Sum of RGB (Red+Green+Blue) = 132+90+181=403 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.75% from 403); Green value is 90 (35.55% from 255 or 22.33% from 403); Blue value is 181 (71.09% from 255 or 44.91% from 403); Max value from RGB is 181 - color contains mainly: blue. Hex color #845AB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #845AB5 is #7BA54A. Grayscale: #707070. Windows color (decimal): -8103243 or 11885188. OLE color: 11885188.
HSL color Cylindrical-coordinate representation of color #845AB5: hue angle of 267.69º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #845AB5 is Cyan = 0.27, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 132 | 90 | 181 | - |
| CMYK | 0.27 | 0.50 | 0 | 0.29 |
| HSL | 267.69º | 0.38% | 0.53% | - |
| HSV(B) | 267.69º | 0.5% | 0.71% | - |
| XYZ | 21.51 | 15.55 | 45.58 | - |
| YUV | 112.93 | 166.41 | 141.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 90 | 181 | 0.27 | 0.50 | 0 | 0.29 | 267.69 | 0.38 | 0.53 |
| Hex | 84 | 5A | B5 | 1B | 32 | 0 | 1D | 10C | 26 | 35 |
| Octal | 204 | 132 | 265 | 33 | 62 | 0 | 35 | 414 | 46 | 65 |
| Binary | 10000100 | 1011010 | 10110101 | 11011 | 110010 | 0 | 11101 | 100001100 | 100110 | 110101 |
Color Harmonies of #845AB5
Complementary color
Monochromatic Colors of #845AB5
Black with #845AB5
Text Example
Text Example
White with #845AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845AB5; }
p { color: rgb(132,90,181); }
H1.HeaderClassName
{
color: #845AB5;
}
.AnyTagClassName
{
color: #845AB5;
}
</style>
background-color css
<style>
a { background-color: #845AB5; }
a { background-color: rgb(132,90,181); }
div.DivClassName
{
background-color: #845AB5;
}
.BgClassName
{
background-color: #845AB5;
}
</style>
border-color css
<style>
span { border-color: #845AB5; }
span { border-color: rgb(132,90,181); }
td.TdClassName
{
border-color: #845AB5;
}
.TagClassName
{
border-color: #845AB5;
}
</style>