COLOR #836990

HEX: #836990
RGB: (131,105,144)

Color info

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

RGB color model

#836990 color RGB value is (131,105,144).

  • red value is 131;
  • green value is 105;
  • blue value is 144.
RGB:
(131,105,144)
(51%,41%,56%)

RGB channels and saturation

R 131 of 255 = 51%
G 105 of 255 = 41%
B 144 of 255 = 56%

131
105
144

R + G + B ~ 49%. #836990 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
131 + 105 + 144 = 380 (100%)
R 131 of 380 ~ 34.47%
G 105 of 380 ~ 27.63%
B 144 of 380 ~ 37.89%

%34.47
%27.63
%37.89

CMYK color model

#836990 color CMYK value is (9,27,0,44).

  • cyan value is 9.03%
  • magenta value is 27.08%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(9,27,0,44)
C9M27Y0K44 
(9%,27%,0%,44%)
(0.09/0.27/0.00/0.44)	

CMYK percentages

%9.03
%27.08
%0
%43.53

Codes

Color #836990 in popluar color models

836990
RGB131105144
HSL280°15.66%48.82%
HSB/HSV280°27.08%56.47%
CMYK9.03%27.08%0.00%
43.53%

Color #836990 in popluar number systems.

HEX836990
Decimal131105144
Binary10000011110100110010000
Octal203151220

Shades and tints

Shades of #836990

#836990
(131,105,144)
#786083
(120,96,131)
#6D5776
(109,87,118)
#624E69
(98,78,105)
#57455C
(87,69,92)
#4C3C4F
(76,60,79)
#413342
(65,51,66)
#362A35
(54,42,53)
#2B2128
(43,33,40)
#20181B
(32,24,27)
#150F0E
(21,15,14)
#000000
(0,0,0)

Tints of #836990

#836990
(131,105,144)
#8E769A
(142,118,154)
#9983A4
(153,131,164)
#A490AE
(164,144,174)
#AF9DB8
(175,157,184)
#BAAAC2
(186,170,194)
#C5B7CC
(197,183,204)
#D0C4D6
(208,196,214)
#DBD1E0
(219,209,224)
#E6DEEA
(230,222,234)
#F1EBF4
(241,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #836990 color. Also use rgb(131,105,144) instead hex code.

Text Font Color

.myTextColor { color: #836990; }

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

This text font color is #836990.


Background Color

.myBgColor { background-color: #836990; }

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

This div background color is #836990.


Border color

.myBorderColor { border: 1px solid #836990; }

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

This div border color is #836990.


Opacity

.myOpacity80 { color: #836990; opacity: 0.8; }

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

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

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

This text has shadow with #836990 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #836990 on black background.


Color preview on white background

This text has color #836990 on white background.



Black color preview on #836990 background

This text has black color on #836990 background.


White color preview on #836990 background

This text has white color on #836990 background.