#894ECE

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

Shades of Amethyst #894ECE

Tints of Amethyst #894ECE

Color information

#894ECE (or 0x894ECE) is unknown color: approx Amethyst. HEX triplet: 89, 4E and CE. RGB value is (137,78,206). Sum of RGB (Red+Green+Blue) = 137+78+206=421 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.54% from 421); Green value is 78 (30.86% from 255 or 18.53% from 421); Blue value is 206 (80.86% from 255 or 48.93% from 421); Max value from RGB is 206 - color contains mainly: blue. Hex color #894ECE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #894ECE is #76B131. Grayscale: #6D6D6D. Windows color (decimal): -7778610 or 13520521. OLE color: 13520521.

HSL color Cylindrical-coordinate representation of color #894ECE: hue angle of 267.66º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #894ECE is Cyan = 0.33, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB13778206-
CMYK0.330.6200.19
HSL267.66º56.64%55.69%-
HSV(B)267.66º62.14%80.78%-
XYZ24.1815.2260.06-
YUV110.23182.05147.09-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 32.54%
GREEN value IS 78 (30.86% from 255) = 18.53%
BLUE value IS 206 (80.86% from 255) = 48.93%
R=32.54%
G=18.53%
B=48.93%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal137782060.330.6200.19267.6656.6455.69
Hex894ECE213E01310c3938
Octal21111631641760234147170
Binary10001001100111011001110100001111110010011100001100111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894ECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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