COLOR #89497C

HEX: #89497C
RGB: (137,73,124)

Color info

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

RGB color model

#89497C color RGB value is (137,73,124).

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

RGB channels and saturation

R 137 of 255 = 54%
G 73 of 255 = 29%
B 124 of 255 = 49%

137
73
124

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

Portions of RGB colors in percentages

R + G + B =
137 + 73 + 124 = 334 (100%)
R 137 of 334 ~ 41.02%
G 73 of 334 ~ 21.86%
B 124 of 334 ~ 37.13%

%41.02
%21.86
%37.13

CMYK color model

#89497C color CMYK value is (0,47,9,46).

  • cyan value is 0.00%
  • magenta value is 46.72%
  • yellow value is 9.49%
  • key color value is 46.27%
CMYK: (0,47,9,46) C0M47Y9K46 (0%,47%,9%,46%) (0.00/0.47/0.09/0.46)

CMYK percentages

%0
%46.72
%9.49
%46.27

Codes

Color #89497C in popluar color models

89497C
RGB13773124
HSL312°30.48%41.18%
HSB/HSV312°46.72%53.73%
CMYK0.00%46.72%9.49%
46.27%

Color #89497C in popluar number systems.

HEX89497C
Decimal13773124
Binary1000100110010011111100
Octal211111174

Shades and tints

Shades of #89497C

#89497C
(137,73,124)
#7D4371
(125,67,113)
#713D66
(113,61,102)
#65375B
(101,55,91)
#593150
(89,49,80)
#4D2B45
(77,43,69)
#41253A
(65,37,58)
#351F2F
(53,31,47)
#291924
(41,25,36)
#1D1319
(29,19,25)
#110D0E
(17,13,14)
#000000
(0,0,0)

Tints of #89497C

#89497C
(137,73,124)
#935987
(147,89,135)
#9D6992
(157,105,146)
#A7799D
(167,121,157)
#B189A8
(177,137,168)
#BB99B3
(187,153,179)
#C5A9BE
(197,169,190)
#CFB9C9
(207,185,201)
#D9C9D4
(217,201,212)
#E3D9DF
(227,217,223)
#EDE9EA
(237,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89497C; }

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

This text font color is #89497C.


Background Color

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

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

This div background color is #89497C.


Border color

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

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

This div border color is #89497C.


Opacity

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

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

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

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

This text has shadow with #89497C color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #89497C on black background.


Color preview on white background

This text has color #89497C on white background.



Black color preview on #89497C background

This text has black color on #89497C background.


White color preview on #89497C background

This text has white color on #89497C background.