COLOR #836581

HEX: #836581
RGB: (131,101,129)

Color info

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

RGB color model

#836581 color RGB value is (131,101,129).

  • red value is 131;
  • green value is 101;
  • blue value is 129.
RGB:
(131,101,129)
(51%,40%,51%)

RGB channels and saturation

R 131 of 255 = 51%
G 101 of 255 = 40%
B 129 of 255 = 51%

131
101
129

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

Portions of RGB colors in percentages

R + G + B =
131 + 101 + 129 = 361 (100%)
R 131 of 361 ~ 36.29%
G 101 of 361 ~ 27.98%
B 129 of 361 ~ 35.73%

%36.29
%27.98
%35.73

CMYK color model

#836581 color CMYK value is (0,23,2,49).

  • cyan value is 0.00%
  • magenta value is 22.90%
  • yellow value is 1.53%
  • key color value is 48.63%
CMYK:
(0,23,2,49)
C0M23Y2K49 
(0%,23%,2%,49%)
(0.00/0.23/0.02/0.49)	

CMYK percentages

%0
%22.9
%1.53
%48.63

Codes

Color #836581 in popluar color models

836581
RGB131101129
HSL304°12.93%45.49%
HSB/HSV304°22.90%51.37%
CMYK0.00%22.90%1.53%
48.63%

Color #836581 in popluar number systems.

HEX836581
Decimal131101129
Binary10000011110010110000001
Octal203145201

Shades and tints

Shades of #836581

#836581
(131,101,129)
#785C76
(120,92,118)
#6D536B
(109,83,107)
#624A60
(98,74,96)
#574155
(87,65,85)
#4C384A
(76,56,74)
#412F3F
(65,47,63)
#362634
(54,38,52)
#2B1D29
(43,29,41)
#20141E
(32,20,30)
#150B13
(21,11,19)
#000000
(0,0,0)

Tints of #836581

#836581
(131,101,129)
#8E738C
(142,115,140)
#998197
(153,129,151)
#A48FA2
(164,143,162)
#AF9DAD
(175,157,173)
#BAABB8
(186,171,184)
#C5B9C3
(197,185,195)
#D0C7CE
(208,199,206)
#DBD5D9
(219,213,217)
#E6E3E4
(230,227,228)
#F1F1EF
(241,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #836581 color. Also use rgb(131,101,129) instead hex code.

Text Font Color

.myTextColor { color: #836581; }

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

This text font color is #836581.


Background Color

.myBgColor { background-color: #836581; }

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

This div background color is #836581.


Border color

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

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

This div border color is #836581.


Opacity

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

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

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

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

This text has shadow with #836581 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #836581 on black background.


Color preview on white background

This text has color #836581 on white background.



Black color preview on #836581 background

This text has black color on #836581 background.


White color preview on #836581 background

This text has white color on #836581 background.