COLOR #834A78

HEX: #834A78
RGB: (131,74,120)

Color info

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

RGB color model

#834A78 color RGB value is (131,74,120).

  • red value is 131;
  • green value is 74;
  • blue value is 120.
RGB:
(131,74,120)
(51%,29%,47%)

RGB channels and saturation

R 131 of 255 = 51%
G 74 of 255 = 29%
B 120 of 255 = 47%

131
74
120

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

Portions of RGB colors in percentages

R + G + B =
131 + 74 + 120 = 325 (100%)
R 131 of 325 ~ 40.31%
G 74 of 325 ~ 22.77%
B 120 of 325 ~ 36.92%

%40.31
%22.77
%36.92

CMYK color model

#834A78 color CMYK value is (0,44,8,49).

  • cyan value is 0.00%
  • magenta value is 43.51%
  • yellow value is 8.40%
  • key color value is 48.63%
CMYK:
(0,44,8,49)
C0M44Y8K49 
(0%,44%,8%,49%)
(0.00/0.44/0.08/0.49)	

CMYK percentages

%0
%43.51
%8.4
%48.63

Codes

Color #834A78 in popluar color models

834A78
RGB13174120
HSL312°27.80%40.20%
HSB/HSV312°43.51%51.37%
CMYK0.00%43.51%8.40%
48.63%

Color #834A78 in popluar number systems.

HEX834A78
Decimal13174120
Binary1000001110010101111000
Octal203112170

Shades and tints

Shades of #834A78

#834A78
(131,74,120)
#78446E
(120,68,110)
#6D3E64
(109,62,100)
#62385A
(98,56,90)
#573250
(87,50,80)
#4C2C46
(76,44,70)
#41263C
(65,38,60)
#362032
(54,32,50)
#2B1A28
(43,26,40)
#20141E
(32,20,30)
#150E14
(21,14,20)
#000000
(0,0,0)

Tints of #834A78

#834A78
(131,74,120)
#8E5A84
(142,90,132)
#996A90
(153,106,144)
#A47A9C
(164,122,156)
#AF8AA8
(175,138,168)
#BA9AB4
(186,154,180)
#C5AAC0
(197,170,192)
#D0BACC
(208,186,204)
#DBCAD8
(219,202,216)
#E6DAE4
(230,218,228)
#F1EAF0
(241,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #834A78 color. Also use rgb(131,74,120) instead hex code.

Text Font Color

.myTextColor { color: #834A78; }

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

This text font color is #834A78.


Background Color

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

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

This div background color is #834A78.


Border color

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

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

This div border color is #834A78.


Opacity

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

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

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

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

This text has shadow with #834A78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #834A78 on black background.


Color preview on white background

This text has color #834A78 on white background.



Black color preview on #834A78 background

This text has black color on #834A78 background.


White color preview on #834A78 background

This text has white color on #834A78 background.