Shades of Deep Lilac #845AB2
Tints of Deep Lilac #845AB2
RGB
CMYK
RGB Variations
Color information
#845AB2 (or 0x845AB2) is known color: Deep Lilac. HEX triplet: 84, 5A and B2. RGB value is (132,90,178). Sum of RGB (Red+Green+Blue) = 132+90+178=400 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33% from 400); Green value is 90 (35.55% from 255 or 22.5% from 400); Blue value is 178 (69.92% from 255 or 44.5% from 400); Max value from RGB is 178 - color contains mainly: blue. Hex color #845AB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #845AB2 is #7BA54D. Grayscale: #707070. Windows color (decimal): -8103246 or 11688580. OLE color: 11688580.
HSL color Cylindrical-coordinate representation of color #845AB2: hue angle of 268.64º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #845AB2 is Cyan = 0.26, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 132 | 90 | 178 | - |
| CMYK | 0.26 | 0.49 | 0 | 0.30 |
| HSL | 268.64º | 0.36% | 0.53% | - |
| HSV(B) | 268.64º | 0.49% | 0.7% | - |
| XYZ | 21.21 | 15.43 | 43.98 | - |
| YUV | 112.59 | 164.91 | 141.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 90 | 178 | 0.26 | 0.49 | 0 | 0.30 | 268.64 | 0.36 | 0.53 |
| Hex | 84 | 5A | B2 | 1A | 31 | 0 | 1E | 10D | 24 | 35 |
| Octal | 204 | 132 | 262 | 32 | 61 | 0 | 36 | 415 | 44 | 65 |
| Binary | 10000100 | 1011010 | 10110010 | 11010 | 110001 | 0 | 11110 | 100001101 | 100100 | 110101 |
Color Harmonies of #845AB2
Complementary color
Monochromatic Colors of #845AB2
Black with #845AB2
Text Example
Text Example
White with #845AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845AB2; }
p { color: rgb(132,90,178); }
H1.HeaderClassName
{
color: #845AB2;
}
.AnyTagClassName
{
color: #845AB2;
}
</style>
background-color css
<style>
a { background-color: #845AB2; }
a { background-color: rgb(132,90,178); }
div.DivClassName
{
background-color: #845AB2;
}
.BgClassName
{
background-color: #845AB2;
}
</style>
border-color css
<style>
span { border-color: #845AB2; }
span { border-color: rgb(132,90,178); }
td.TdClassName
{
border-color: #845AB2;
}
.TagClassName
{
border-color: #845AB2;
}
</style>