COLOR #835B84

HEX: #835B84 RGB: (131,91,132)

Color info

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

RGB color model

#835B84 color RGB value is (131,91,132).

RGB: (131,91,132) (51%, 36%, 52%)

RGB channels and saturation

R 131 of 255 = 51%
G 91 of 255 = 36%
B 132 of 255 = 52%

131
91
132

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

Portions of RGB colors in percentages

R + G + B = 131 + 91 + 132 = 354 (100%)
R 131 of 354 ~ 37.01%
G 91 of 354 ~ 25.71%
B 132 of 354 ~ 37.29'%

%37.01
%25.71
%37.29

CMYK color model

#835B84 color CMYK value is (1,31,0,48).

  • cyan value is 0.76%
  • magenta value is 31.06%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK: (1,31,0,48) C1M31Y0K48 (1%,31%,0%,48%) (0.01/0.31/0.00/0.48) 

CMYK percentages

%0.76
%31.06
%0
%48.24

Codes

Color #835B84 in popluar color models

83 5B 84
RGB 131 91 132
HSL 299° 18.39% 43.73%
HSB/HSV 299° 31.06% 51.76%
CMYK 0.76% 31.06% 0.00%
48.24%

Color #835B84 in popluar number systems.

HEX 83 5B 84
Decimal 131 91 132
Binary 10000011 1011011 10000100
Octal 203 133 204

Shades and tints

Shades of #835B84

#835B84
(131,91,132)
#785378
(120,83,120)
#6D4B6C
(109,75,108)
#624360
(98,67,96)
#573B54
(87,59,84)
#4C3348
(76,51,72)
#412B3C
(65,43,60)
#362330
(54,35,48)
#2B1B24
(43,27,36)
#201318
(32,19,24)
#150B0C
(21,11,12)
#000000
(0,0,0)

Tints of #835B84

#835B84
(131,91,132)
#8E698F
(142,105,143)
#99779A
(153,119,154)
#A485A5
(164,133,165)
#AF93B0
(175,147,176)
#BAA1BB
(186,161,187)
#C5AFC6
(197,175,198)
#D0BDD1
(208,189,209)
#DBCBDC
(219,203,220)
#E6D9E7
(230,217,231)
#F1E7F2
(241,231,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #835B84 color. Also use rgb(131,91,132) instead hex code.

Text Font Color

.myTextColor { color: #835B84; }

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

This text font color is #835B84.

Background Color

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

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

This div background color is #835B84.

Border color

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

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

This div border color is #835B84.

Opacity

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

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

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

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

This text has shadow with #835B84 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #835B84.

Preview

Color preview on black background

This text has color #835B84 on black background.


Color preview on white background

This text has color #835B84 on white background.


Black color preview on #835B84 background

This text has black color on #835B84 background.


White color preview on #835B84 background

This text has white color on #835B84 background.


Related colors

Complementary color

Complementary color for #hex is #7CA47B.


I love getcolorcode.com

Triadic colors

1 #84835B and #5B8483 with #835B84 are triadic colors.

2 #845B83 and #5B8384 with #835B84 are triadic colors.