COLOR #895985

HEX: #895985
RGB: (137,89,133)

Color info

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

RGB color model

#895985 color RGB value is (137,89,133).

  • red value is 137;
  • green value is 89;
  • blue value is 133.
RGB:
(137,89,133)
(54%,35%,52%)

RGB channels and saturation

R 137 of 255 = 54%
G 89 of 255 = 35%
B 133 of 255 = 52%

137
89
133

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

Portions of RGB colors in percentages

R + G + B =
137 + 89 + 133 = 359 (100%)
R 137 of 359 ~ 38.16%
G 89 of 359 ~ 24.79%
B 133 of 359 ~ 37.05%

%38.16
%24.79
%37.05

CMYK color model

#895985 color CMYK value is (0,35,3,46).

  • cyan value is 0.00%
  • magenta value is 35.04%
  • yellow value is 2.92%
  • key color value is 46.27%
CMYK:
(0,35,3,46)
C0M35Y3K46 
(0%,35%,3%,46%)
(0.00/0.35/0.03/0.46)	

CMYK percentages

%0
%35.04
%2.92
%46.27

Codes

Color #895985 in popluar color models

895985
RGB13789133
HSL305°21.24%44.31%
HSB/HSV305°35.04%53.73%
CMYK0.00%35.04%2.92%
46.27%

Color #895985 in popluar number systems.

HEX895985
Decimal13789133
Binary10001001101100110000101
Octal211131205

Shades and tints

Shades of #895985

#895985
(137,89,133)
#7D5179
(125,81,121)
#71496D
(113,73,109)
#654161
(101,65,97)
#593955
(89,57,85)
#4D3149
(77,49,73)
#41293D
(65,41,61)
#352131
(53,33,49)
#291925
(41,25,37)
#1D1119
(29,17,25)
#11090D
(17,9,13)
#000000
(0,0,0)

Tints of #895985

#895985
(137,89,133)
#936890
(147,104,144)
#9D779B
(157,119,155)
#A786A6
(167,134,166)
#B195B1
(177,149,177)
#BBA4BC
(187,164,188)
#C5B3C7
(197,179,199)
#CFC2D2
(207,194,210)
#D9D1DD
(217,209,221)
#E3E0E8
(227,224,232)
#EDEFF3
(237,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #895985 color. Also use rgb(137,89,133) instead hex code.

Text Font Color

.myTextColor { color: #895985; }

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

This text font color is #895985.


Background Color

.myBgColor { background-color: #895985; }

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

This div background color is #895985.


Border color

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

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

This div border color is #895985.


Opacity

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

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

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

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

This text has shadow with #895985 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #895985 on black background.


Color preview on white background

This text has color #895985 on white background.



Black color preview on #895985 background

This text has black color on #895985 background.


White color preview on #895985 background

This text has white color on #895985 background.