COLOR #834AAB

HEX: #834AAB
RGB: (131,74,171)

Color info

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

RGB color model

#834AAB color RGB value is (131,74,171).

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

RGB channels and saturation

R 131 of 255 = 51%
G 74 of 255 = 29%
B 171 of 255 = 67%

131
74
171

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

Portions of RGB colors in percentages

R + G + B =
131 + 74 + 171 = 376 (100%)
R 131 of 376 ~ 34.84%
G 74 of 376 ~ 19.68%
B 171 of 376 ~ 45.48%

%34.84
%19.68
%45.48

CMYK color model

#834AAB color CMYK value is (23,57,0,33).

  • cyan value is 23.39%
  • magenta value is 56.73%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(23,57,0,33)
C23M57Y0K33 
(23%,57%,0%,33%)
(0.23/0.57/0.00/0.33)	

CMYK percentages

%23.39
%56.73
%0
%32.94

Codes

Color #834AAB in popluar color models

834AAB
RGB13174171
HSL275°39.59%48.04%
HSB/HSV275°56.73%67.06%
CMYK23.39%56.73%0.00%
32.94%

Color #834AAB in popluar number systems.

HEX834AAB
Decimal13174171
Binary10000011100101010101011
Octal203112253

Shades and tints

Shades of #834AAB

#834AAB
(131,74,171)
#78449C
(120,68,156)
#6D3E8D
(109,62,141)
#62387E
(98,56,126)
#57326F
(87,50,111)
#4C2C60
(76,44,96)
#412651
(65,38,81)
#362042
(54,32,66)
#2B1A33
(43,26,51)
#201424
(32,20,36)
#150E15
(21,14,21)
#000000
(0,0,0)

Tints of #834AAB

#834AAB
(131,74,171)
#8E5AB2
(142,90,178)
#996AB9
(153,106,185)
#A47AC0
(164,122,192)
#AF8AC7
(175,138,199)
#BA9ACE
(186,154,206)
#C5AAD5
(197,170,213)
#D0BADC
(208,186,220)
#DBCAE3
(219,202,227)
#E6DAEA
(230,218,234)
#F1EAF1
(241,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #834AAB; }

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

This text font color is #834AAB.


Background Color

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

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

This div background color is #834AAB.


Border color

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

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

This div border color is #834AAB.


Opacity

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

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

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

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

This text has shadow with #834AAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #834AAB on black background.


Color preview on white background

This text has color #834AAB on white background.



Black color preview on #834AAB background

This text has black color on #834AAB background.


White color preview on #834AAB background

This text has white color on #834AAB background.