COLOR #836DAD

HEX: #836DAD RGB: (131,109,173)

Color info

#836DAD contains mainly red and blue colors. Web safe color of #836DAD is #996699 (or #969).

RGB color model

#836DAD color RGB value is (131,109,173).

RGB: (131,109,173) (51%, 43%, 68%)

RGB channels and saturation

R 131 of 255 = 51%
G 109 of 255 = 43%
B 173 of 255 = 68%

131
109
173

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

Portions of RGB colors in percentages

R + G + B = 131 + 109 + 173 = 413 (100%)
R 131 of 413 ~ 31.72%
G 109 of 413 ~ 26.39%
B 173 of 413 ~ 41.89'%

%31.72
%26.39
%41.89

CMYK color model

#836DAD color CMYK value is (24,37,0,32).

  • cyan value is 24.28%
  • magenta value is 36.99%
  • yellow value is 0.00%
  • key color value is 32.16%

CMYK: (24,37,0,32)
C24M37Y0K32 (24%, 37%, 0%, 32%)
(0.24 / 0.37 / 0.00 / 0.32)

CMYK percentages

%24.28
%36.99
%0
%32.16

Codes

Color #836DAD in popluar color models

83 6D AD
RGB 131 109 173
HSL 261° 28.07% 55.29%
HSB/HSV 261° 36.99% 67.84%
CMYK 24.28% 36.99% 0.00%
32.16%

Color #836DAD in popluar number systems.

HEX 83 6D AD
Decimal 131 109 173
Binary 10000011 1101101 10101101
Octal 203 155 255

Shades and tints

Shades of #836DAD

#836DAD
(131,109,173)
#78649E
(120,100,158)
#6D5B8F
(109,91,143)
#625280
(98,82,128)
#574971
(87,73,113)
#4C4062
(76,64,98)
#413753
(65,55,83)
#362E44
(54,46,68)
#2B2535
(43,37,53)
#201C26
(32,28,38)
#151317
(21,19,23)
#000000
(0,0,0)

Tints of #836DAD

#836DAD
(131,109,173)
#8E7AB4
(142,122,180)
#9987BB
(153,135,187)
#A494C2
(164,148,194)
#AFA1C9
(175,161,201)
#BAAED0
(186,174,208)
#C5BBD7
(197,187,215)
#D0C8DE
(208,200,222)
#DBD5E5
(219,213,229)
#E6E2EC
(230,226,236)
#F1EFF3
(241,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #836DAD color. Also use rgb(131,109,173) instead hex code.

Text Font Color

.myTextColor { color: #836DAD; }

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

This text font color is #836DAD.

Background Color

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

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

This div background color is #836DAD.

Border color

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

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

This div border color is #836DAD.

Opacity

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

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

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

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

This text has shadow with #836DAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #836DAD.

Preview

Color preview on black background

This text has color #836DAD on black background.


Color preview on white background

This text has color #836DAD on white background.


Black color preview on #836DAD background

This text has black color on #836DAD background.


White color preview on #836DAD background

This text has white color on #836DAD background.


Related colors

Complementary color

Complementary color for #hex is #7C9252.


I love getcolorcode.com

Triadic colors

1 #AD836D and #6DAD83 with #836DAD are triadic colors.

2 #AD6D83 and #6D83AD with #836DAD are triadic colors.