COLOR #897099

HEX: #897099
RGB: (137,112,153)

Color info

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

RGB color model

#897099 color RGB value is (137,112,153).

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

RGB channels and saturation

R 137 of 255 = 54%
G 112 of 255 = 44%
B 153 of 255 = 60%

137
112
153

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

Portions of RGB colors in percentages

R + G + B =
137 + 112 + 153 = 402 (100%)
R 137 of 402 ~ 34.08%
G 112 of 402 ~ 27.86%
B 153 of 402 ~ 38.06%

%34.08
%27.86
%38.06

CMYK color model

#897099 color CMYK value is (10,27,0,40).

  • cyan value is 10.46%
  • magenta value is 26.80%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(10,27,0,40)
C10M27Y0K40 
(10%,27%,0%,40%)
(0.10/0.27/0.00/0.40)	

CMYK percentages

%10.46
%26.8
%0
%40

Codes

Color #897099 in popluar color models

897099
RGB137112153
HSL277°16.73%51.96%
HSB/HSV277°26.80%60.00%
CMYK10.46%26.80%0.00%
40.00%

Color #897099 in popluar number systems.

HEX897099
Decimal137112153
Binary10001001111000010011001
Octal211160231

Shades and tints

Shades of #897099

#897099
(137,112,153)
#7D668C
(125,102,140)
#715C7F
(113,92,127)
#655272
(101,82,114)
#594865
(89,72,101)
#4D3E58
(77,62,88)
#41344B
(65,52,75)
#352A3E
(53,42,62)
#292031
(41,32,49)
#1D1624
(29,22,36)
#110C17
(17,12,23)
#000000
(0,0,0)

Tints of #897099

#897099
(137,112,153)
#937DA2
(147,125,162)
#9D8AAB
(157,138,171)
#A797B4
(167,151,180)
#B1A4BD
(177,164,189)
#BBB1C6
(187,177,198)
#C5BECF
(197,190,207)
#CFCBD8
(207,203,216)
#D9D8E1
(217,216,225)
#E3E5EA
(227,229,234)
#EDF2F3
(237,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #897099; }

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

This text font color is #897099.


Background Color

.myBgColor { background-color: #897099; }

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

This div background color is #897099.


Border color

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

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

This div border color is #897099.


Opacity

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

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

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

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

This text has shadow with #897099 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #897099 on black background.


Color preview on white background

This text has color #897099 on white background.



Black color preview on #897099 background

This text has black color on #897099 background.


White color preview on #897099 background

This text has white color on #897099 background.