COLOR #834D8E

HEX: #834D8E
RGB: (131,77,142)

Color info

#834D8E contains mainly red and blue colors. Web safe color of #834D8E is #993399 (or #939).

RGB color model

#834D8E color RGB value is (131,77,142).

  • red value is 131;
  • green value is 77;
  • blue value is 142.
RGB:
(131,77,142)
(51%,30%,56%)

RGB channels and saturation

R 131 of 255 = 51%
G 77 of 255 = 30%
B 142 of 255 = 56%

131
77
142

R + G + B ~ 46%. #834D8E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
131 + 77 + 142 = 350 (100%)
R 131 of 350 ~ 37.43%
G 77 of 350 ~ 22%
B 142 of 350 ~ 40.57%

%37.43
%22
%40.57

CMYK color model

#834D8E color CMYK value is (8,46,0,44).

  • cyan value is 7.75%
  • magenta value is 45.77%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(8,46,0,44)
C8M46Y0K44 
(8%,46%,0%,44%)
(0.08/0.46/0.00/0.44)	

CMYK percentages

%7.75
%45.77
%0
%44.31

Codes

Color #834D8E in popluar color models

834D8E
RGB13177142
HSL290°29.68%42.94%
HSB/HSV290°45.77%55.69%
CMYK7.75%45.77%0.00%
44.31%

Color #834D8E in popluar number systems.

HEX834D8E
Decimal13177142
Binary10000011100110110001110
Octal203115216

Shades and tints

Shades of #834D8E

#834D8E
(131,77,142)
#784682
(120,70,130)
#6D3F76
(109,63,118)
#62386A
(98,56,106)
#57315E
(87,49,94)
#4C2A52
(76,42,82)
#412346
(65,35,70)
#361C3A
(54,28,58)
#2B152E
(43,21,46)
#200E22
(32,14,34)
#150716
(21,7,22)
#000000
(0,0,0)

Tints of #834D8E

#834D8E
(131,77,142)
#8E5D98
(142,93,152)
#996DA2
(153,109,162)
#A47DAC
(164,125,172)
#AF8DB6
(175,141,182)
#BA9DC0
(186,157,192)
#C5ADCA
(197,173,202)
#D0BDD4
(208,189,212)
#DBCDDE
(219,205,222)
#E6DDE8
(230,221,232)
#F1EDF2
(241,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #834D8E color. Also use rgb(131,77,142) instead hex code.

Text Font Color

.myTextColor { color: #834D8E; }

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

This text font color is #834D8E.


Background Color

.myBgColor { background-color: #834D8E; }

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

This div background color is #834D8E.


Border color

.myBorderColor { border: 1px solid #834D8E; }

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

This div border color is #834D8E.


Opacity

.myOpacity80 { color: #834D8E; opacity: 0.8; }

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

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

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

This text has shadow with #834D8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #834D8E on black background.


Color preview on white background

This text has color #834D8E on white background.



Black color preview on #834D8E background

This text has black color on #834D8E background.


White color preview on #834D8E background

This text has white color on #834D8E background.