Shades of Amethyst #894EDF
Tints of Amethyst #894EDF
RGB
CMYK
RGB Variations
Color information
#894EDF (or 0x894EDF) is known color: Amethyst. HEX triplet: 89, 4E and DF. RGB value is (137,78,223). Sum of RGB (Red+Green+Blue) = 137+78+223=438 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.28% from 438); Green value is 78 (30.86% from 255 or 17.81% from 438); Blue value is 223 (87.5% from 255 or 50.91% from 438); Max value from RGB is 223 - color contains mainly: blue. Hex color #894EDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #894EDF is #76B120. Grayscale: #6F6F6F. Windows color (decimal): -7778593 or 14634633. OLE color: 14634633.
HSL color Cylindrical-coordinate representation of color #894EDF: hue angle of 264.41º 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 #894EDF is Cyan = 0.39, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 137 | 78 | 223 | - |
| CMYK | 0.39 | 0.65 | 0 | 0.13 |
| HSL | 264.41º | 0.69% | 0.59% | - |
| HSV(B) | 264.41º | 0.65% | 0.87% | - |
| XYZ | 26.36 | 16.09 | 71.53 | - |
| YUV | 112.17 | 190.55 | 145.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 78 | 223 | 0.39 | 0.65 | 0 | 0.13 | 264.41 | 0.69 | 0.59 |
| Hex | 89 | 4E | DF | 27 | 41 | 0 | D | 108 | 45 | 3B |
| Octal | 211 | 116 | 337 | 47 | 101 | 0 | 15 | 410 | 105 | 73 |
| Binary | 10001001 | 1001110 | 11011111 | 100111 | 1000001 | 0 | 1101 | 100001000 | 1000101 | 111011 |
Color Harmonies of #894EDF
Complementary color
Monochromatic Colors of #894EDF
Black with #894EDF
Text Example
Text Example
White with #894EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894EDF; }
p { color: rgb(137,78,223); }
H1.HeaderClassName
{
color: #894EDF;
}
.AnyTagClassName
{
color: #894EDF;
}
</style>
background-color css
<style>
a { background-color: #894EDF; }
a { background-color: rgb(137,78,223); }
div.DivClassName
{
background-color: #894EDF;
}
.BgClassName
{
background-color: #894EDF;
}
</style>
border-color css
<style>
span { border-color: #894EDF; }
span { border-color: rgb(137,78,223); }
td.TdClassName
{
border-color: #894EDF;
}
.TagClassName
{
border-color: #894EDF;
}
</style>