COLOR #834990

HEX: #834990
RGB: (131,73,144)

Color info

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

RGB color model

#834990 color RGB value is (131,73,144).

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

RGB channels and saturation

R 131 of 255 = 51%
G 73 of 255 = 29%
B 144 of 255 = 56%

131
73
144

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

Portions of RGB colors in percentages

R + G + B =
131 + 73 + 144 = 348 (100%)
R 131 of 348 ~ 37.64%
G 73 of 348 ~ 20.98%
B 144 of 348 ~ 41.38%

%37.64
%20.98
%41.38

CMYK color model

#834990 color CMYK value is (9,49,0,44).

  • cyan value is 9.03%
  • magenta value is 49.31%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(9,49,0,44)
C9M49Y0K44 
(9%,49%,0%,44%)
(0.09/0.49/0.00/0.44)	

CMYK percentages

%9.03
%49.31
%0
%43.53

Codes

Color #834990 in popluar color models

834990
RGB13173144
HSL289°32.72%42.55%
HSB/HSV289°49.31%56.47%
CMYK9.03%49.31%0.00%
43.53%

Color #834990 in popluar number systems.

HEX834990
Decimal13173144
Binary10000011100100110010000
Octal203111220

Shades and tints

Shades of #834990

#834990
(131,73,144)
#784383
(120,67,131)
#6D3D76
(109,61,118)
#623769
(98,55,105)
#57315C
(87,49,92)
#4C2B4F
(76,43,79)
#412542
(65,37,66)
#361F35
(54,31,53)
#2B1928
(43,25,40)
#20131B
(32,19,27)
#150D0E
(21,13,14)
#000000
(0,0,0)

Tints of #834990

#834990
(131,73,144)
#8E599A
(142,89,154)
#9969A4
(153,105,164)
#A479AE
(164,121,174)
#AF89B8
(175,137,184)
#BA99C2
(186,153,194)
#C5A9CC
(197,169,204)
#D0B9D6
(208,185,214)
#DBC9E0
(219,201,224)
#E6D9EA
(230,217,234)
#F1E9F4
(241,233,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #834990; }

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

This text font color is #834990.


Background Color

.myBgColor { background-color: #834990; }

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

This div background color is #834990.


Border color

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

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

This div border color is #834990.


Opacity

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

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

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

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

This text has shadow with #834990 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #834990 on black background.


Color preview on white background

This text has color #834990 on white background.



Black color preview on #834990 background

This text has black color on #834990 background.


White color preview on #834990 background

This text has white color on #834990 background.