COLOR #89689A

HEX: #89689A
RGB: (137,104,154)

Color info

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

RGB color model

#89689A color RGB value is (137,104,154).

  • red value is 137;
  • green value is 104;
  • blue value is 154.
RGB:
(137,104,154)
(54%,41%,60%)

RGB channels and saturation

R 137 of 255 = 54%
G 104 of 255 = 41%
B 154 of 255 = 60%

137
104
154

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

Portions of RGB colors in percentages

R + G + B =
137 + 104 + 154 = 395 (100%)
R 137 of 395 ~ 34.68%
G 104 of 395 ~ 26.33%
B 154 of 395 ~ 38.99%

%34.68
%26.33
%38.99

CMYK color model

#89689A color CMYK value is (11,32,0,40).

  • cyan value is 11.04%
  • magenta value is 32.47%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(11,32,0,40)
C11M32Y0K40 
(11%,32%,0%,40%)
(0.11/0.32/0.00/0.40)	

CMYK percentages

%11.04
%32.47
%0
%39.61

Codes

Color #89689A in popluar color models

89689A
RGB137104154
HSL280°19.84%50.59%
HSB/HSV280°32.47%60.39%
CMYK11.04%32.47%0.00%
39.61%

Color #89689A in popluar number systems.

HEX89689A
Decimal137104154
Binary10001001110100010011010
Octal211150232

Shades and tints

Shades of #89689A

#89689A
(137,104,154)
#7D5F8C
(125,95,140)
#71567E
(113,86,126)
#654D70
(101,77,112)
#594462
(89,68,98)
#4D3B54
(77,59,84)
#413246
(65,50,70)
#352938
(53,41,56)
#29202A
(41,32,42)
#1D171C
(29,23,28)
#110E0E
(17,14,14)
#000000
(0,0,0)

Tints of #89689A

#89689A
(137,104,154)
#9375A3
(147,117,163)
#9D82AC
(157,130,172)
#A78FB5
(167,143,181)
#B19CBE
(177,156,190)
#BBA9C7
(187,169,199)
#C5B6D0
(197,182,208)
#CFC3D9
(207,195,217)
#D9D0E2
(217,208,226)
#E3DDEB
(227,221,235)
#EDEAF4
(237,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89689A color. Also use rgb(137,104,154) instead hex code.

Text Font Color

.myTextColor { color: #89689A; }

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

This text font color is #89689A.


Background Color

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

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

This div background color is #89689A.


Border color

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

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

This div border color is #89689A.


Opacity

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

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

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

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

This text has shadow with #89689A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89689A on black background.


Color preview on white background

This text has color #89689A on white background.



Black color preview on #89689A background

This text has black color on #89689A background.


White color preview on #89689A background

This text has white color on #89689A background.