COLOR #836AAB

HEX: #836AAB RGB: (131,106,171)

Color info

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

RGB color model

#836AAB color RGB value is (131,106,171).

RGB: (131,106,171) (51%, 42%, 67%)

RGB channels and saturation

R 131 of 255 = 51%
G 106 of 255 = 42%
B 171 of 255 = 67%

131
106
171

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

Portions of RGB colors in percentages

R + G + B = 131 + 106 + 171 = 408 (100%)
R 131 of 408 ~ 32.11%
G 106 of 408 ~ 25.98%
B 171 of 408 ~ 41.91'%

%32.11
%25.98
%41.91

CMYK color model

#836AAB color CMYK value is (23,38,0,33).

  • cyan value is 23.39%
  • magenta value is 38.01%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (23,38,0,33)
C23M38Y0K33 (23%, 38%, 0%, 33%)
(0.23 / 0.38 / 0.00 / 0.33)

CMYK percentages

%23.39
%38.01
%0
%32.94

Codes

Color #836AAB in popluar color models

83 6A AB
RGB 131 106 171
HSL 263° 27.90% 54.31%
HSB/HSV 263° 38.01% 67.06%
CMYK 23.39% 38.01% 0.00%
32.94%

Color #836AAB in popluar number systems.

HEX 83 6A AB
Decimal 131 106 171
Binary 10000011 1101010 10101011
Octal 203 152 253

Shades and tints

Shades of #836AAB

#836AAB
(131,106,171)
#78619C
(120,97,156)
#6D588D
(109,88,141)
#624F7E
(98,79,126)
#57466F
(87,70,111)
#4C3D60
(76,61,96)
#413451
(65,52,81)
#362B42
(54,43,66)
#2B2233
(43,34,51)
#201924
(32,25,36)
#151015
(21,16,21)
#000000
(0,0,0)

Tints of #836AAB

#836AAB
(131,106,171)
#8E77B2
(142,119,178)
#9984B9
(153,132,185)
#A491C0
(164,145,192)
#AF9EC7
(175,158,199)
#BAABCE
(186,171,206)
#C5B8D5
(197,184,213)
#D0C5DC
(208,197,220)
#DBD2E3
(219,210,227)
#E6DFEA
(230,223,234)
#F1ECF1
(241,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #836AAB color. Also use rgb(131,106,171) instead hex code.

Text Font Color

.myTextColor { color: #836AAB; }

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

This text font color is #836AAB.

Background Color

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

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

This div background color is #836AAB.

Border color

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

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

This div border color is #836AAB.

Opacity

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

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

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

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

This text has shadow with #836AAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #836AAB.

Preview

Color preview on black background

This text has color #836AAB on black background.


Color preview on white background

This text has color #836AAB on white background.


Black color preview on #836AAB background

This text has black color on #836AAB background.


White color preview on #836AAB background

This text has white color on #836AAB background.


Related colors

Complementary color

Complementary color for #hex is #7C9554.


I love getcolorcode.com

Triadic colors

1 #AB836A and #6AAB83 with #836AAB are triadic colors.

2 #AB6A83 and #6A83AB with #836AAB are triadic colors.