COLOR #895A87

HEX: #895A87 RGB: (137,90,135)

Color info

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

RGB color model

#895A87 color RGB value is (137,90,135).

RGB: (137,90,135) (54%, 35%, 53%)

RGB channels and saturation

R 137 of 255 = 54%
G 90 of 255 = 35%
B 135 of 255 = 53%

137
90
135

R + G + B ~ 47%. #895A87 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 137 + 90 + 135 = 362 (100%)
R 137 of 362 ~ 37.85%
G 90 of 362 ~ 24.86%
B 135 of 362 ~ 37.29'%

%37.85
%24.86
%37.29

CMYK color model

#895A87 color CMYK value is (0,34,1,46).

  • cyan value is 0.00%
  • magenta value is 34.31%
  • yellow value is 1.46%
  • key color value is 46.27%

CMYK: (0,34,1,46)
C0M34Y1K46 (0%, 34%, 1%, 46%)
(0.00 / 0.34 / 0.01 / 0.46)

CMYK percentages

%0
%34.31
%1.46
%46.27

Codes

Color #895A87 in popluar color models

89 5A 87
RGB 137 90 135
HSL 303° 20.70% 44.51%
HSB/HSV 303° 34.31% 53.73%
CMYK 0.00% 34.31% 1.46%
46.27%

Color #895A87 in popluar number systems.

HEX 89 5A 87
Decimal 137 90 135
Binary 10001001 1011010 10000111
Octal 211 132 207

Shades and tints

Shades of #895A87

#895A87
(137,90,135)
#7D527B
(125,82,123)
#714A6F
(113,74,111)
#654263
(101,66,99)
#593A57
(89,58,87)
#4D324B
(77,50,75)
#412A3F
(65,42,63)
#352233
(53,34,51)
#291A27
(41,26,39)
#1D121B
(29,18,27)
#110A0F
(17,10,15)
#000000
(0,0,0)

Tints of #895A87

#895A87
(137,90,135)
#936991
(147,105,145)
#9D789B
(157,120,155)
#A787A5
(167,135,165)
#B196AF
(177,150,175)
#BBA5B9
(187,165,185)
#C5B4C3
(197,180,195)
#CFC3CD
(207,195,205)
#D9D2D7
(217,210,215)
#E3E1E1
(227,225,225)
#EDF0EB
(237,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #895A87 color. Also use rgb(137,90,135) instead hex code.

Text Font Color

.myTextColor { color: #895A87; }

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

This text font color is #895A87.

Background Color

.myBgColor { background-color: #895A87; }

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

This div background color is #895A87.

Border color

.myBorderColor { border: 1px solid #895A87; }

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

This div border color is #895A87.

Opacity

.myOpacity80 { color: #895A87; opacity: 0.8; }

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

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

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

This text has shadow with #895A87 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #895A87.

Preview

Color preview on black background

This text has color #895A87 on black background.


Color preview on white background

This text has color #895A87 on white background.


Black color preview on #895A87 background

This text has black color on #895A87 background.


White color preview on #895A87 background

This text has white color on #895A87 background.


Related colors

Complementary color

Complementary color for #hex is #76A578.


I love getcolorcode.com

Triadic colors

1 #87895A and #5A8789 with #895A87 are triadic colors.

2 #875A89 and #5A8987 with #895A87 are triadic colors.