COLOR #895B8E

HEX: #895B8E
RGB: (137,91,142)

Color info

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

RGB color model

#895B8E color RGB value is (137,91,142).

  • red value is 137;
  • green value is 91;
  • blue value is 142.
RGB:
(137,91,142)
(54%,36%,56%)

RGB channels and saturation

R 137 of 255 = 54%
G 91 of 255 = 36%
B 142 of 255 = 56%

137
91
142

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

Portions of RGB colors in percentages

R + G + B =
137 + 91 + 142 = 370 (100%)
R 137 of 370 ~ 37.03%
G 91 of 370 ~ 24.59%
B 142 of 370 ~ 38.38%

%37.03
%24.59
%38.38

CMYK color model

#895B8E color CMYK value is (4,36,0,44).

  • cyan value is 3.52%
  • magenta value is 35.92%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(4,36,0,44)
C4M36Y0K44 
(4%,36%,0%,44%)
(0.04/0.36/0.00/0.44)	

CMYK percentages

%3.52
%35.92
%0
%44.31

Codes

Color #895B8E in popluar color models

895B8E
RGB13791142
HSL294°21.89%45.69%
HSB/HSV294°35.92%55.69%
CMYK3.52%35.92%0.00%
44.31%

Color #895B8E in popluar number systems.

HEX895B8E
Decimal13791142
Binary10001001101101110001110
Octal211133216

Shades and tints

Shades of #895B8E

#895B8E
(137,91,142)
#7D5382
(125,83,130)
#714B76
(113,75,118)
#65436A
(101,67,106)
#593B5E
(89,59,94)
#4D3352
(77,51,82)
#412B46
(65,43,70)
#35233A
(53,35,58)
#291B2E
(41,27,46)
#1D1322
(29,19,34)
#110B16
(17,11,22)
#000000
(0,0,0)

Tints of #895B8E

#895B8E
(137,91,142)
#936998
(147,105,152)
#9D77A2
(157,119,162)
#A785AC
(167,133,172)
#B193B6
(177,147,182)
#BBA1C0
(187,161,192)
#C5AFCA
(197,175,202)
#CFBDD4
(207,189,212)
#D9CBDE
(217,203,222)
#E3D9E8
(227,217,232)
#EDE7F2
(237,231,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #895B8E color. Also use rgb(137,91,142) instead hex code.

Text Font Color

.myTextColor { color: #895B8E; }

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

This text font color is #895B8E.


Background Color

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

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

This div background color is #895B8E.


Border color

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

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

This div border color is #895B8E.


Opacity

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

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

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

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

This text has shadow with #895B8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #895B8E on black background.


Color preview on white background

This text has color #895B8E on white background.



Black color preview on #895B8E background

This text has black color on #895B8E background.


White color preview on #895B8E background

This text has white color on #895B8E background.