Html Css Color HEX #894DD2 Amethyst

📋 copy color: '#894DD2'

red 137 ◦ green 77 ◦ blue 210

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

Shades of Amethyst #894DD2

Tints of Amethyst #894DD2

RGB

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

 GREEN value IS 77 (30.47% from 255) = 18.16%

 BLUE value IS 210 (82.42% from 255) = 49.53%

R = 32.31%
G = 18.16%
B = 49.53%

CMYK

 C value IS 0.35

 M value IS 0.63

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#894DD2 (or 0x894DD2) is known color: Amethyst. HEX triplet: 89, 4D and D2. RGB value is (137,77,210). Sum of RGB (Red+Green+Blue) = 137+77+210=424 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.31% from 424); Green value is 77 (30.47% from 255 or 18.16% from 424); Blue value is 210 (82.42% from 255 or 49.53% from 424); Max value from RGB is 210 - color contains mainly: blue. Hex color #894DD2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #894DD2 is #76B22D. Grayscale: #6D6D6D. Windows color (decimal): -7778862 or 13782409. OLE color: 13782409.

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

Color convert

RGB 137 77 210 -
CMYK 0.35 0.63 0 0.18
HSL 267.07º 0.6% 0.56% -
HSV(B) 267.07º 0.63% 0.82% -
XYZ 24.6 15.28 62.63 -
YUV 110.1 184.38 147.19 -
System Red Green Blue C M Y K H S L
Decimal 137 77 210 0.35 0.63 0 0.18 267.07 0.6 0.56
Hex 89 4D D2 23 3F 0 12 10B 3C 38
Octal 211 115 322 43 77 0 22 413 74 70
Binary 10001001 1001101 11010010 100011 111111 0 10010 100001011 111100 111000

Color Harmonies of #894DD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894DD2

Black with #894DD2

Text Example


Text Example

White with #894DD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,77,210); }

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

background-color css

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

 a { background-color: rgb(137,77,210); }

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

border-color css

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

 span { border-color: rgb(137,77,210); }

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