COLOR #897399

HEX: #897399
RGB: (137,115,153)

Color info

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

RGB color model

#897399 color RGB value is (137,115,153).

  • red value is 137;
  • green value is 115;
  • blue value is 153.
RGB:
(137,115,153)
(54%,45%,60%)

RGB channels and saturation

R 137 of 255 = 54%
G 115 of 255 = 45%
B 153 of 255 = 60%

137
115
153

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

Portions of RGB colors in percentages

R + G + B =
137 + 115 + 153 = 405 (100%)
R 137 of 405 ~ 33.83%
G 115 of 405 ~ 28.4%
B 153 of 405 ~ 37.78%

%33.83
%28.4
%37.78

CMYK color model

#897399 color CMYK value is (10,25,0,40).

  • cyan value is 10.46%
  • magenta value is 24.84%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(10,25,0,40)
C10M25Y0K40 
(10%,25%,0%,40%)
(0.10/0.25/0.00/0.40)	

CMYK percentages

%10.46
%24.84
%0
%40

Codes

Color #897399 in popluar color models

897399
RGB137115153
HSL275°15.70%52.55%
HSB/HSV275°24.84%60.00%
CMYK10.46%24.84%0.00%
40.00%

Color #897399 in popluar number systems.

HEX897399
Decimal137115153
Binary10001001111001110011001
Octal211163231

Shades and tints

Shades of #897399

#897399
(137,115,153)
#7D698C
(125,105,140)
#715F7F
(113,95,127)
#655572
(101,85,114)
#594B65
(89,75,101)
#4D4158
(77,65,88)
#41374B
(65,55,75)
#352D3E
(53,45,62)
#292331
(41,35,49)
#1D1924
(29,25,36)
#110F17
(17,15,23)
#000000
(0,0,0)

Tints of #897399

#897399
(137,115,153)
#937FA2
(147,127,162)
#9D8BAB
(157,139,171)
#A797B4
(167,151,180)
#B1A3BD
(177,163,189)
#BBAFC6
(187,175,198)
#C5BBCF
(197,187,207)
#CFC7D8
(207,199,216)
#D9D3E1
(217,211,225)
#E3DFEA
(227,223,234)
#EDEBF3
(237,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #897399 color. Also use rgb(137,115,153) instead hex code.

Text Font Color

.myTextColor { color: #897399; }

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

This text font color is #897399.


Background Color

.myBgColor { background-color: #897399; }

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

This div background color is #897399.


Border color

.myBorderColor { border: 1px solid #897399; }

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

This div border color is #897399.


Opacity

.myOpacity80 { color: #897399; opacity: 0.8; }

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

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

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

This text has shadow with #897399 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #897399 on black background.


Color preview on white background

This text has color #897399 on white background.



Black color preview on #897399 background

This text has black color on #897399 background.


White color preview on #897399 background

This text has white color on #897399 background.