COLOR #836FAA

HEX: #836FAA
RGB: (131,111,170)

Color info

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

RGB color model

#836FAA color RGB value is (131,111,170).

  • red value is 131;
  • green value is 111;
  • blue value is 170.
RGB:
(131,111,170)
(51%,44%,67%)

RGB channels and saturation

R 131 of 255 = 51%
G 111 of 255 = 44%
B 170 of 255 = 67%

131
111
170

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

Portions of RGB colors in percentages

R + G + B =
131 + 111 + 170 = 412 (100%)
R 131 of 412 ~ 31.8%
G 111 of 412 ~ 26.94%
B 170 of 412 ~ 41.26%

%31.8
%26.94
%41.26

CMYK color model

#836FAA color CMYK value is (23,35,0,33).

  • cyan value is 22.94%
  • magenta value is 34.71%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(23,35,0,33)
C23M35Y0K33 
(23%,35%,0%,33%)
(0.23/0.35/0.00/0.33)	

CMYK percentages

%22.94
%34.71
%0
%33.33

Codes

Color #836FAA in popluar color models

836FAA
RGB131111170
HSL260°25.76%55.10%
HSB/HSV260°34.71%66.67%
CMYK22.94%34.71%0.00%
33.33%

Color #836FAA in popluar number systems.

HEX836FAA
Decimal131111170
Binary10000011110111110101010
Octal203157252

Shades and tints

Shades of #836FAA

#836FAA
(131,111,170)
#78659B
(120,101,155)
#6D5B8C
(109,91,140)
#62517D
(98,81,125)
#57476E
(87,71,110)
#4C3D5F
(76,61,95)
#413350
(65,51,80)
#362941
(54,41,65)
#2B1F32
(43,31,50)
#201523
(32,21,35)
#150B14
(21,11,20)
#000000
(0,0,0)

Tints of #836FAA

#836FAA
(131,111,170)
#8E7CB1
(142,124,177)
#9989B8
(153,137,184)
#A496BF
(164,150,191)
#AFA3C6
(175,163,198)
#BAB0CD
(186,176,205)
#C5BDD4
(197,189,212)
#D0CADB
(208,202,219)
#DBD7E2
(219,215,226)
#E6E4E9
(230,228,233)
#F1F1F0
(241,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #836FAA; }

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

This text font color is #836FAA.


Background Color

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

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

This div background color is #836FAA.


Border color

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

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

This div border color is #836FAA.


Opacity

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

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

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

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

This text has shadow with #836FAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #836FAA on black background.


Color preview on white background

This text has color #836FAA on white background.



Black color preview on #836FAA background

This text has black color on #836FAA background.


White color preview on #836FAA background

This text has white color on #836FAA background.