COLOR #89627F

HEX: #89627F
RGB: (137,98,127)

Color info

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

RGB color model

#89627F color RGB value is (137,98,127).

  • red value is 137;
  • green value is 98;
  • blue value is 127.
RGB:
(137,98,127)
(54%,38%,50%)

RGB channels and saturation

R 137 of 255 = 54%
G 98 of 255 = 38%
B 127 of 255 = 50%

137
98
127

R + G + B ~ 47%. #89627F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
137 + 98 + 127 = 362 (100%)
R 137 of 362 ~ 37.85%
G 98 of 362 ~ 27.07%
B 127 of 362 ~ 35.08%

%37.85
%27.07
%35.08

CMYK color model

#89627F color CMYK value is (0,28,7,46).

  • cyan value is 0.00%
  • magenta value is 28.47%
  • yellow value is 7.30%
  • key color value is 46.27%
CMYK:
(0,28,7,46)
C0M28Y7K46 
(0%,28%,7%,46%)
(0.00/0.28/0.07/0.46)	

CMYK percentages

%0
%28.47
%7.3
%46.27

Codes

Color #89627F in popluar color models

89627F
RGB13798127
HSL315°16.60%46.08%
HSB/HSV315°28.47%53.73%
CMYK0.00%28.47%7.30%
46.27%

Color #89627F in popluar number systems.

HEX89627F
Decimal13798127
Binary1000100111000101111111
Octal211142177

Shades and tints

Shades of #89627F

#89627F
(137,98,127)
#7D5A74
(125,90,116)
#715269
(113,82,105)
#654A5E
(101,74,94)
#594253
(89,66,83)
#4D3A48
(77,58,72)
#41323D
(65,50,61)
#352A32
(53,42,50)
#292227
(41,34,39)
#1D1A1C
(29,26,28)
#111211
(17,18,17)
#000000
(0,0,0)

Tints of #89627F

#89627F
(137,98,127)
#93708A
(147,112,138)
#9D7E95
(157,126,149)
#A78CA0
(167,140,160)
#B19AAB
(177,154,171)
#BBA8B6
(187,168,182)
#C5B6C1
(197,182,193)
#CFC4CC
(207,196,204)
#D9D2D7
(217,210,215)
#E3E0E2
(227,224,226)
#EDEEED
(237,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89627F color. Also use rgb(137,98,127) instead hex code.

Text Font Color

.myTextColor { color: #89627F; }

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

This text font color is #89627F.


Background Color

.myBgColor { background-color: #89627F; }

<div style="background-color:#89627F">Inner text</div>

This div background color is #89627F.


Border color

.myBorderColor { border: 1px solid #89627F; }

<div style="border:3px solid #89627F">Div</div>

This div border color is #89627F.


Opacity

.myOpacity80 { color: #89627F; opacity: 0.8; }

<p style="color:#89627F;opacity:0.8;">80%</p>

Text with #89627F 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 #89627F;}

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

This text has shadow with #89627F color.

.textShadow {text-shadow: 3px 3px 1px #89627F, 3px 3px 1px red;}

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

This text has shadow with #89627F primary color and red secondary color.


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

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

This text has shadow with #89627F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89627F on black background.


Color preview on white background

This text has color #89627F on white background.



Black color preview on #89627F background

This text has black color on #89627F background.


White color preview on #89627F background

This text has white color on #89627F background.