COLOR #895085

HEX: #895085
RGB: (137,80,133)

Color info

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

RGB color model

#895085 color RGB value is (137,80,133).

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

RGB channels and saturation

R 137 of 255 = 54%
G 80 of 255 = 31%
B 133 of 255 = 52%

137
80
133

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

Portions of RGB colors in percentages

R + G + B =
137 + 80 + 133 = 350 (100%)
R 137 of 350 ~ 39.14%
G 80 of 350 ~ 22.86%
B 133 of 350 ~ 38%

%39.14
%22.86
%38

CMYK color model

#895085 color CMYK value is (0,42,3,46).

  • cyan value is 0.00%
  • magenta value is 41.61%
  • yellow value is 2.92%
  • key color value is 46.27%
CMYK:
(0,42,3,46)
C0M42Y3K46 
(0%,42%,3%,46%)
(0.00/0.42/0.03/0.46)	

CMYK percentages

%0
%41.61
%2.92
%46.27

Codes

Color #895085 in popluar color models

895085
RGB13780133
HSL304°26.27%42.55%
HSB/HSV304°41.61%53.73%
CMYK0.00%41.61%2.92%
46.27%

Color #895085 in popluar number systems.

HEX895085
Decimal13780133
Binary10001001101000010000101
Octal211120205

Shades and tints

Shades of #895085

#895085
(137,80,133)
#7D4979
(125,73,121)
#71426D
(113,66,109)
#653B61
(101,59,97)
#593455
(89,52,85)
#4D2D49
(77,45,73)
#41263D
(65,38,61)
#351F31
(53,31,49)
#291825
(41,24,37)
#1D1119
(29,17,25)
#110A0D
(17,10,13)
#000000
(0,0,0)

Tints of #895085

#895085
(137,80,133)
#935F90
(147,95,144)
#9D6E9B
(157,110,155)
#A77DA6
(167,125,166)
#B18CB1
(177,140,177)
#BB9BBC
(187,155,188)
#C5AAC7
(197,170,199)
#CFB9D2
(207,185,210)
#D9C8DD
(217,200,221)
#E3D7E8
(227,215,232)
#EDE6F3
(237,230,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #895085; }

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

This text font color is #895085.


Background Color

.myBgColor { background-color: #895085; }

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

This div background color is #895085.


Border color

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

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

This div border color is #895085.


Opacity

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

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

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

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

This text has shadow with #895085 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #895085 on black background.


Color preview on white background

This text has color #895085 on white background.



Black color preview on #895085 background

This text has black color on #895085 background.


White color preview on #895085 background

This text has white color on #895085 background.