COLOR #894E99

HEX: #894E99
RGB: (137,78,153)

Color info

#894E99 contains mainly red and blue colors. Web safe color of #894E99 is #996699 (or #969).

RGB color model

#894E99 color RGB value is (137,78,153).

  • red value is 137;
  • green value is 78;
  • blue value is 153.
RGB:
(137,78,153)
(54%,31%,60%)

RGB channels and saturation

R 137 of 255 = 54%
G 78 of 255 = 31%
B 153 of 255 = 60%

137
78
153

R + G + B ~ 48%. #894E99 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
137 + 78 + 153 = 368 (100%)
R 137 of 368 ~ 37.23%
G 78 of 368 ~ 21.2%
B 153 of 368 ~ 41.58%

%37.23
%21.2
%41.58

CMYK color model

#894E99 color CMYK value is (10,49,0,40).

  • cyan value is 10.46%
  • magenta value is 49.02%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(10,49,0,40)
C10M49Y0K40 
(10%,49%,0%,40%)
(0.10/0.49/0.00/0.40)	

CMYK percentages

%10.46
%49.02
%0
%40

Codes

Color #894E99 in popluar color models

894E99
RGB13778153
HSL287°32.47%45.29%
HSB/HSV287°49.02%60.00%
CMYK10.46%49.02%0.00%
40.00%

Color #894E99 in popluar number systems.

HEX894E99
Decimal13778153
Binary10001001100111010011001
Octal211116231

Shades and tints

Shades of #894E99

#894E99
(137,78,153)
#7D478C
(125,71,140)
#71407F
(113,64,127)
#653972
(101,57,114)
#593265
(89,50,101)
#4D2B58
(77,43,88)
#41244B
(65,36,75)
#351D3E
(53,29,62)
#291631
(41,22,49)
#1D0F24
(29,15,36)
#110817
(17,8,23)
#000000
(0,0,0)

Tints of #894E99

#894E99
(137,78,153)
#935EA2
(147,94,162)
#9D6EAB
(157,110,171)
#A77EB4
(167,126,180)
#B18EBD
(177,142,189)
#BB9EC6
(187,158,198)
#C5AECF
(197,174,207)
#CFBED8
(207,190,216)
#D9CEE1
(217,206,225)
#E3DEEA
(227,222,234)
#EDEEF3
(237,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #894E99 color. Also use rgb(137,78,153) instead hex code.

Text Font Color

.myTextColor { color: #894E99; }

<p style="color:#894E99">This sample text font color is #894E99.</p>

This text font color is #894E99.


Background Color

.myBgColor { background-color: #894E99; }

<div style="background-color:#894E99">Inner text</div>

This div background color is #894E99.


Border color

.myBorderColor { border: 1px solid #894E99; }

<div style="border:3px solid #894E99">Div</div>

This div border color is #894E99.


Opacity

.myOpacity80 { color: #894E99; opacity: 0.8; }

<p style="color:#894E99;opacity:0.8;">80%</p>

Text with #894E99 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #894E99;}

<p style="text-shadow: 3px 3px 1px #894E99">Text here.</p>

This text has shadow with #894E99 color.

.textShadow {text-shadow: 3px 3px 1px #894E99, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #894E99, 5px 5px 20px red">Text here.</p>

This text has shadow with #894E99 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#894E99, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#894E99, Direction=45, Strength=4)">Text</p>

This text has shadow with #894E99 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #894E99;
  -webkit-box-shadow:	1px 1px 3px 2px #894E99;
  box-shadow:		1px 1px 3px 2px #894E99;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #894E99;
-webkit-box-shadow: 1px 1px 3px 2px #894E99;
box-shadow:1px 1px 3px 2px #894E99;">
Div content here</div>
This div box has shadow with color #894E99.

Preview

Color preview on black background

This text has color #894E99 on black background.


Color preview on white background

This text has color #894E99 on white background.



Black color preview on #894E99 background

This text has black color on #894E99 background.


White color preview on #894E99 background

This text has white color on #894E99 background.