Html Css Color HEX #894FCE Amethyst

📋 copy color: '#894FCE'

red 137 ◦ green 79 ◦ blue 206

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

Shades of Amethyst #894FCE

Tints of Amethyst #894FCE

RGB

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

 GREEN value IS 79 (31.25% from 255) = 18.72%

 BLUE value IS 206 (80.86% from 255) = 48.82%

R = 32.46%
G = 18.72%
B = 48.82%

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

#894FCE (or 0x894FCE) is known color: Amethyst. HEX triplet: 89, 4F and CE. RGB value is (137,79,206). Sum of RGB (Red+Green+Blue) = 137+79+206=422 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.46% from 422); Green value is 79 (31.25% from 255 or 18.72% from 422); Blue value is 206 (80.86% from 255 or 48.82% from 422); Max value from RGB is 206 - color contains mainly: blue. Hex color #894FCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #894FCE is #76B031. Grayscale: #6E6E6E. Windows color (decimal): -7778354 or 13520777. OLE color: 13520777.

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

Color convert

RGB 137 79 206 -
CMYK 0.33 0.62 0 0.19
HSL 267.4º 0.56% 0.56% -
HSV(B) 267.4º 0.62% 0.81% -
XYZ 24.25 15.37 60.08 -
YUV 110.82 181.72 146.67 -
System Red Green Blue C M Y K H S L
Decimal 137 79 206 0.33 0.62 0 0.19 267.4 0.56 0.56
Hex 89 4F CE 21 3E 0 13 10B 38 38
Octal 211 117 316 41 76 0 23 413 70 70
Binary 10001001 1001111 11001110 100001 111110 0 10011 100001011 111000 111000

Color Harmonies of #894FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894FCE

Black with #894FCE

Text Example


Text Example

White with #894FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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