COLOR #836F97

HEX: #836F97 RGB: (131,111,151)

Color info

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

RGB color model

#836F97 color RGB value is (131,111,151).

RGB: (131,111,151) (51%, 44%, 59%)

RGB channels and saturation

R 131 of 255 = 51%
G 111 of 255 = 44%
B 151 of 255 = 59%

131
111
151

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

Portions of RGB colors in percentages

R + G + B = 131 + 111 + 151 = 393 (100%)
R 131 of 393 ~ 33.33%
G 111 of 393 ~ 28.24%
B 151 of 393 ~ 38.42'%

%33.33
%28.24
%38.42

CMYK color model

#836F97 color CMYK value is (13,26,0,41).

  • cyan value is 13.25%
  • magenta value is 26.49%
  • yellow value is 0.00%
  • key color value is 40.78%

CMYK: (13,26,0,41)
C13M26Y0K41 (13%, 26%, 0%, 41%)
(0.13 / 0.26 / 0.00 / 0.41)

CMYK percentages

%13.25
%26.49
%0
%40.78

Codes

Color #836F97 in popluar color models

83 6F 97
RGB 131 111 151
HSL 270° 16.13% 51.37%
HSB/HSV 270° 26.49% 59.22%
CMYK 13.25% 26.49% 0.00%
40.78%

Color #836F97 in popluar number systems.

HEX 83 6F 97
Decimal 131 111 151
Binary 10000011 1101111 10010111
Octal 203 157 227

Shades and tints

Shades of #836F97

#836F97
(131,111,151)
#78658A
(120,101,138)
#6D5B7D
(109,91,125)
#625170
(98,81,112)
#574763
(87,71,99)
#4C3D56
(76,61,86)
#413349
(65,51,73)
#36293C
(54,41,60)
#2B1F2F
(43,31,47)
#201522
(32,21,34)
#150B15
(21,11,21)
#000000
(0,0,0)

Tints of #836F97

#836F97
(131,111,151)
#8E7CA0
(142,124,160)
#9989A9
(153,137,169)
#A496B2
(164,150,178)
#AFA3BB
(175,163,187)
#BAB0C4
(186,176,196)
#C5BDCD
(197,189,205)
#D0CAD6
(208,202,214)
#DBD7DF
(219,215,223)
#E6E4E8
(230,228,232)
#F1F1F1
(241,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #836F97 color. Also use rgb(131,111,151) instead hex code.

Text Font Color

.myTextColor { color: #836F97; }

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

This text font color is #836F97.

Background Color

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

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

This div background color is #836F97.

Border color

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

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

This div border color is #836F97.

Opacity

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

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

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

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

This text has shadow with #836F97 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #836F97.

Preview

Color preview on black background

This text has color #836F97 on black background.


Color preview on white background

This text has color #836F97 on white background.


Black color preview on #836F97 background

This text has black color on #836F97 background.


White color preview on #836F97 background

This text has white color on #836F97 background.


Related colors

Complementary color

Complementary color for #hex is #7C9068.


I love getcolorcode.com

Triadic colors

1 #97836F and #6F9783 with #836F97 are triadic colors.

2 #976F83 and #6F8397 with #836F97 are triadic colors.