Html Css Color HEX #894ECF Amethyst

📋 copy color: '#894ECF'

red 137 ◦ green 78 ◦ blue 207

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

Shades of Amethyst #894ECF

Tints of Amethyst #894ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 49.05%

R = 32.46%
G = 18.48%
B = 49.05%

CMYK

 C value IS 0.34

 M value IS 0.62

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#894ECF (or 0x894ECF) is known color: Amethyst. HEX triplet: 89, 4E and CF. RGB value is (137,78,207). Sum of RGB (Red+Green+Blue) = 137+78+207=422 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.46% from 422); Green value is 78 (30.86% from 255 or 18.48% from 422); Blue value is 207 (81.25% from 255 or 49.05% from 422); Max value from RGB is 207 - color contains mainly: blue. Hex color #894ECF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #894ECF is #76B130. Grayscale: #6D6D6D. Windows color (decimal): -7778609 or 13586057. OLE color: 13586057.

HSL color Cylindrical-coordinate representation of color #894ECF: hue angle of 267.44º 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 #894ECF is Cyan = 0.34, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 137 78 207 -
CMYK 0.34 0.62 0 0.19
HSL 267.44º 0.57% 0.56% -
HSV(B) 267.44º 0.62% 0.81% -
XYZ 24.3 15.27 60.7 -
YUV 110.35 182.55 147.01 -
System Red Green Blue C M Y K H S L
Decimal 137 78 207 0.34 0.62 0 0.19 267.44 0.57 0.56
Hex 89 4E CF 22 3E 0 13 10B 39 38
Octal 211 116 317 42 76 0 23 413 71 70
Binary 10001001 1001110 11001111 100010 111110 0 10011 100001011 111001 111000

Color Harmonies of #894ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894ECF

Black with #894ECF

Text Example


Text Example

White with #894ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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