#894EDD

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

Shades of Amethyst #894EDD

Tints of Amethyst #894EDD

Color information

#894EDD (or 0x894EDD) is unknown color: approx Amethyst. HEX triplet: 89, 4E and DD. RGB value is (137,78,221). Sum of RGB (Red+Green+Blue) = 137+78+221=436 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.42% from 436); Green value is 78 (30.86% from 255 or 17.89% from 436); Blue value is 221 (86.72% from 255 or 50.69% from 436); Max value from RGB is 221 - color contains mainly: blue. Hex color #894EDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #894EDD is #76B122. Grayscale: #6F6F6F. Windows color (decimal): -7778595 or 14503561. OLE color: 14503561.

HSL color Cylindrical-coordinate representation of color #894EDD: hue angle of 264.76º degrees, saturation: 0.68, 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 #894EDD is Cyan = 0.38, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB13778221-
CMYK0.380.6500.13
HSL264.76º67.77%58.63%-
HSV(B)264.76º64.71%86.67%-
XYZ26.0915.9970.12-
YUV111.94189.55145.87-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 31.42%
GREEN value IS 78 (30.86% from 255) = 17.89%
BLUE value IS 221 (86.72% from 255) = 50.69%
R=31.42%
G=17.89%
B=50.69%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal137782210.380.6500.13264.7667.7758.63
Hex894EDD26410D109443b
Octal2111163354610101541110473
Binary100010011001110110111011001101000001011011000010011000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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