COLOR #895F8B

HEX: #895F8B
RGB: (137,95,139)

Color info

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

RGB color model

#895F8B color RGB value is (137,95,139).

  • red value is 137;
  • green value is 95;
  • blue value is 139.
RGB:
(137,95,139)
(54%,37%,55%)

RGB channels and saturation

R 137 of 255 = 54%
G 95 of 255 = 37%
B 139 of 255 = 55%

137
95
139

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

Portions of RGB colors in percentages

R + G + B =
137 + 95 + 139 = 371 (100%)
R 137 of 371 ~ 36.93%
G 95 of 371 ~ 25.61%
B 139 of 371 ~ 37.47%

%36.93
%25.61
%37.47

CMYK color model

#895F8B color CMYK value is (1,32,0,45).

  • cyan value is 1.44%
  • magenta value is 31.65%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(1,32,0,45)
C1M32Y0K45 
(1%,32%,0%,45%)
(0.01/0.32/0.00/0.45)	

CMYK percentages

%1.44
%31.65
%0
%45.49

Codes

Color #895F8B in popluar color models

895F8B
RGB13795139
HSL297°18.80%45.88%
HSB/HSV297°31.65%54.51%
CMYK1.44%31.65%0.00%
45.49%

Color #895F8B in popluar number systems.

HEX895F8B
Decimal13795139
Binary10001001101111110001011
Octal211137213

Shades and tints

Shades of #895F8B

#895F8B
(137,95,139)
#7D577F
(125,87,127)
#714F73
(113,79,115)
#654767
(101,71,103)
#593F5B
(89,63,91)
#4D374F
(77,55,79)
#412F43
(65,47,67)
#352737
(53,39,55)
#291F2B
(41,31,43)
#1D171F
(29,23,31)
#110F13
(17,15,19)
#000000
(0,0,0)

Tints of #895F8B

#895F8B
(137,95,139)
#936D95
(147,109,149)
#9D7B9F
(157,123,159)
#A789A9
(167,137,169)
#B197B3
(177,151,179)
#BBA5BD
(187,165,189)
#C5B3C7
(197,179,199)
#CFC1D1
(207,193,209)
#D9CFDB
(217,207,219)
#E3DDE5
(227,221,229)
#EDEBEF
(237,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #895F8B color. Also use rgb(137,95,139) instead hex code.

Text Font Color

.myTextColor { color: #895F8B; }

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

This text font color is #895F8B.


Background Color

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

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

This div background color is #895F8B.


Border color

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

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

This div border color is #895F8B.


Opacity

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

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

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

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

This text has shadow with #895F8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #895F8B on black background.


Color preview on white background

This text has color #895F8B on white background.



Black color preview on #895F8B background

This text has black color on #895F8B background.


White color preview on #895F8B background

This text has white color on #895F8B background.