COLOR #836393

HEX: #836393
RGB: (131,99,147)

Color info

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

RGB color model

#836393 color RGB value is (131,99,147).

  • red value is 131;
  • green value is 99;
  • blue value is 147.
RGB:
(131,99,147)
(51%,39%,58%)

RGB channels and saturation

R 131 of 255 = 51%
G 99 of 255 = 39%
B 147 of 255 = 58%

131
99
147

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

Portions of RGB colors in percentages

R + G + B =
131 + 99 + 147 = 377 (100%)
R 131 of 377 ~ 34.75%
G 99 of 377 ~ 26.26%
B 147 of 377 ~ 38.99%

%34.75
%26.26
%38.99

CMYK color model

#836393 color CMYK value is (11,33,0,42).

  • cyan value is 10.88%
  • magenta value is 32.65%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(11,33,0,42)
C11M33Y0K42 
(11%,33%,0%,42%)
(0.11/0.33/0.00/0.42)	

CMYK percentages

%10.88
%32.65
%0
%42.35

Codes

Color #836393 in popluar color models

836393
RGB13199147
HSL280°19.51%48.24%
HSB/HSV280°32.65%57.65%
CMYK10.88%32.65%0.00%
42.35%

Color #836393 in popluar number systems.

HEX836393
Decimal13199147
Binary10000011110001110010011
Octal203143223

Shades and tints

Shades of #836393

#836393
(131,99,147)
#785A86
(120,90,134)
#6D5179
(109,81,121)
#62486C
(98,72,108)
#573F5F
(87,63,95)
#4C3652
(76,54,82)
#412D45
(65,45,69)
#362438
(54,36,56)
#2B1B2B
(43,27,43)
#20121E
(32,18,30)
#150911
(21,9,17)
#000000
(0,0,0)

Tints of #836393

#836393
(131,99,147)
#8E719C
(142,113,156)
#997FA5
(153,127,165)
#A48DAE
(164,141,174)
#AF9BB7
(175,155,183)
#BAA9C0
(186,169,192)
#C5B7C9
(197,183,201)
#D0C5D2
(208,197,210)
#DBD3DB
(219,211,219)
#E6E1E4
(230,225,228)
#F1EFED
(241,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #836393 color. Also use rgb(131,99,147) instead hex code.

Text Font Color

.myTextColor { color: #836393; }

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

This text font color is #836393.


Background Color

.myBgColor { background-color: #836393; }

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

This div background color is #836393.


Border color

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

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

This div border color is #836393.


Opacity

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

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

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

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

This text has shadow with #836393 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #836393 on black background.


Color preview on white background

This text has color #836393 on white background.



Black color preview on #836393 background

This text has black color on #836393 background.


White color preview on #836393 background

This text has white color on #836393 background.