Html Css Color HEX #894FD1 Amethyst

📋 copy color: '#894FD1'

red 137 ◦ green 79 ◦ blue 209

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

Shades of Amethyst #894FD1

Tints of Amethyst #894FD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 49.18%

R = 32.24%
G = 18.59%
B = 49.18%

CMYK

 C value IS 0.34

 M value IS 0.62

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#894FD1 (or 0x894FD1) is known color: Amethyst. HEX triplet: 89, 4F and D1. RGB value is (137,79,209). Sum of RGB (Red+Green+Blue) = 137+79+209=425 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.24% from 425); Green value is 79 (31.25% from 255 or 18.59% from 425); Blue value is 209 (82.03% from 255 or 49.18% from 425); Max value from RGB is 209 - color contains mainly: blue. Hex color #894FD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #894FD1 is #76B02E. Grayscale: #6E6E6E. Windows color (decimal): -7778351 or 13717385. OLE color: 13717385.

HSL color Cylindrical-coordinate representation of color #894FD1: hue angle of 266.77º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #894FD1 is Cyan = 0.34, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 137 79 209 -
CMYK 0.34 0.62 0 0.18
HSL 266.77º 0.59% 0.56% -
HSV(B) 266.77º 0.62% 0.82% -
XYZ 24.62 15.51 62.02 -
YUV 111.16 183.22 146.43 -
System Red Green Blue C M Y K H S L
Decimal 137 79 209 0.34 0.62 0 0.18 266.77 0.59 0.56
Hex 89 4F D1 22 3E 0 12 10B 3B 38
Octal 211 117 321 42 76 0 22 413 73 70
Binary 10001001 1001111 11010001 100010 111110 0 10010 100001011 111011 111000

Color Harmonies of #894FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894FD1

Black with #894FD1

Text Example


Text Example

White with #894FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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