COLOR #836B9B

HEX: #836B9B RGB: (131,107,155)

Color info

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

RGB color model

#836B9B color RGB value is (131,107,155).

RGB: (131,107,155) (51%, 42%, 61%)

RGB channels and saturation

R 131 of 255 = 51%
G 107 of 255 = 42%
B 155 of 255 = 61%

131
107
155

R + G + B ~ 51%. #836B9B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 131 + 107 + 155 = 393 (100%)
R 131 of 393 ~ 33.33%
G 107 of 393 ~ 27.23%
B 155 of 393 ~ 39.44'%

%33.33
%27.23
%39.44

CMYK color model

#836B9B color CMYK value is (15,31,0,39).

  • cyan value is 15.48%
  • magenta value is 30.97%
  • yellow value is 0.00%
  • key color value is 39.22%

CMYK: (15,31,0,39)
C15M31Y0K39 (15%, 31%, 0%, 39%)
(0.15 / 0.31 / 0.00 / 0.39)

CMYK percentages

%15.48
%30.97
%0
%39.22

Codes

Color #836B9B in popluar color models

83 6B 9B
RGB 131 107 155
HSL 270° 19.35% 51.37%
HSB/HSV 270° 30.97% 60.78%
CMYK 15.48% 30.97% 0.00%
39.22%

Color #836B9B in popluar number systems.

HEX 83 6B 9B
Decimal 131 107 155
Binary 10000011 1101011 10011011
Octal 203 153 233

Shades and tints

Shades of #836B9B

#836B9B
(131,107,155)
#78628D
(120,98,141)
#6D597F
(109,89,127)
#625071
(98,80,113)
#574763
(87,71,99)
#4C3E55
(76,62,85)
#413547
(65,53,71)
#362C39
(54,44,57)
#2B232B
(43,35,43)
#201A1D
(32,26,29)
#15110F
(21,17,15)
#000000
(0,0,0)

Tints of #836B9B

#836B9B
(131,107,155)
#8E78A4
(142,120,164)
#9985AD
(153,133,173)
#A492B6
(164,146,182)
#AF9FBF
(175,159,191)
#BAACC8
(186,172,200)
#C5B9D1
(197,185,209)
#D0C6DA
(208,198,218)
#DBD3E3
(219,211,227)
#E6E0EC
(230,224,236)
#F1EDF5
(241,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #836B9B color. Also use rgb(131,107,155) instead hex code.

Text Font Color

.myTextColor { color: #836B9B; }

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

This text font color is #836B9B.

Background Color

.myBgColor { background-color: #836B9B; }

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

This div background color is #836B9B.

Border color

.myBorderColor { border: 1px solid #836B9B; }

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

This div border color is #836B9B.

Opacity

.myOpacity80 { color: #836B9B; opacity: 0.8; }

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

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

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

This text has shadow with #836B9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #836B9B.

Preview

Color preview on black background

This text has color #836B9B on black background.


Color preview on white background

This text has color #836B9B on white background.


Black color preview on #836B9B background

This text has black color on #836B9B background.


White color preview on #836B9B background

This text has white color on #836B9B background.


Related colors

Complementary color

Complementary color for #hex is #7C9464.


I love getcolorcode.com

Triadic colors

1 #9B836B and #6B9B83 with #836B9B are triadic colors.

2 #9B6B83 and #6B839B with #836B9B are triadic colors.