COLOR #89628C

HEX: #89628C
RGB: (137,98,140)

Color info

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

RGB color model

#89628C color RGB value is (137,98,140).

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

RGB channels and saturation

R 137 of 255 = 54%
G 98 of 255 = 38%
B 140 of 255 = 55%

137
98
140

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

Portions of RGB colors in percentages

R + G + B =
137 + 98 + 140 = 375 (100%)
R 137 of 375 ~ 36.53%
G 98 of 375 ~ 26.13%
B 140 of 375 ~ 37.33%

%36.53
%26.13
%37.33

CMYK color model

#89628C color CMYK value is (2,30,0,45).

  • cyan value is 2.14%
  • magenta value is 30.00%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(2,30,0,45)
C2M30Y0K45 
(2%,30%,0%,45%)
(0.02/0.30/0.00/0.45)	

CMYK percentages

%2.14
%30
%0
%45.1

Codes

Color #89628C in popluar color models

89628C
RGB13798140
HSL296°17.65%46.67%
HSB/HSV296°30.00%54.90%
CMYK2.14%30.00%0.00%
45.10%

Color #89628C in popluar number systems.

HEX89628C
Decimal13798140
Binary10001001110001010001100
Octal211142214

Shades and tints

Shades of #89628C

#89628C
(137,98,140)
#7D5A80
(125,90,128)
#715274
(113,82,116)
#654A68
(101,74,104)
#59425C
(89,66,92)
#4D3A50
(77,58,80)
#413244
(65,50,68)
#352A38
(53,42,56)
#29222C
(41,34,44)
#1D1A20
(29,26,32)
#111214
(17,18,20)
#000000
(0,0,0)

Tints of #89628C

#89628C
(137,98,140)
#937096
(147,112,150)
#9D7EA0
(157,126,160)
#A78CAA
(167,140,170)
#B19AB4
(177,154,180)
#BBA8BE
(187,168,190)
#C5B6C8
(197,182,200)
#CFC4D2
(207,196,210)
#D9D2DC
(217,210,220)
#E3E0E6
(227,224,230)
#EDEEF0
(237,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89628C; }

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

This text font color is #89628C.


Background Color

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

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

This div background color is #89628C.


Border color

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

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

This div border color is #89628C.


Opacity

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

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

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

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

This text has shadow with #89628C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89628C on black background.


Color preview on white background

This text has color #89628C on white background.



Black color preview on #89628C background

This text has black color on #89628C background.


White color preview on #89628C background

This text has white color on #89628C background.