COLOR #834290

HEX: #834290
RGB: (131,66,144)

Color info

#834290 contains mainly red and blue colors. Web safe color of #834290 is #993399 (or #939).

RGB color model

#834290 color RGB value is (131,66,144).

  • red value is 131;
  • green value is 66;
  • blue value is 144.
RGB:
(131,66,144)
(51%,26%,56%)

RGB channels and saturation

R 131 of 255 = 51%
G 66 of 255 = 26%
B 144 of 255 = 56%

131
66
144

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

Portions of RGB colors in percentages

R + G + B =
131 + 66 + 144 = 341 (100%)
R 131 of 341 ~ 38.42%
G 66 of 341 ~ 19.35%
B 144 of 341 ~ 42.23%

%38.42
%19.35
%42.23

CMYK color model

#834290 color CMYK value is (9,54,0,44).

  • cyan value is 9.03%
  • magenta value is 54.17%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(9,54,0,44)
C9M54Y0K44 
(9%,54%,0%,44%)
(0.09/0.54/0.00/0.44)	

CMYK percentages

%9.03
%54.17
%0
%43.53

Codes

Color #834290 in popluar color models

834290
RGB13166144
HSL290°37.14%41.18%
HSB/HSV290°54.17%56.47%
CMYK9.03%54.17%0.00%
43.53%

Color #834290 in popluar number systems.

HEX834290
Decimal13166144
Binary10000011100001010010000
Octal203102220

Shades and tints

Shades of #834290

#834290
(131,66,144)
#783C83
(120,60,131)
#6D3676
(109,54,118)
#623069
(98,48,105)
#572A5C
(87,42,92)
#4C244F
(76,36,79)
#411E42
(65,30,66)
#361835
(54,24,53)
#2B1228
(43,18,40)
#200C1B
(32,12,27)
#15060E
(21,6,14)
#000000
(0,0,0)

Tints of #834290

#834290
(131,66,144)
#8E539A
(142,83,154)
#9964A4
(153,100,164)
#A475AE
(164,117,174)
#AF86B8
(175,134,184)
#BA97C2
(186,151,194)
#C5A8CC
(197,168,204)
#D0B9D6
(208,185,214)
#DBCAE0
(219,202,224)
#E6DBEA
(230,219,234)
#F1ECF4
(241,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #834290 color. Also use rgb(131,66,144) instead hex code.

Text Font Color

.myTextColor { color: #834290; }

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

This text font color is #834290.


Background Color

.myBgColor { background-color: #834290; }

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

This div background color is #834290.


Border color

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

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

This div border color is #834290.


Opacity

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

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

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

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

This text has shadow with #834290 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #834290 on black background.


Color preview on white background

This text has color #834290 on white background.



Black color preview on #834290 background

This text has black color on #834290 background.


White color preview on #834290 background

This text has white color on #834290 background.