COLOR #89679A

HEX: #89679A RGB: (137,103,154)

Color info

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

RGB color model

#89679A color RGB value is (137,103,154).

RGB: (137,103,154) (54%, 40%, 60%)

RGB channels and saturation

R 137 of 255 = 54%
G 103 of 255 = 40%
B 154 of 255 = 60%

137
103
154

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

Portions of RGB colors in percentages

R + G + B = 137 + 103 + 154 = 394 (100%)
R 137 of 394 ~ 34.77%
G 103 of 394 ~ 26.14%
B 154 of 394 ~ 39.09'%

%34.77
%26.14
%39.09

CMYK color model

#89679A color CMYK value is (11,33,0,40).

  • cyan value is 11.04%
  • magenta value is 33.12%
  • yellow value is 0.00%
  • key color value is 39.61%

CMYK: (11,33,0,40)
C11M33Y0K40 (11%, 33%, 0%, 40%)
(0.11 / 0.33 / 0.00 / 0.40)

CMYK percentages

%11.04
%33.12
%0
%39.61

Codes

Color #89679A in popluar color models

89 67 9A
RGB 137 103 154
HSL 280° 20.16% 50.39%
HSB/HSV 280° 33.12% 60.39%
CMYK 11.04% 33.12% 0.00%
39.61%

Color #89679A in popluar number systems.

HEX 89 67 9A
Decimal 137 103 154
Binary 10001001 1100111 10011010
Octal 211 147 232

Shades and tints

Shades of #89679A

#89679A
(137,103,154)
#7D5E8C
(125,94,140)
#71557E
(113,85,126)
#654C70
(101,76,112)
#594362
(89,67,98)
#4D3A54
(77,58,84)
#413146
(65,49,70)
#352838
(53,40,56)
#291F2A
(41,31,42)
#1D161C
(29,22,28)
#110D0E
(17,13,14)
#000000
(0,0,0)

Tints of #89679A

#89679A
(137,103,154)
#9374A3
(147,116,163)
#9D81AC
(157,129,172)
#A78EB5
(167,142,181)
#B19BBE
(177,155,190)
#BBA8C7
(187,168,199)
#C5B5D0
(197,181,208)
#CFC2D9
(207,194,217)
#D9CFE2
(217,207,226)
#E3DCEB
(227,220,235)
#EDE9F4
(237,233,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89679A; }

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

This text font color is #89679A.

Background Color

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

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

This div background color is #89679A.

Border color

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

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

This div border color is #89679A.

Opacity

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

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

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

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

This text has shadow with #89679A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #89679A.

Preview

Color preview on black background

This text has color #89679A on black background.


Color preview on white background

This text has color #89679A on white background.


Black color preview on #89679A background

This text has black color on #89679A background.


White color preview on #89679A background

This text has white color on #89679A background.


Related colors

Complementary color

Complementary color for #hex is #769865.


I love getcolorcode.com

Triadic colors

1 #9A8967 and #679A89 with #89679A are triadic colors.

2 #9A6789 and #67899A with #89679A are triadic colors.