Html Css Color HEX #894FE1 Medium Purple

📋 copy color: '#894FE1'

red 137 ◦ green 79 ◦ blue 225

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

Shades of Medium Purple #894FE1

Tints of Medium Purple #894FE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 51.02%

R = 31.07%
G = 17.91%
B = 51.02%

CMYK

 C value IS 0.39

 M value IS 0.65

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#894FE1 (or 0x894FE1) is known color: Medium Purple. HEX triplet: 89, 4F and E1. RGB value is (137,79,225). Sum of RGB (Red+Green+Blue) = 137+79+225=441 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.07% from 441); Green value is 79 (31.25% from 255 or 17.91% from 441); Blue value is 225 (88.28% from 255 or 51.02% from 441); Max value from RGB is 225 - color contains mainly: blue. Hex color #894FE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #894FE1 is #76B01E. Grayscale: #707070. Windows color (decimal): -7778335 or 14765961. OLE color: 14765961.

HSL color Cylindrical-coordinate representation of color #894FE1: hue angle of 263.84º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #894FE1 is Cyan = 0.39, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 137 79 225 -
CMYK 0.39 0.65 0 0.12
HSL 263.84º 0.71% 0.6% -
HSV(B) 263.84º 0.65% 0.88% -
XYZ 26.7 16.35 72.98 -
YUV 112.99 191.22 145.13 -
System Red Green Blue C M Y K H S L
Decimal 137 79 225 0.39 0.65 0 0.12 263.84 0.71 0.6
Hex 89 4F E1 27 41 0 C 108 47 3C
Octal 211 117 341 47 101 0 14 410 107 74
Binary 10001001 1001111 11100001 100111 1000001 0 1100 100001000 1000111 111100

Color Harmonies of #894FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894FE1

Black with #894FE1

Text Example


Text Example

White with #894FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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