Html Css Color HEX #894ECD Amethyst

📋 copy color: '#894ECD'

red 137 ◦ green 78 ◦ blue 205

#894ECD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amethyst #894ECD

Tints of Amethyst #894ECD

RGB

 RED value IS 137 (53.91% from 255) = 32.62%

 GREEN value IS 78 (30.86% from 255) = 18.57%

 BLUE value IS 205 (80.47% from 255) = 48.81%

R = 32.62%
G = 18.57%
B = 48.81%

CMYK

 C value IS 0.33

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#894ECD (or 0x894ECD) is known color: Amethyst. HEX triplet: 89, 4E and CD. RGB value is (137,78,205). Sum of RGB (Red+Green+Blue) = 137+78+205=420 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.62% from 420); Green value is 78 (30.86% from 255 or 18.57% from 420); Blue value is 205 (80.47% from 255 or 48.81% from 420); Max value from RGB is 205 - color contains mainly: blue. Hex color #894ECD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #894ECD is #76B132. Grayscale: #6D6D6D. Windows color (decimal): -7778611 or 13454985. OLE color: 13454985.

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

Color convert

RGB 137 78 205 -
CMYK 0.33 0.62 0 0.20
HSL 267.87º 0.56% 0.55% -
HSV(B) 267.87º 0.62% 0.8% -
XYZ 24.06 15.17 59.42 -
YUV 110.12 181.55 147.17 -
System Red Green Blue C M Y K H S L
Decimal 137 78 205 0.33 0.62 0 0.20 267.87 0.56 0.55
Hex 89 4E CD 21 3E 0 14 10C 38 37
Octal 211 116 315 41 76 0 24 414 70 67
Binary 10001001 1001110 11001101 100001 111110 0 10100 100001100 111000 110111

Color Harmonies of #894ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894ECD

Black with #894ECD

Text Example


Text Example

White with #894ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #894ECD;
 }
 .AnyTagClassName
 {
   color: #894ECD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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