COLOR #834FA6

HEX: #834FA6
RGB: (131,79,166)

Color info

#834FA6 contains mainly red and blue colors. Web safe color of #834FA6 is #996699 (or #969).

RGB color model

#834FA6 color RGB value is (131,79,166).

  • red value is 131;
  • green value is 79;
  • blue value is 166.
RGB:
(131,79,166)
(51%,31%,65%)

RGB channels and saturation

R 131 of 255 = 51%
G 79 of 255 = 31%
B 166 of 255 = 65%

131
79
166

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

Portions of RGB colors in percentages

R + G + B =
131 + 79 + 166 = 376 (100%)
R 131 of 376 ~ 34.84%
G 79 of 376 ~ 21.01%
B 166 of 376 ~ 44.15%

%34.84
%21.01
%44.15

CMYK color model

#834FA6 color CMYK value is (21,52,0,35).

  • cyan value is 21.08%
  • magenta value is 52.41%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(21,52,0,35)
C21M52Y0K35 
(21%,52%,0%,35%)
(0.21/0.52/0.00/0.35)	

CMYK percentages

%21.08
%52.41
%0
%34.9

Codes

Color #834FA6 in popluar color models

834FA6
RGB13179166
HSL276°35.51%48.04%
HSB/HSV276°52.41%65.10%
CMYK21.08%52.41%0.00%
34.90%

Color #834FA6 in popluar number systems.

HEX834FA6
Decimal13179166
Binary10000011100111110100110
Octal203117246

Shades and tints

Shades of #834FA6

#834FA6
(131,79,166)
#784897
(120,72,151)
#6D4188
(109,65,136)
#623A79
(98,58,121)
#57336A
(87,51,106)
#4C2C5B
(76,44,91)
#41254C
(65,37,76)
#361E3D
(54,30,61)
#2B172E
(43,23,46)
#20101F
(32,16,31)
#150910
(21,9,16)
#000000
(0,0,0)

Tints of #834FA6

#834FA6
(131,79,166)
#8E5FAE
(142,95,174)
#996FB6
(153,111,182)
#A47FBE
(164,127,190)
#AF8FC6
(175,143,198)
#BA9FCE
(186,159,206)
#C5AFD6
(197,175,214)
#D0BFDE
(208,191,222)
#DBCFE6
(219,207,230)
#E6DFEE
(230,223,238)
#F1EFF6
(241,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #834FA6 color. Also use rgb(131,79,166) instead hex code.

Text Font Color

.myTextColor { color: #834FA6; }

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

This text font color is #834FA6.


Background Color

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

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

This div background color is #834FA6.


Border color

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

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

This div border color is #834FA6.


Opacity

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

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

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

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

This text has shadow with #834FA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #834FA6 on black background.


Color preview on white background

This text has color #834FA6 on white background.



Black color preview on #834FA6 background

This text has black color on #834FA6 background.


White color preview on #834FA6 background

This text has white color on #834FA6 background.