COLOR #89557C

HEX: #89557C RGB: (137,85,124)

Color info

#89557C contains red, green and blue colors in about the same proportion. Web safe color of #89557C is #996666 (or #966).

RGB color model

#89557C color RGB value is (137,85,124).

RGB: (137,85,124) (54%, 33%, 49%)

RGB channels and saturation

R 137 of 255 = 54%
G 85 of 255 = 33%
B 124 of 255 = 49%

137
85
124

R + G + B ~ 45%. #89557C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 137 + 85 + 124 = 346 (100%)
R 137 of 346 ~ 39.6%
G 85 of 346 ~ 24.57%
B 124 of 346 ~ 35.84'%

%39.6
%24.57
%35.84

CMYK color model

#89557C color CMYK value is (0,38,9,46).

  • cyan value is 0.00%
  • magenta value is 37.96%
  • yellow value is 9.49%
  • key color value is 46.27%
CMYK: (0,38,9,46) C0M38Y9K46 (0%,38%,9%,46%) (0.00/0.38/0.09/0.46) 

CMYK percentages

%0
%37.96
%9.49
%46.27

Codes

Color #89557C in popluar color models

89 55 7C
RGB 137 85 124
HSL 315° 23.42% 43.53%
HSB/HSV 315° 37.96% 53.73%
CMYK 0.00% 37.96% 9.49%
46.27%

Color #89557C in popluar number systems.

HEX 89 55 7C
Decimal 137 85 124
Binary 10001001 1010101 1111100
Octal 211 125 174

Shades and tints

Shades of #89557C

#89557C
(137,85,124)
#7D4E71
(125,78,113)
#714766
(113,71,102)
#65405B
(101,64,91)
#593950
(89,57,80)
#4D3245
(77,50,69)
#412B3A
(65,43,58)
#35242F
(53,36,47)
#291D24
(41,29,36)
#1D1619
(29,22,25)
#110F0E
(17,15,14)
#000000
(0,0,0)

Tints of #89557C

#89557C
(137,85,124)
#936487
(147,100,135)
#9D7392
(157,115,146)
#A7829D
(167,130,157)
#B191A8
(177,145,168)
#BBA0B3
(187,160,179)
#C5AFBE
(197,175,190)
#CFBEC9
(207,190,201)
#D9CDD4
(217,205,212)
#E3DCDF
(227,220,223)
#EDEBEA
(237,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89557C color. Also use rgb(137,85,124) instead hex code.

Text Font Color

.myTextColor { color: #89557C; }

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

This text font color is #89557C.

Background Color

.myBgColor { background-color: #89557C; }

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

This div background color is #89557C.

Border color

.myBorderColor { border: 1px solid #89557C; }

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

This div border color is #89557C.

Opacity

.myOpacity80 { color: #89557C; opacity: 0.8; }

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

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

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

This text has shadow with #89557C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #89557C.

Preview

Color preview on black background

This text has color #89557C on black background.


Color preview on white background

This text has color #89557C on white background.


Black color preview on #89557C background

This text has black color on #89557C background.


White color preview on #89557C background

This text has white color on #89557C background.


Related colors

Complementary color

Complementary color for #hex is #76AA83.


I love getcolorcode.com

Triadic colors

1 #7C8955 and #557C89 with #89557C are triadic colors.

2 #7C5589 and #55897C with #89557C are triadic colors.