COLOR #836292

HEX: #836292
RGB: (131,98,146)

Color info

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

RGB color model

#836292 color RGB value is (131,98,146).

  • red value is 131;
  • green value is 98;
  • blue value is 146.
RGB:
(131,98,146)
(51%,38%,57%)

RGB channels and saturation

R 131 of 255 = 51%
G 98 of 255 = 38%
B 146 of 255 = 57%

131
98
146

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

Portions of RGB colors in percentages

R + G + B =
131 + 98 + 146 = 375 (100%)
R 131 of 375 ~ 34.93%
G 98 of 375 ~ 26.13%
B 146 of 375 ~ 38.93%

%34.93
%26.13
%38.93

CMYK color model

#836292 color CMYK value is (10,33,0,43).

  • cyan value is 10.27%
  • magenta value is 32.88%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(10,33,0,43)
C10M33Y0K43 
(10%,33%,0%,43%)
(0.10/0.33/0.00/0.43)	

CMYK percentages

%10.27
%32.88
%0
%42.75

Codes

Color #836292 in popluar color models

836292
RGB13198146
HSL281°19.67%47.84%
HSB/HSV281°32.88%57.25%
CMYK10.27%32.88%0.00%
42.75%

Color #836292 in popluar number systems.

HEX836292
Decimal13198146
Binary10000011110001010010010
Octal203142222

Shades and tints

Shades of #836292

#836292
(131,98,146)
#785A85
(120,90,133)
#6D5278
(109,82,120)
#624A6B
(98,74,107)
#57425E
(87,66,94)
#4C3A51
(76,58,81)
#413244
(65,50,68)
#362A37
(54,42,55)
#2B222A
(43,34,42)
#201A1D
(32,26,29)
#151210
(21,18,16)
#000000
(0,0,0)

Tints of #836292

#836292
(131,98,146)
#8E709B
(142,112,155)
#997EA4
(153,126,164)
#A48CAD
(164,140,173)
#AF9AB6
(175,154,182)
#BAA8BF
(186,168,191)
#C5B6C8
(197,182,200)
#D0C4D1
(208,196,209)
#DBD2DA
(219,210,218)
#E6E0E3
(230,224,227)
#F1EEEC
(241,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #836292 color. Also use rgb(131,98,146) instead hex code.

Text Font Color

.myTextColor { color: #836292; }

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

This text font color is #836292.


Background Color

.myBgColor { background-color: #836292; }

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

This div background color is #836292.


Border color

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

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

This div border color is #836292.


Opacity

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

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

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

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

This text has shadow with #836292 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #836292 on black background.


Color preview on white background

This text has color #836292 on white background.



Black color preview on #836292 background

This text has black color on #836292 background.


White color preview on #836292 background

This text has white color on #836292 background.