Shades of Amethyst #894ECC
Tints of Amethyst #894ECC
RGB
CMYK
RGB Variations
Color information
#894ECC (or 0x894ECC) is known color: Amethyst. HEX triplet: 89, 4E and CC. RGB value is (137,78,204). Sum of RGB (Red+Green+Blue) = 137+78+204=419 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.70% from 419); Green value is 78 (30.86% from 255 or 18.62% from 419); Blue value is 204 (80.08% from 255 or 48.69% from 419); Max value from RGB is 204 - color contains mainly: blue. Hex color #894ECC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #894ECC is #76B133. Grayscale: #6D6D6D. Windows color (decimal): -7778612 or 13389449. OLE color: 13389449.
HSL color Cylindrical-coordinate representation of color #894ECC: hue angle of 268.1º 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 #894ECC is Cyan = 0.33, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 137 | 78 | 204 | - |
| CMYK | 0.33 | 0.62 | 0 | 0.2 |
| HSL | 268.1º | 0.55% | 0.55% | - |
| HSV(B) | 268.1º | 0.62% | 0.8% | - |
| XYZ | 23.94 | 15.13 | 58.78 | - |
| YUV | 110.01 | 181.05 | 147.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 78 | 204 | 0.33 | 0.62 | 0 | 0.2 | 268.1 | 0.55 | 0.55 |
| Hex | 89 | 4E | CC | 21 | 3E | 0 | 14 | 10C | 37 | 37 |
| Octal | 211 | 116 | 314 | 41 | 76 | 0 | 24 | 414 | 67 | 67 |
| Binary | 10001001 | 1001110 | 11001100 | 100001 | 111110 | 0 | 10100 | 100001100 | 110111 | 110111 |
Color Harmonies of #894ECC
Complementary color
Monochromatic Colors of #894ECC
Black with #894ECC
Text Example
Text Example
White with #894ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894ECC; }
p { color: rgb(137,78,204); }
H1.HeaderClassName
{
color: #894ECC;
}
.AnyTagClassName
{
color: #894ECC;
}
</style>
background-color css
<style>
a { background-color: #894ECC; }
a { background-color: rgb(137,78,204); }
div.DivClassName
{
background-color: #894ECC;
}
.BgClassName
{
background-color: #894ECC;
}
</style>
border-color css
<style>
span { border-color: #894ECC; }
span { border-color: rgb(137,78,204); }
td.TdClassName
{
border-color: #894ECC;
}
.TagClassName
{
border-color: #894ECC;
}
</style>