Html Css Color HEX #894FDE Amethyst

📋 copy color: '#894FDE'

red 137 ◦ green 79 ◦ blue 222

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

Shades of Amethyst #894FDE

Tints of Amethyst #894FDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 50.68%

R = 31.28%
G = 18.04%
B = 50.68%

CMYK

 C value IS 0.38

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#894FDE (or 0x894FDE) is known color: Amethyst. HEX triplet: 89, 4F and DE. RGB value is (137,79,222). Sum of RGB (Red+Green+Blue) = 137+79+222=438 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.28% from 438); Green value is 79 (31.25% from 255 or 18.04% from 438); Blue value is 222 (87.11% from 255 or 50.68% from 438); Max value from RGB is 222 - color contains mainly: blue. Hex color #894FDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #894FDE is #76B021. Grayscale: #707070. Windows color (decimal): -7778338 or 14569353. OLE color: 14569353.

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

Color convert

RGB 137 79 222 -
CMYK 0.38 0.64 0 0.13
HSL 264.34º 0.68% 0.59% -
HSV(B) 264.34º 0.64% 0.87% -
XYZ 26.3 16.18 70.85 -
YUV 112.64 189.72 145.37 -
System Red Green Blue C M Y K H S L
Decimal 137 79 222 0.38 0.64 0 0.13 264.34 0.68 0.59
Hex 89 4F DE 26 40 0 D 108 44 3B
Octal 211 117 336 46 100 0 15 410 104 73
Binary 10001001 1001111 11011110 100110 1000000 0 1101 100001000 1000100 111011

Color Harmonies of #894FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894FDE

Black with #894FDE

Text Example


Text Example

White with #894FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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