Html Css Color HEX #894ECE Amethyst

📋 copy color: '#894ECE'

red 137 ◦ green 78 ◦ blue 206

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

Shades of Amethyst #894ECE

Tints of Amethyst #894ECE

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 value IS 0.33

 M value IS 0.62

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#894ECE (or 0x894ECE) is known color: 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

RGB 137 78 206 -
CMYK 0.33 0.62 0 0.19
HSL 267.66º 0.57% 0.56% -
HSV(B) 267.66º 0.62% 0.81% -
XYZ 24.18 15.22 60.06 -
YUV 110.23 182.05 147.09 -
System Red Green Blue C M Y K H S L
Decimal 137 78 206 0.33 0.62 0 0.19 267.66 0.57 0.56
Hex 89 4E CE 21 3E 0 13 10C 39 38
Octal 211 116 316 41 76 0 23 414 71 70
Binary 10001001 1001110 11001110 100001 111110 0 10011 100001100 111001 111000

Color Harmonies of #894ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894ECE

Black with #894ECE

Text Example


Text Example

White with #894ECE

Text Example


Text Example

HTML Codes & Css Web 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>