COLOR #89628A

HEX: #89628A
RGB: (137,98,138)

Color info

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

RGB color model

#89628A color RGB value is (137,98,138).

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

RGB channels and saturation

R 137 of 255 = 54%
G 98 of 255 = 38%
B 138 of 255 = 54%

137
98
138

R + G + B ~ 49%. #89628A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
137 + 98 + 138 = 373 (100%)
R 137 of 373 ~ 36.73%
G 98 of 373 ~ 26.27%
B 138 of 373 ~ 37%

%36.73
%26.27
%37

CMYK color model

#89628A color CMYK value is (1,29,0,46).

  • cyan value is 0.72%
  • magenta value is 28.99%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(1,29,0,46)
C1M29Y0K46 
(1%,29%,0%,46%)
(0.01/0.29/0.00/0.46)	

CMYK percentages

%0.72
%28.99
%0
%45.88

Codes

Color #89628A in popluar color models

89628A
RGB13798138
HSL299°16.95%46.27%
HSB/HSV299°28.99%54.12%
CMYK0.72%28.99%0.00%
45.88%

Color #89628A in popluar number systems.

HEX89628A
Decimal13798138
Binary10001001110001010001010
Octal211142212

Shades and tints

Shades of #89628A

#89628A
(137,98,138)
#7D5A7E
(125,90,126)
#715272
(113,82,114)
#654A66
(101,74,102)
#59425A
(89,66,90)
#4D3A4E
(77,58,78)
#413242
(65,50,66)
#352A36
(53,42,54)
#29222A
(41,34,42)
#1D1A1E
(29,26,30)
#111212
(17,18,18)
#000000
(0,0,0)

Tints of #89628A

#89628A
(137,98,138)
#937094
(147,112,148)
#9D7E9E
(157,126,158)
#A78CA8
(167,140,168)
#B19AB2
(177,154,178)
#BBA8BC
(187,168,188)
#C5B6C6
(197,182,198)
#CFC4D0
(207,196,208)
#D9D2DA
(217,210,218)
#E3E0E4
(227,224,228)
#EDEEEE
(237,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89628A color. Also use rgb(137,98,138) instead hex code.

Text Font Color

.myTextColor { color: #89628A; }

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

This text font color is #89628A.


Background Color

.myBgColor { background-color: #89628A; }

<div style="background-color:#89628A">Inner text</div>

This div background color is #89628A.


Border color

.myBorderColor { border: 1px solid #89628A; }

<div style="border:3px solid #89628A">Div</div>

This div border color is #89628A.


Opacity

.myOpacity80 { color: #89628A; opacity: 0.8; }

<p style="color:#89628A;opacity:0.8;">80%</p>

Text with #89628A 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 #89628A;}

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

This text has shadow with #89628A color.

.textShadow {text-shadow: 3px 3px 1px #89628A, 3px 3px 1px red;}

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

This text has shadow with #89628A primary color and red secondary color.


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

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

This text has shadow with #89628A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89628A on black background.


Color preview on white background

This text has color #89628A on white background.



Black color preview on #89628A background

This text has black color on #89628A background.


White color preview on #89628A background

This text has white color on #89628A background.