Html Css Color HEX #894EDB Amethyst

📋 copy color: '#894EDB'

red 137 ◦ green 78 ◦ blue 219

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

Shades of Amethyst #894EDB

Tints of Amethyst #894EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 50.46%

R = 31.57%
G = 17.97%
B = 50.46%

CMYK

 C value IS 0.37

 M value IS 0.64

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#894EDB (or 0x894EDB) is known color: Amethyst. HEX triplet: 89, 4E and DB. RGB value is (137,78,219). Sum of RGB (Red+Green+Blue) = 137+78+219=434 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.57% from 434); Green value is 78 (30.86% from 255 or 17.97% from 434); Blue value is 219 (85.94% from 255 or 50.46% from 434); Max value from RGB is 219 - color contains mainly: blue. Hex color #894EDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #894EDB is #76B124. Grayscale: #6F6F6F. Windows color (decimal): -7778597 or 14372489. OLE color: 14372489.

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

Color convert

RGB 137 78 219 -
CMYK 0.37 0.64 0 0.14
HSL 265.11º 0.66% 0.58% -
HSV(B) 265.11º 0.64% 0.86% -
XYZ 25.83 15.88 68.72 -
YUV 111.72 188.55 146.04 -
System Red Green Blue C M Y K H S L
Decimal 137 78 219 0.37 0.64 0 0.14 265.11 0.66 0.58
Hex 89 4E DB 25 40 0 E 109 42 3A
Octal 211 116 333 45 100 0 16 411 102 72
Binary 10001001 1001110 11011011 100101 1000000 0 1110 100001001 1000010 111010

Color Harmonies of #894EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894EDB

Black with #894EDB

Text Example


Text Example

White with #894EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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