COLOR #835D89

HEX: #835D89
RGB: (131,93,137)

Color info

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

RGB color model

#835D89 color RGB value is (131,93,137).

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

RGB channels and saturation

R 131 of 255 = 51%
G 93 of 255 = 36%
B 137 of 255 = 54%

131
93
137

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

Portions of RGB colors in percentages

R + G + B =
131 + 93 + 137 = 361 (100%)
R 131 of 361 ~ 36.29%
G 93 of 361 ~ 25.76%
B 137 of 361 ~ 37.95%

%36.29
%25.76
%37.95

CMYK color model

#835D89 color CMYK value is (4,32,0,46).

  • cyan value is 4.38%
  • magenta value is 32.12%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(4,32,0,46)
C4M32Y0K46 
(4%,32%,0%,46%)
(0.04/0.32/0.00/0.46)	

CMYK percentages

%4.38
%32.12
%0
%46.27

Codes

Color #835D89 in popluar color models

835D89
RGB13193137
HSL292°19.13%45.10%
HSB/HSV292°32.12%53.73%
CMYK4.38%32.12%0.00%
46.27%

Color #835D89 in popluar number systems.

HEX835D89
Decimal13193137
Binary10000011101110110001001
Octal203135211

Shades and tints

Shades of #835D89

#835D89
(131,93,137)
#78557D
(120,85,125)
#6D4D71
(109,77,113)
#624565
(98,69,101)
#573D59
(87,61,89)
#4C354D
(76,53,77)
#412D41
(65,45,65)
#362535
(54,37,53)
#2B1D29
(43,29,41)
#20151D
(32,21,29)
#150D11
(21,13,17)
#000000
(0,0,0)

Tints of #835D89

#835D89
(131,93,137)
#8E6B93
(142,107,147)
#99799D
(153,121,157)
#A487A7
(164,135,167)
#AF95B1
(175,149,177)
#BAA3BB
(186,163,187)
#C5B1C5
(197,177,197)
#D0BFCF
(208,191,207)
#DBCDD9
(219,205,217)
#E6DBE3
(230,219,227)
#F1E9ED
(241,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #835D89; }

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

This text font color is #835D89.


Background Color

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

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

This div background color is #835D89.


Border color

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

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

This div border color is #835D89.


Opacity

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

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

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

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

This text has shadow with #835D89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #835D89 on black background.


Color preview on white background

This text has color #835D89 on white background.



Black color preview on #835D89 background

This text has black color on #835D89 background.


White color preview on #835D89 background

This text has white color on #835D89 background.