Html Css Color HEX #894FDF Amethyst

📋 copy color: '#894FDF'

red 137 ◦ green 79 ◦ blue 223

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

Shades of Amethyst #894FDF

Tints of Amethyst #894FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 50.8%

R = 31.21%
G = 18%
B = 50.8%

CMYK

 C value IS 0.39

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#894FDF (or 0x894FDF) is known color: Amethyst. HEX triplet: 89, 4F and DF. RGB value is (137,79,223). Sum of RGB (Red+Green+Blue) = 137+79+223=439 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.21% from 439); Green value is 79 (31.25% from 255 or 18.00% from 439); Blue value is 223 (87.5% from 255 or 50.80% from 439); Max value from RGB is 223 - color contains mainly: blue. Hex color #894FDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #894FDF is #76B020. Grayscale: #707070. Windows color (decimal): -7778337 or 14634889. OLE color: 14634889.

HSL color Cylindrical-coordinate representation of color #894FDF: hue angle of 264.17º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #894FDF is Cyan = 0.39, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 137 79 223 -
CMYK 0.39 0.65 0 0.13
HSL 264.17º 0.69% 0.59% -
HSV(B) 264.17º 0.65% 0.87% -
XYZ 26.43 16.24 71.55 -
YUV 112.76 190.22 145.29 -
System Red Green Blue C M Y K H S L
Decimal 137 79 223 0.39 0.65 0 0.13 264.17 0.69 0.59
Hex 89 4F DF 27 41 0 D 108 45 3B
Octal 211 117 337 47 101 0 15 410 105 73
Binary 10001001 1001111 11011111 100111 1000001 0 1101 100001000 1000101 111011

Color Harmonies of #894FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894FDF

Black with #894FDF

Text Example


Text Example

White with #894FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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