Html Css Color HEX #894FDC Amethyst

📋 copy color: '#894FDC'

red 137 ◦ green 79 ◦ blue 220

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

Shades of Amethyst #894FDC

Tints of Amethyst #894FDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 50.46%

R = 31.42%
G = 18.12%
B = 50.46%

CMYK

 C value IS 0.38

 M value IS 0.64

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#894FDC (or 0x894FDC) is known color: Amethyst. HEX triplet: 89, 4F and DC. RGB value is (137,79,220). Sum of RGB (Red+Green+Blue) = 137+79+220=436 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.42% from 436); Green value is 79 (31.25% from 255 or 18.12% from 436); Blue value is 220 (86.33% from 255 or 50.46% from 436); Max value from RGB is 220 - color contains mainly: blue. Hex color #894FDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #894FDC is #76B023. Grayscale: #6F6F6F. Windows color (decimal): -7778340 or 14438281. OLE color: 14438281.

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

Color convert

RGB 137 79 220 -
CMYK 0.38 0.64 0 0.14
HSL 264.68º 0.67% 0.59% -
HSV(B) 264.68º 0.64% 0.86% -
XYZ 26.03 16.08 69.44 -
YUV 112.42 188.72 145.54 -
System Red Green Blue C M Y K H S L
Decimal 137 79 220 0.38 0.64 0 0.14 264.68 0.67 0.59
Hex 89 4F DC 26 40 0 E 109 43 3B
Octal 211 117 334 46 100 0 16 411 103 73
Binary 10001001 1001111 11011100 100110 1000000 0 1110 100001001 1000011 111011

Color Harmonies of #894FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894FDC

Black with #894FDC

Text Example


Text Example

White with #894FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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