COLOR #836087

HEX: #836087
RGB: (131,96,135)

Color info

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

RGB color model

#836087 color RGB value is (131,96,135).

  • red value is 131;
  • green value is 96;
  • blue value is 135.
RGB:
(131,96,135)
(51%,38%,53%)

RGB channels and saturation

R 131 of 255 = 51%
G 96 of 255 = 38%
B 135 of 255 = 53%

131
96
135

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

Portions of RGB colors in percentages

R + G + B =
131 + 96 + 135 = 362 (100%)
R 131 of 362 ~ 36.19%
G 96 of 362 ~ 26.52%
B 135 of 362 ~ 37.29%

%36.19
%26.52
%37.29

CMYK color model

#836087 color CMYK value is (3,29,0,47).

  • cyan value is 2.96%
  • magenta value is 28.89%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(3,29,0,47)
C3M29Y0K47 
(3%,29%,0%,47%)
(0.03/0.29/0.00/0.47)	

CMYK percentages

%2.96
%28.89
%0
%47.06

Codes

Color #836087 in popluar color models

836087
RGB13196135
HSL294°16.88%45.29%
HSB/HSV294°28.89%52.94%
CMYK2.96%28.89%0.00%
47.06%

Color #836087 in popluar number systems.

HEX836087
Decimal13196135
Binary10000011110000010000111
Octal203140207

Shades and tints

Shades of #836087

#836087
(131,96,135)
#78587B
(120,88,123)
#6D506F
(109,80,111)
#624863
(98,72,99)
#574057
(87,64,87)
#4C384B
(76,56,75)
#41303F
(65,48,63)
#362833
(54,40,51)
#2B2027
(43,32,39)
#20181B
(32,24,27)
#15100F
(21,16,15)
#000000
(0,0,0)

Tints of #836087

#836087
(131,96,135)
#8E6E91
(142,110,145)
#997C9B
(153,124,155)
#A48AA5
(164,138,165)
#AF98AF
(175,152,175)
#BAA6B9
(186,166,185)
#C5B4C3
(197,180,195)
#D0C2CD
(208,194,205)
#DBD0D7
(219,208,215)
#E6DEE1
(230,222,225)
#F1ECEB
(241,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #836087; }

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

This text font color is #836087.


Background Color

.myBgColor { background-color: #836087; }

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

This div background color is #836087.


Border color

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

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

This div border color is #836087.


Opacity

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

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

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

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

This text has shadow with #836087 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #836087 on black background.


Color preview on white background

This text has color #836087 on white background.



Black color preview on #836087 background

This text has black color on #836087 background.


White color preview on #836087 background

This text has white color on #836087 background.