COLOR #895783

HEX: #895783
RGB: (137,87,131)

Color info

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

RGB color model

#895783 color RGB value is (137,87,131).

  • red value is 137;
  • green value is 87;
  • blue value is 131.
RGB:
(137,87,131)
(54%,34%,51%)

RGB channels and saturation

R 137 of 255 = 54%
G 87 of 255 = 34%
B 131 of 255 = 51%

137
87
131

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

Portions of RGB colors in percentages

R + G + B =
137 + 87 + 131 = 355 (100%)
R 137 of 355 ~ 38.59%
G 87 of 355 ~ 24.51%
B 131 of 355 ~ 36.9%

%38.59
%24.51
%36.9

CMYK color model

#895783 color CMYK value is (0,36,4,46).

  • cyan value is 0.00%
  • magenta value is 36.50%
  • yellow value is 4.38%
  • key color value is 46.27%
CMYK:
(0,36,4,46)
C0M36Y4K46 
(0%,36%,4%,46%)
(0.00/0.36/0.04/0.46)	

CMYK percentages

%0
%36.5
%4.38
%46.27

Codes

Color #895783 in popluar color models

895783
RGB13787131
HSL307°22.32%43.92%
HSB/HSV307°36.50%53.73%
CMYK0.00%36.50%4.38%
46.27%

Color #895783 in popluar number systems.

HEX895783
Decimal13787131
Binary10001001101011110000011
Octal211127203

Shades and tints

Shades of #895783

#895783
(137,87,131)
#7D5078
(125,80,120)
#71496D
(113,73,109)
#654262
(101,66,98)
#593B57
(89,59,87)
#4D344C
(77,52,76)
#412D41
(65,45,65)
#352636
(53,38,54)
#291F2B
(41,31,43)
#1D1820
(29,24,32)
#111115
(17,17,21)
#000000
(0,0,0)

Tints of #895783

#895783
(137,87,131)
#93668E
(147,102,142)
#9D7599
(157,117,153)
#A784A4
(167,132,164)
#B193AF
(177,147,175)
#BBA2BA
(187,162,186)
#C5B1C5
(197,177,197)
#CFC0D0
(207,192,208)
#D9CFDB
(217,207,219)
#E3DEE6
(227,222,230)
#EDEDF1
(237,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #895783 color. Also use rgb(137,87,131) instead hex code.

Text Font Color

.myTextColor { color: #895783; }

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

This text font color is #895783.


Background Color

.myBgColor { background-color: #895783; }

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

This div background color is #895783.


Border color

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

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

This div border color is #895783.


Opacity

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

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

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

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

This text has shadow with #895783 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #895783 on black background.


Color preview on white background

This text has color #895783 on white background.



Black color preview on #895783 background

This text has black color on #895783 background.


White color preview on #895783 background

This text has white color on #895783 background.