Shades of Amethyst #844ECC
Tints of Amethyst #844ECC
RGB
CMYK
RGB Variations
Color information
#844ECC (or 0x844ECC) is known color: Amethyst. HEX triplet: 84, 4E and CC. RGB value is (132,78,204). Sum of RGB (Red+Green+Blue) = 132+78+204=414 (54% of max value = 765). Red value is 132 (51.95% from 255 or 31.88% from 414); Green value is 78 (30.86% from 255 or 18.84% from 414); Blue value is 204 (80.08% from 255 or 49.28% from 414); Max value from RGB is 204 - color contains mainly: blue. Hex color #844ECC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #844ECC is #7BB133. Grayscale: #6C6C6C. Windows color (decimal): -8106292 or 13389444. OLE color: 13389444.
HSL color Cylindrical-coordinate representation of color #844ECC: hue angle of 265.71º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #844ECC is Cyan = 0.35, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 132 | 78 | 204 | - |
| CMYK | 0.35 | 0.62 | 0 | 0.2 |
| HSL | 265.71º | 0.55% | 0.55% | - |
| HSV(B) | 265.71º | 0.62% | 0.8% | - |
| XYZ | 23.14 | 14.71 | 58.75 | - |
| YUV | 108.51 | 181.89 | 144.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 78 | 204 | 0.35 | 0.62 | 0 | 0.2 | 265.71 | 0.55 | 0.55 |
| Hex | 84 | 4E | CC | 23 | 3E | 0 | 14 | 10A | 37 | 37 |
| Octal | 204 | 116 | 314 | 43 | 76 | 0 | 24 | 412 | 67 | 67 |
| Binary | 10000100 | 1001110 | 11001100 | 100011 | 111110 | 0 | 10100 | 100001010 | 110111 | 110111 |
Color Harmonies of #844ECC
Complementary color
Monochromatic Colors of #844ECC
Black with #844ECC
Text Example
Text Example
White with #844ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844ECC; }
p { color: rgb(132,78,204); }
H1.HeaderClassName
{
color: #844ECC;
}
.AnyTagClassName
{
color: #844ECC;
}
</style>
background-color css
<style>
a { background-color: #844ECC; }
a { background-color: rgb(132,78,204); }
div.DivClassName
{
background-color: #844ECC;
}
.BgClassName
{
background-color: #844ECC;
}
</style>
border-color css
<style>
span { border-color: #844ECC; }
span { border-color: rgb(132,78,204); }
td.TdClassName
{
border-color: #844ECC;
}
.TagClassName
{
border-color: #844ECC;
}
</style>