#894ED8

Color #894ED8 Amethyst (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amethyst #894ED8

Tints of Amethyst #894ED8

Color information

#894ED8 (or 0x894ED8) is unknown color: approx Amethyst. HEX triplet: 89, 4E and D8. RGB value is (137,78,216). Sum of RGB (Red+Green+Blue) = 137+78+216=431 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.79% from 431); Green value is 78 (30.86% from 255 or 18.10% from 431); Blue value is 216 (84.77% from 255 or 50.12% from 431); Max value from RGB is 216 - color contains mainly: blue. Hex color #894ED8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #894ED8 is #76B127. Grayscale: #6E6E6E. Windows color (decimal): -7778600 or 14175881. OLE color: 14175881.

HSL color Cylindrical-coordinate representation of color #894ED8: hue angle of 265.65º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #894ED8 is Cyan = 0.37, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB13778216-
CMYK0.370.6400.15
HSL265.65º63.89%57.65%-
HSV(B)265.65º63.89%84.71%-
XYZ25.4415.7366.66-
YUV111.37187.05146.28-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 137 (53.91% from 255) = 31.79%
GREEN value IS 78 (30.86% from 255) = 18.10%
BLUE value IS 216 (84.77% from 255) = 50.12%
R=31.79%
G=18.10%
B=50.12%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal137782160.370.6400.15265.6563.8957.65
Hex894ED825400F10a403a
Octal2111163304510001741210072
Binary100010011001110110110001001011000000011111000010101000000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894ED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894ED8; }

 p { color: rgb(137,78,216); }

 H1.HeaderClassName
 {
   color: #894ED8;
 }
 .AnyTagClassName
 {
   color: #894ED8;
 }
</style>
background-color css

<style>
 a { background-color: #894ED8; }

 a { background-color: rgb(137,78,216); }

 div.DivClassName
 {
   background-color: #894ED8;
 }
 .BgClassName
 {
   background-color: #894ED8;
 }
</style>
border-color css

<style>
 span { border-color: #894ED8; }

 span { border-color: rgb(137,78,216); }

 td.TdClassName
 {
   border-color: #894ED8;
 }
 .TagClassName
 {
   border-color: #894ED8;
 }
</style>