Shades of Amethyst #894EDE
Tints of Amethyst #894EDE
RGB
CMYK
RGB Variations
Color information
#894EDE (or 0x894EDE) is known color: Amethyst. HEX triplet: 89, 4E and DE. RGB value is (137,78,222). Sum of RGB (Red+Green+Blue) = 137+78+222=437 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.35% from 437); Green value is 78 (30.86% from 255 or 17.85% from 437); Blue value is 222 (87.11% from 255 or 50.80% from 437); Max value from RGB is 222 - color contains mainly: blue. Hex color #894EDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #894EDE is #76B121. Grayscale: #6F6F6F. Windows color (decimal): -7778594 or 14569097. OLE color: 14569097.
HSL color Cylindrical-coordinate representation of color #894EDE: hue angle of 264.58º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #894EDE is Cyan = 0.38, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 137 | 78 | 222 | - |
| CMYK | 0.38 | 0.65 | 0 | 0.13 |
| HSL | 264.58º | 0.69% | 0.59% | - |
| HSV(B) | 264.58º | 0.65% | 0.87% | - |
| XYZ | 26.23 | 16.04 | 70.82 | - |
| YUV | 112.06 | 190.05 | 145.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 78 | 222 | 0.38 | 0.65 | 0 | 0.13 | 264.58 | 0.69 | 0.59 |
| Hex | 89 | 4E | DE | 26 | 41 | 0 | D | 109 | 45 | 3B |
| Octal | 211 | 116 | 336 | 46 | 101 | 0 | 15 | 411 | 105 | 73 |
| Binary | 10001001 | 1001110 | 11011110 | 100110 | 1000001 | 0 | 1101 | 100001001 | 1000101 | 111011 |
Color Harmonies of #894EDE
Complementary color
Monochromatic Colors of #894EDE
Black with #894EDE
Text Example
Text Example
White with #894EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894EDE; }
p { color: rgb(137,78,222); }
H1.HeaderClassName
{
color: #894EDE;
}
.AnyTagClassName
{
color: #894EDE;
}
</style>
background-color css
<style>
a { background-color: #894EDE; }
a { background-color: rgb(137,78,222); }
div.DivClassName
{
background-color: #894EDE;
}
.BgClassName
{
background-color: #894EDE;
}
</style>
border-color css
<style>
span { border-color: #894EDE; }
span { border-color: rgb(137,78,222); }
td.TdClassName
{
border-color: #894EDE;
}
.TagClassName
{
border-color: #894EDE;
}
</style>