COLOR #896F9A

HEX: #896F9A RGB: (137,111,154)

Color info

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

RGB color model

#896F9A color RGB value is (137,111,154).

RGB: (137,111,154) (54%, 44%, 60%)

RGB channels and saturation

R 137 of 255 = 54%
G 111 of 255 = 44%
B 154 of 255 = 60%

137
111
154

R + G + B ~ 53%. #896F9A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 137 + 111 + 154 = 402 (100%)
R 137 of 402 ~ 34.08%
G 111 of 402 ~ 27.61%
B 154 of 402 ~ 38.31'%

%34.08
%27.61
%38.31

CMYK color model

#896F9A color CMYK value is (11,28,0,40).

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

CMYK: (11,28,0,40)
C11M28Y0K40 (11%, 28%, 0%, 40%)
(0.11 / 0.28 / 0.00 / 0.40)

CMYK percentages

%11.04
%27.92
%0
%39.61

Codes

Color #896F9A in popluar color models

89 6F 9A
RGB 137 111 154
HSL 276° 17.55% 51.96%
HSB/HSV 276° 27.92% 60.39%
CMYK 11.04% 27.92% 0.00%
39.61%

Color #896F9A in popluar number systems.

HEX 89 6F 9A
Decimal 137 111 154
Binary 10001001 1101111 10011010
Octal 211 157 232

Shades and tints

Shades of #896F9A

#896F9A
(137,111,154)
#7D658C
(125,101,140)
#715B7E
(113,91,126)
#655170
(101,81,112)
#594762
(89,71,98)
#4D3D54
(77,61,84)
#413346
(65,51,70)
#352938
(53,41,56)
#291F2A
(41,31,42)
#1D151C
(29,21,28)
#110B0E
(17,11,14)
#000000
(0,0,0)

Tints of #896F9A

#896F9A
(137,111,154)
#937CA3
(147,124,163)
#9D89AC
(157,137,172)
#A796B5
(167,150,181)
#B1A3BE
(177,163,190)
#BBB0C7
(187,176,199)
#C5BDD0
(197,189,208)
#CFCAD9
(207,202,217)
#D9D7E2
(217,215,226)
#E3E4EB
(227,228,235)
#EDF1F4
(237,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #896F9A color. Also use rgb(137,111,154) instead hex code.

Text Font Color

.myTextColor { color: #896F9A; }

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

This text font color is #896F9A.

Background Color

.myBgColor { background-color: #896F9A; }

<div style="background-color:#896F9A">Inner text</div>

This div background color is #896F9A.

Border color

.myBorderColor { border: 1px solid #896F9A; }

<div style="border:3px solid #896F9A">Div</div>

This div border color is #896F9A.

Opacity

.myOpacity80 { color: #896F9A; opacity: 0.8; }

<p style="color:#896F9A;opacity:0.8;">80%</p>

Text with #896F9A 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 #896F9A;}

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

This text has shadow with #896F9A color.


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

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

This text has shadow with #896F9A primary color and red secondary color.


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

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

This text has shadow with #896F9A and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #896F9A.

Preview

Color preview on black background

This text has color #896F9A on black background.


Color preview on white background

This text has color #896F9A on white background.


Black color preview on #896F9A background

This text has black color on #896F9A background.


White color preview on #896F9A background

This text has white color on #896F9A background.


Related colors

Complementary color

Complementary color for #hex is #769065.


I love getcolorcode.com

Triadic colors

1 #9A896F and #6F9A89 with #896F9A are triadic colors.

2 #9A6F89 and #6F899A with #896F9A are triadic colors.