COLOR #894D7B

HEX: #894D7B RGB: (137,77,123)

Color info

#894D7B contains mainly red and blue colors. Web safe color of #894D7B is #993366 (or #936).

RGB color model

#894D7B color RGB value is (137,77,123).

RGB: (137,77,123) (54%, 30%, 48%)

RGB channels and saturation

R 137 of 255 = 54%
G 77 of 255 = 30%
B 123 of 255 = 48%

137
77
123

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

Portions of RGB colors in percentages

R + G + B = 137 + 77 + 123 = 337 (100%)
R 137 of 337 ~ 40.65%
G 77 of 337 ~ 22.85%
B 123 of 337 ~ 36.5'%

%40.65
%22.85
%36.5

CMYK color model

#894D7B color CMYK value is (0,44,10,46).

  • cyan value is 0.00%
  • magenta value is 43.80%
  • yellow value is 10.22%
  • key color value is 46.27%

CMYK: (0,44,10,46)
C0M44Y10K46 (0%, 44%, 10%, 46%)
(0.00 / 0.44 / 0.10 / 0.46)

CMYK percentages

%0
%43.8
%10.22
%46.27

Codes

Color #894D7B in popluar color models

89 4D 7B
RGB 137 77 123
HSL 314° 28.04% 41.96%
HSB/HSV 314° 43.80% 53.73%
CMYK 0.00% 43.80% 10.22%
46.27%

Color #894D7B in popluar number systems.

HEX 89 4D 7B
Decimal 137 77 123
Binary 10001001 1001101 1111011
Octal 211 115 173

Shades and tints

Shades of #894D7B

#894D7B
(137,77,123)
#7D4670
(125,70,112)
#713F65
(113,63,101)
#65385A
(101,56,90)
#59314F
(89,49,79)
#4D2A44
(77,42,68)
#412339
(65,35,57)
#351C2E
(53,28,46)
#291523
(41,21,35)
#1D0E18
(29,14,24)
#11070D
(17,7,13)
#000000
(0,0,0)

Tints of #894D7B

#894D7B
(137,77,123)
#935D87
(147,93,135)
#9D6D93
(157,109,147)
#A77D9F
(167,125,159)
#B18DAB
(177,141,171)
#BB9DB7
(187,157,183)
#C5ADC3
(197,173,195)
#CFBDCF
(207,189,207)
#D9CDDB
(217,205,219)
#E3DDE7
(227,221,231)
#EDEDF3
(237,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #894D7B color. Also use rgb(137,77,123) instead hex code.

Text Font Color

.myTextColor { color: #894D7B; }

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

This text font color is #894D7B.

Background Color

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

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

This div background color is #894D7B.

Border color

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

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

This div border color is #894D7B.

Opacity

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

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

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

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

This text has shadow with #894D7B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #894D7B.

Preview

Color preview on black background

This text has color #894D7B on black background.


Color preview on white background

This text has color #894D7B on white background.


Black color preview on #894D7B background

This text has black color on #894D7B background.


White color preview on #894D7B background

This text has white color on #894D7B background.


Related colors

Complementary color

Complementary color for #hex is #76B284.


I love getcolorcode.com

Triadic colors

1 #7B894D and #4D7B89 with #894D7B are triadic colors.

2 #7B4D89 and #4D897B with #894D7B are triadic colors.