Html Css Color HEX #894FDD Amethyst

📋 copy color: '#894FDD'

red 137 ◦ green 79 ◦ blue 221

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

Shades of Amethyst #894FDD

Tints of Amethyst #894FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 50.57%

R = 31.35%
G = 18.08%
B = 50.57%

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

#894FDD (or 0x894FDD) is known color: Amethyst. HEX triplet: 89, 4F and DD. RGB value is (137,79,221). Sum of RGB (Red+Green+Blue) = 137+79+221=437 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.35% from 437); Green value is 79 (31.25% from 255 or 18.08% from 437); Blue value is 221 (86.72% from 255 or 50.57% from 437); Max value from RGB is 221 - color contains mainly: blue. Hex color #894FDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #894FDD is #76B022. Grayscale: #707070. Windows color (decimal): -7778339 or 14503817. OLE color: 14503817.

HSL color Cylindrical-coordinate representation of color #894FDD: hue angle of 264.51º 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 #894FDD is Cyan = 0.38, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 137 79 221 -
CMYK 0.38 0.64 0 0.13
HSL 264.51º 0.68% 0.59% -
HSV(B) 264.51º 0.64% 0.87% -
XYZ 26.16 16.13 70.14 -
YUV 112.53 189.22 145.45 -
System Red Green Blue C M Y K H S L
Decimal 137 79 221 0.38 0.64 0 0.13 264.51 0.68 0.59
Hex 89 4F DD 26 40 0 D 109 44 3B
Octal 211 117 335 46 100 0 15 411 104 73
Binary 10001001 1001111 11011101 100110 1000000 0 1101 100001001 1000100 111011

Color Harmonies of #894FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894FDD

Black with #894FDD

Text Example


Text Example

White with #894FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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