Html Css Color HEX #894FD0 Amethyst

📋 copy color: '#894FD0'

red 137 ◦ green 79 ◦ blue 208

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

Shades of Amethyst #894FD0

Tints of Amethyst #894FD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 49.06%

R = 32.31%
G = 18.63%
B = 49.06%

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

#894FD0 (or 0x894FD0) is known color: Amethyst. HEX triplet: 89, 4F and D0. RGB value is (137,79,208). Sum of RGB (Red+Green+Blue) = 137+79+208=424 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.31% from 424); Green value is 79 (31.25% from 255 or 18.63% from 424); Blue value is 208 (81.64% from 255 or 49.06% from 424); Max value from RGB is 208 - color contains mainly: blue. Hex color #894FD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #894FD0 is #76B02F. Grayscale: #6E6E6E. Windows color (decimal): -7778352 or 13651849. OLE color: 13651849.

HSL color Cylindrical-coordinate representation of color #894FD0: hue angle of 266.98º degrees, saturation: 0.58, 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 #894FD0 is Cyan = 0.34, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 137 79 208 -
CMYK 0.34 0.62 0 0.18
HSL 266.98º 0.58% 0.56% -
HSV(B) 266.98º 0.62% 0.82% -
XYZ 24.5 15.46 61.37 -
YUV 111.05 182.72 146.51 -
System Red Green Blue C M Y K H S L
Decimal 137 79 208 0.34 0.62 0 0.18 266.98 0.58 0.56
Hex 89 4F D0 22 3E 0 12 10B 3A 38
Octal 211 117 320 42 76 0 22 413 72 70
Binary 10001001 1001111 11010000 100010 111110 0 10010 100001011 111010 111000

Color Harmonies of #894FD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894FD0

Black with #894FD0

Text Example


Text Example

White with #894FD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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