COLOR #834877

HEX: #834877
RGB: (131,72,119)

Color info

#834877 contains red, green and blue colors in about the same proportion. Web safe color of #834877 is #993366 (or #936).

RGB color model

#834877 color RGB value is (131,72,119).

  • red value is 131;
  • green value is 72;
  • blue value is 119.
RGB:
(131,72,119)
(51%,28%,47%)

RGB channels and saturation

R 131 of 255 = 51%
G 72 of 255 = 28%
B 119 of 255 = 47%

131
72
119

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

Portions of RGB colors in percentages

R + G + B =
131 + 72 + 119 = 322 (100%)
R 131 of 322 ~ 40.68%
G 72 of 322 ~ 22.36%
B 119 of 322 ~ 36.96%

%40.68
%22.36
%36.96

CMYK color model

#834877 color CMYK value is (0,45,9,49).

  • cyan value is 0.00%
  • magenta value is 45.04%
  • yellow value is 9.16%
  • key color value is 48.63%
CMYK:
(0,45,9,49)
C0M45Y9K49 
(0%,45%,9%,49%)
(0.00/0.45/0.09/0.49)	

CMYK percentages

%0
%45.04
%9.16
%48.63

Codes

Color #834877 in popluar color models

834877
RGB13172119
HSL312°29.06%39.80%
HSB/HSV312°45.04%51.37%
CMYK0.00%45.04%9.16%
48.63%

Color #834877 in popluar number systems.

HEX834877
Decimal13172119
Binary1000001110010001110111
Octal203110167

Shades and tints

Shades of #834877

#834877
(131,72,119)
#78426D
(120,66,109)
#6D3C63
(109,60,99)
#623659
(98,54,89)
#57304F
(87,48,79)
#4C2A45
(76,42,69)
#41243B
(65,36,59)
#361E31
(54,30,49)
#2B1827
(43,24,39)
#20121D
(32,18,29)
#150C13
(21,12,19)
#000000
(0,0,0)

Tints of #834877

#834877
(131,72,119)
#8E5883
(142,88,131)
#99688F
(153,104,143)
#A4789B
(164,120,155)
#AF88A7
(175,136,167)
#BA98B3
(186,152,179)
#C5A8BF
(197,168,191)
#D0B8CB
(208,184,203)
#DBC8D7
(219,200,215)
#E6D8E3
(230,216,227)
#F1E8EF
(241,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #834877 color. Also use rgb(131,72,119) instead hex code.

Text Font Color

.myTextColor { color: #834877; }

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

This text font color is #834877.


Background Color

.myBgColor { background-color: #834877; }

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

This div background color is #834877.


Border color

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

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

This div border color is #834877.


Opacity

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

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

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

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

This text has shadow with #834877 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #834877 on black background.


Color preview on white background

This text has color #834877 on white background.



Black color preview on #834877 background

This text has black color on #834877 background.


White color preview on #834877 background

This text has white color on #834877 background.