COLOR #89709B

HEX: #89709B
RGB: (137,112,155)

Color info

#89709B contains red, green and blue colors in about the same proportion. Web safe color of #89709B is #996699 (or #969).

RGB color model

#89709B color RGB value is (137,112,155).

  • red value is 137;
  • green value is 112;
  • blue value is 155.
RGB:
(137,112,155)
(54%,44%,61%)

RGB channels and saturation

R 137 of 255 = 54%
G 112 of 255 = 44%
B 155 of 255 = 61%

137
112
155

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

Portions of RGB colors in percentages

R + G + B =
137 + 112 + 155 = 404 (100%)
R 137 of 404 ~ 33.91%
G 112 of 404 ~ 27.72%
B 155 of 404 ~ 38.37%

%33.91
%27.72
%38.37

CMYK color model

#89709B color CMYK value is (12,28,0,39).

  • cyan value is 11.61%
  • magenta value is 27.74%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(12,28,0,39)
C12M28Y0K39 
(12%,28%,0%,39%)
(0.12/0.28/0.00/0.39)	

CMYK percentages

%11.61
%27.74
%0
%39.22

Codes

Color #89709B in popluar color models

89709B
RGB137112155
HSL275°17.70%52.35%
HSB/HSV275°27.74%60.78%
CMYK11.61%27.74%0.00%
39.22%

Color #89709B in popluar number systems.

HEX89709B
Decimal137112155
Binary10001001111000010011011
Octal211160233

Shades and tints

Shades of #89709B

#89709B
(137,112,155)
#7D668D
(125,102,141)
#715C7F
(113,92,127)
#655271
(101,82,113)
#594863
(89,72,99)
#4D3E55
(77,62,85)
#413447
(65,52,71)
#352A39
(53,42,57)
#29202B
(41,32,43)
#1D161D
(29,22,29)
#110C0F
(17,12,15)
#000000
(0,0,0)

Tints of #89709B

#89709B
(137,112,155)
#937DA4
(147,125,164)
#9D8AAD
(157,138,173)
#A797B6
(167,151,182)
#B1A4BF
(177,164,191)
#BBB1C8
(187,177,200)
#C5BED1
(197,190,209)
#CFCBDA
(207,203,218)
#D9D8E3
(217,216,227)
#E3E5EC
(227,229,236)
#EDF2F5
(237,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89709B color. Also use rgb(137,112,155) instead hex code.

Text Font Color

.myTextColor { color: #89709B; }

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

This text font color is #89709B.


Background Color

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

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

This div background color is #89709B.


Border color

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

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

This div border color is #89709B.


Opacity

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

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

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

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

This text has shadow with #89709B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89709B on black background.


Color preview on white background

This text has color #89709B on white background.



Black color preview on #89709B background

This text has black color on #89709B background.


White color preview on #89709B background

This text has white color on #89709B background.