Shades of Amethyst #845ACC
Tints of Amethyst #845ACC
RGB
CMYK
RGB Variations
Color information
#845ACC (or 0x845ACC) is known color: Amethyst. HEX triplet: 84, 5A and CC. RGB value is (132,90,204). Sum of RGB (Red+Green+Blue) = 132+90+204=426 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.99% from 426); Green value is 90 (35.55% from 255 or 21.13% from 426); Blue value is 204 (80.08% from 255 or 47.89% from 426); Max value from RGB is 204 - color contains mainly: blue. Hex color #845ACC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #845ACC is #7BA533. Grayscale: #737373. Windows color (decimal): -8103220 or 13392516. OLE color: 13392516.
HSL color Cylindrical-coordinate representation of color #845ACC: hue angle of 262.11º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #845ACC is Cyan = 0.35, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 132 | 90 | 204 | - |
| CMYK | 0.35 | 0.56 | 0 | 0.2 |
| HSL | 262.11º | 0.53% | 0.58% | - |
| HSV(B) | 262.11º | 0.56% | 0.8% | - |
| XYZ | 24.07 | 16.58 | 59.06 | - |
| YUV | 115.55 | 177.91 | 139.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 90 | 204 | 0.35 | 0.56 | 0 | 0.2 | 262.11 | 0.53 | 0.58 |
| Hex | 84 | 5A | CC | 23 | 38 | 0 | 14 | 106 | 35 | 3A |
| Octal | 204 | 132 | 314 | 43 | 70 | 0 | 24 | 406 | 65 | 72 |
| Binary | 10000100 | 1011010 | 11001100 | 100011 | 111000 | 0 | 10100 | 100000110 | 110101 | 111010 |
Color Harmonies of #845ACC
Complementary color
Monochromatic Colors of #845ACC
Black with #845ACC
Text Example
Text Example
White with #845ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845ACC; }
p { color: rgb(132,90,204); }
H1.HeaderClassName
{
color: #845ACC;
}
.AnyTagClassName
{
color: #845ACC;
}
</style>
background-color css
<style>
a { background-color: #845ACC; }
a { background-color: rgb(132,90,204); }
div.DivClassName
{
background-color: #845ACC;
}
.BgClassName
{
background-color: #845ACC;
}
</style>
border-color css
<style>
span { border-color: #845ACC; }
span { border-color: rgb(132,90,204); }
td.TdClassName
{
border-color: #845ACC;
}
.TagClassName
{
border-color: #845ACC;
}
</style>