COLOR #836FA4

HEX: #836FA4 RGB: (131,111,164)

Color info

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

RGB color model

#836FA4 color RGB value is (131,111,164).

RGB: (131,111,164) (51%, 44%, 64%)

RGB channels and saturation

R 131 of 255 = 51%
G 111 of 255 = 44%
B 164 of 255 = 64%

131
111
164

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

Portions of RGB colors in percentages

R + G + B = 131 + 111 + 164 = 406 (100%)
R 131 of 406 ~ 32.27%
G 111 of 406 ~ 27.34%
B 164 of 406 ~ 40.39'%

%32.27
%27.34
%40.39

CMYK color model

#836FA4 color CMYK value is (20,32,0,36).

  • cyan value is 20.12%
  • magenta value is 32.32%
  • yellow value is 0.00%
  • key color value is 35.69%

CMYK: (20,32,0,36)
C20M32Y0K36 (20%, 32%, 0%, 36%)
(0.20 / 0.32 / 0.00 / 0.36)

CMYK percentages

%20.12
%32.32
%0
%35.69

Codes

Color #836FA4 in popluar color models

83 6F A4
RGB 131 111 164
HSL 263° 22.55% 53.92%
HSB/HSV 263° 32.32% 64.31%
CMYK 20.12% 32.32% 0.00%
35.69%

Color #836FA4 in popluar number systems.

HEX 83 6F A4
Decimal 131 111 164
Binary 10000011 1101111 10100100
Octal 203 157 244

Shades and tints

Shades of #836FA4

#836FA4
(131,111,164)
#786596
(120,101,150)
#6D5B88
(109,91,136)
#62517A
(98,81,122)
#57476C
(87,71,108)
#4C3D5E
(76,61,94)
#413350
(65,51,80)
#362942
(54,41,66)
#2B1F34
(43,31,52)
#201526
(32,21,38)
#150B18
(21,11,24)
#000000
(0,0,0)

Tints of #836FA4

#836FA4
(131,111,164)
#8E7CAC
(142,124,172)
#9989B4
(153,137,180)
#A496BC
(164,150,188)
#AFA3C4
(175,163,196)
#BAB0CC
(186,176,204)
#C5BDD4
(197,189,212)
#D0CADC
(208,202,220)
#DBD7E4
(219,215,228)
#E6E4EC
(230,228,236)
#F1F1F4
(241,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #836FA4; }

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

This text font color is #836FA4.

Background Color

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

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

This div background color is #836FA4.

Border color

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

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

This div border color is #836FA4.

Opacity

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

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

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

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

This text has shadow with #836FA4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #836FA4.

Preview

Color preview on black background

This text has color #836FA4 on black background.


Color preview on white background

This text has color #836FA4 on white background.


Black color preview on #836FA4 background

This text has black color on #836FA4 background.


White color preview on #836FA4 background

This text has white color on #836FA4 background.


Related colors

Complementary color

Complementary color for #hex is #7C905B.


I love getcolorcode.com

Triadic colors

1 #A4836F and #6FA483 with #836FA4 are triadic colors.

2 #A46F83 and #6F83A4 with #836FA4 are triadic colors.