COLOR #834E7F

HEX: #834E7F
RGB: (131,78,127)

Color info

#834E7F contains red, green and blue colors in about the same proportion. Web safe color of #834E7F is #996666 (or #966).

RGB color model

#834E7F color RGB value is (131,78,127).

  • red value is 131;
  • green value is 78;
  • blue value is 127.
RGB:
(131,78,127)
(51%,31%,50%)

RGB channels and saturation

R 131 of 255 = 51%
G 78 of 255 = 31%
B 127 of 255 = 50%

131
78
127

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

Portions of RGB colors in percentages

R + G + B =
131 + 78 + 127 = 336 (100%)
R 131 of 336 ~ 38.99%
G 78 of 336 ~ 23.21%
B 127 of 336 ~ 37.8%

%38.99
%23.21
%37.8

CMYK color model

#834E7F color CMYK value is (0,40,3,49).

  • cyan value is 0.00%
  • magenta value is 40.46%
  • yellow value is 3.05%
  • key color value is 48.63%
CMYK:
(0,40,3,49)
C0M40Y3K49 
(0%,40%,3%,49%)
(0.00/0.40/0.03/0.49)	

CMYK percentages

%0
%40.46
%3.05
%48.63

Codes

Color #834E7F in popluar color models

834E7F
RGB13178127
HSL305°25.36%40.98%
HSB/HSV305°40.46%51.37%
CMYK0.00%40.46%3.05%
48.63%

Color #834E7F in popluar number systems.

HEX834E7F
Decimal13178127
Binary1000001110011101111111
Octal203116177

Shades and tints

Shades of #834E7F

#834E7F
(131,78,127)
#784774
(120,71,116)
#6D4069
(109,64,105)
#62395E
(98,57,94)
#573253
(87,50,83)
#4C2B48
(76,43,72)
#41243D
(65,36,61)
#361D32
(54,29,50)
#2B1627
(43,22,39)
#200F1C
(32,15,28)
#150811
(21,8,17)
#000000
(0,0,0)

Tints of #834E7F

#834E7F
(131,78,127)
#8E5E8A
(142,94,138)
#996E95
(153,110,149)
#A47EA0
(164,126,160)
#AF8EAB
(175,142,171)
#BA9EB6
(186,158,182)
#C5AEC1
(197,174,193)
#D0BECC
(208,190,204)
#DBCED7
(219,206,215)
#E6DEE2
(230,222,226)
#F1EEED
(241,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #834E7F color. Also use rgb(131,78,127) instead hex code.

Text Font Color

.myTextColor { color: #834E7F; }

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

This text font color is #834E7F.


Background Color

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

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

This div background color is #834E7F.


Border color

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

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

This div border color is #834E7F.


Opacity

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

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

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

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

This text has shadow with #834E7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #834E7F on black background.


Color preview on white background

This text has color #834E7F on white background.



Black color preview on #834E7F background

This text has black color on #834E7F background.


White color preview on #834E7F background

This text has white color on #834E7F background.