COLOR #835D87

HEX: #835D87 RGB: (131,93,135)

Color info

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

RGB color model

#835D87 color RGB value is (131,93,135).

RGB: (131,93,135) (51%, 36%, 53%)

RGB channels and saturation

R 131 of 255 = 51%
G 93 of 255 = 36%
B 135 of 255 = 53%

131
93
135

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

Portions of RGB colors in percentages

R + G + B = 131 + 93 + 135 = 359 (100%)
R 131 of 359 ~ 36.49%
G 93 of 359 ~ 25.91%
B 135 of 359 ~ 37.6'%

%36.49
%25.91
%37.6

CMYK color model

#835D87 color CMYK value is (3,31,0,47).

  • cyan value is 2.96%
  • magenta value is 31.11%
  • yellow value is 0.00%
  • key color value is 47.06%

CMYK: (3,31,0,47)
C3M31Y0K47 (3%, 31%, 0%, 47%)
(0.03 / 0.31 / 0.00 / 0.47)

CMYK percentages

%2.96
%31.11
%0
%47.06

Codes

Color #835D87 in popluar color models

83 5D 87
RGB 131 93 135
HSL 294° 18.42% 44.71%
HSB/HSV 294° 31.11% 52.94%
CMYK 2.96% 31.11% 0.00%
47.06%

Color #835D87 in popluar number systems.

HEX 83 5D 87
Decimal 131 93 135
Binary 10000011 1011101 10000111
Octal 203 135 207

Shades and tints

Shades of #835D87

#835D87
(131,93,135)
#78557B
(120,85,123)
#6D4D6F
(109,77,111)
#624563
(98,69,99)
#573D57
(87,61,87)
#4C354B
(76,53,75)
#412D3F
(65,45,63)
#362533
(54,37,51)
#2B1D27
(43,29,39)
#20151B
(32,21,27)
#150D0F
(21,13,15)
#000000
(0,0,0)

Tints of #835D87

#835D87
(131,93,135)
#8E6B91
(142,107,145)
#99799B
(153,121,155)
#A487A5
(164,135,165)
#AF95AF
(175,149,175)
#BAA3B9
(186,163,185)
#C5B1C3
(197,177,195)
#D0BFCD
(208,191,205)
#DBCDD7
(219,205,215)
#E6DBE1
(230,219,225)
#F1E9EB
(241,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #835D87 color. Also use rgb(131,93,135) instead hex code.

Text Font Color

.myTextColor { color: #835D87; }

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

This text font color is #835D87.

Background Color

.myBgColor { background-color: #835D87; }

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

This div background color is #835D87.

Border color

.myBorderColor { border: 1px solid #835D87; }

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

This div border color is #835D87.

Opacity

.myOpacity80 { color: #835D87; opacity: 0.8; }

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

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

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

This text has shadow with #835D87 color.


.textShadow {text-shadow: 3px 3px 1px #835D87', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #835D87; -webkit-box-shadow: 1px 1px 3px 2px #835D87; box-shadow:1px 1px 3px 2px #835D87;">
Div content here
</div>

This div box has shadow with color #835D87.

Preview

Color preview on black background

This text has color #835D87 on black background.


Color preview on white background

This text has color #835D87 on white background.


Black color preview on #835D87 background

This text has black color on #835D87 background.


White color preview on #835D87 background

This text has white color on #835D87 background.


Related colors

Complementary color

Complementary color for #hex is #7CA278.


I love getcolorcode.com

Triadic colors

1 #87835D and #5D8783 with #835D87 are triadic colors.

2 #875D83 and #5D8387 with #835D87 are triadic colors.