COLOR #894991

HEX: #894991
RGB: (137,73,145)

Color info

#894991 contains mainly red and blue colors. Web safe color of #894991 is #993399 (or #939).

RGB color model

#894991 color RGB value is (137,73,145).

  • red value is 137;
  • green value is 73;
  • blue value is 145.
RGB:
(137,73,145)
(54%,29%,57%)

RGB channels and saturation

R 137 of 255 = 54%
G 73 of 255 = 29%
B 145 of 255 = 57%

137
73
145

R + G + B ~ 47%. #894991 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
137 + 73 + 145 = 355 (100%)
R 137 of 355 ~ 38.59%
G 73 of 355 ~ 20.56%
B 145 of 355 ~ 40.85%

%38.59
%20.56
%40.85

CMYK color model

#894991 color CMYK value is (6,50,0,43).

  • cyan value is 5.52%
  • magenta value is 49.66%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(6,50,0,43)
C6M50Y0K43 
(6%,50%,0%,43%)
(0.06/0.50/0.00/0.43)	

CMYK percentages

%5.52
%49.66
%0
%43.14

Codes

Color #894991 in popluar color models

894991
RGB13773145
HSL293°33.03%42.75%
HSB/HSV293°49.66%56.86%
CMYK5.52%49.66%0.00%
43.14%

Color #894991 in popluar number systems.

HEX894991
Decimal13773145
Binary10001001100100110010001
Octal211111221

Shades and tints

Shades of #894991

#894991
(137,73,145)
#7D4384
(125,67,132)
#713D77
(113,61,119)
#65376A
(101,55,106)
#59315D
(89,49,93)
#4D2B50
(77,43,80)
#412543
(65,37,67)
#351F36
(53,31,54)
#291929
(41,25,41)
#1D131C
(29,19,28)
#110D0F
(17,13,15)
#000000
(0,0,0)

Tints of #894991

#894991
(137,73,145)
#93599B
(147,89,155)
#9D69A5
(157,105,165)
#A779AF
(167,121,175)
#B189B9
(177,137,185)
#BB99C3
(187,153,195)
#C5A9CD
(197,169,205)
#CFB9D7
(207,185,215)
#D9C9E1
(217,201,225)
#E3D9EB
(227,217,235)
#EDE9F5
(237,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #894991 color. Also use rgb(137,73,145) instead hex code.

Text Font Color

.myTextColor { color: #894991; }

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

This text font color is #894991.


Background Color

.myBgColor { background-color: #894991; }

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

This div background color is #894991.


Border color

.myBorderColor { border: 1px solid #894991; }

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

This div border color is #894991.


Opacity

.myOpacity80 { color: #894991; opacity: 0.8; }

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

Text with #894991 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 #894991;}

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

This text has shadow with #894991 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #894991 on black background.


Color preview on white background

This text has color #894991 on white background.



Black color preview on #894991 background

This text has black color on #894991 background.


White color preview on #894991 background

This text has white color on #894991 background.