COLOR #834779

HEX: #834779
RGB: (131,71,121)

Color info

#834779 contains mainly red and blue colors. Web safe color of #834779 is #993366 (or #936).

RGB color model

#834779 color RGB value is (131,71,121).

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

RGB channels and saturation

R 131 of 255 = 51%
G 71 of 255 = 28%
B 121 of 255 = 47%

131
71
121

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

Portions of RGB colors in percentages

R + G + B =
131 + 71 + 121 = 323 (100%)
R 131 of 323 ~ 40.56%
G 71 of 323 ~ 21.98%
B 121 of 323 ~ 37.46%

%40.56
%21.98
%37.46

CMYK color model

#834779 color CMYK value is (0,46,8,49).

  • cyan value is 0.00%
  • magenta value is 45.80%
  • yellow value is 7.63%
  • key color value is 48.63%
CMYK:
(0,46,8,49)
C0M46Y8K49 
(0%,46%,8%,49%)
(0.00/0.46/0.08/0.49)	

CMYK percentages

%0
%45.8
%7.63
%48.63

Codes

Color #834779 in popluar color models

834779
RGB13171121
HSL310°29.70%39.61%
HSB/HSV310°45.80%51.37%
CMYK0.00%45.80%7.63%
48.63%

Color #834779 in popluar number systems.

HEX834779
Decimal13171121
Binary1000001110001111111001
Octal203107171

Shades and tints

Shades of #834779

#834779
(131,71,121)
#78416E
(120,65,110)
#6D3B63
(109,59,99)
#623558
(98,53,88)
#572F4D
(87,47,77)
#4C2942
(76,41,66)
#412337
(65,35,55)
#361D2C
(54,29,44)
#2B1721
(43,23,33)
#201116
(32,17,22)
#150B0B
(21,11,11)
#000000
(0,0,0)

Tints of #834779

#834779
(131,71,121)
#8E5785
(142,87,133)
#996791
(153,103,145)
#A4779D
(164,119,157)
#AF87A9
(175,135,169)
#BA97B5
(186,151,181)
#C5A7C1
(197,167,193)
#D0B7CD
(208,183,205)
#DBC7D9
(219,199,217)
#E6D7E5
(230,215,229)
#F1E7F1
(241,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #834779 color. Also use rgb(131,71,121) instead hex code.

Text Font Color

.myTextColor { color: #834779; }

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

This text font color is #834779.


Background Color

.myBgColor { background-color: #834779; }

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

This div background color is #834779.


Border color

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

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

This div border color is #834779.


Opacity

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

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

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

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

This text has shadow with #834779 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #834779 on black background.


Color preview on white background

This text has color #834779 on white background.



Black color preview on #834779 background

This text has black color on #834779 background.


White color preview on #834779 background

This text has white color on #834779 background.