COLOR #89467B

HEX: #89467B RGB: (137,70,123)

Color info

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

RGB color model

#89467B color RGB value is (137,70,123).

RGB: (137,70,123) (54%, 27%, 48%)

RGB channels and saturation

R 137 of 255 = 54%
G 70 of 255 = 27%
B 123 of 255 = 48%

137
70
123

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

Portions of RGB colors in percentages

R + G + B = 137 + 70 + 123 = 330 (100%)
R 137 of 330 ~ 41.52%
G 70 of 330 ~ 21.21%
B 123 of 330 ~ 37.27'%

%41.52
%21.21
%37.27

CMYK color model

#89467B color CMYK value is (0,49,10,46).

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

CMYK: (0,49,10,46)
C0M49Y10K46 (0%, 49%, 10%, 46%)
(0.00 / 0.49 / 0.10 / 0.46)

CMYK percentages

%0
%48.91
%10.22
%46.27

Codes

Color #89467B in popluar color models

89 46 7B
RGB 137 70 123
HSL 313° 32.37% 40.59%
HSB/HSV 313° 48.91% 53.73%
CMYK 0.00% 48.91% 10.22%
46.27%

Color #89467B in popluar number systems.

HEX 89 46 7B
Decimal 137 70 123
Binary 10001001 1000110 1111011
Octal 211 106 173

Shades and tints

Shades of #89467B

#89467B
(137,70,123)
#7D4070
(125,64,112)
#713A65
(113,58,101)
#65345A
(101,52,90)
#592E4F
(89,46,79)
#4D2844
(77,40,68)
#412239
(65,34,57)
#351C2E
(53,28,46)
#291623
(41,22,35)
#1D1018
(29,16,24)
#110A0D
(17,10,13)
#000000
(0,0,0)

Tints of #89467B

#89467B
(137,70,123)
#935687
(147,86,135)
#9D6693
(157,102,147)
#A7769F
(167,118,159)
#B186AB
(177,134,171)
#BB96B7
(187,150,183)
#C5A6C3
(197,166,195)
#CFB6CF
(207,182,207)
#D9C6DB
(217,198,219)
#E3D6E7
(227,214,231)
#EDE6F3
(237,230,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89467B color. Also use rgb(137,70,123) instead hex code.

Text Font Color

.myTextColor { color: #89467B; }

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

This text font color is #89467B.

Background Color

.myBgColor { background-color: #89467B; }

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

This div background color is #89467B.

Border color

.myBorderColor { border: 1px solid #89467B; }

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

This div border color is #89467B.

Opacity

.myOpacity80 { color: #89467B; opacity: 0.8; }

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

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

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

This text has shadow with #89467B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #89467B.

Preview

Color preview on black background

This text has color #89467B on black background.


Color preview on white background

This text has color #89467B on white background.


Black color preview on #89467B background

This text has black color on #89467B background.


White color preview on #89467B background

This text has white color on #89467B background.


Related colors

Complementary color

Complementary color for #hex is #76B984.


I love getcolorcode.com

Triadic colors

1 #7B8946 and #467B89 with #89467B are triadic colors.

2 #7B4689 and #46897B with #89467B are triadic colors.