COLOR #834BAB

HEX: #834BAB
RGB: (131,75,171)

Color info

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

RGB color model

#834BAB color RGB value is (131,75,171).

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

RGB channels and saturation

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

131
75
171

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

Portions of RGB colors in percentages

R + G + B =
131 + 75 + 171 = 377 (100%)
R 131 of 377 ~ 34.75%
G 75 of 377 ~ 19.89%
B 171 of 377 ~ 45.36%

%34.75
%19.89
%45.36

CMYK color model

#834BAB color CMYK value is (23,56,0,33).

  • cyan value is 23.39%
  • magenta value is 56.14%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(23,56,0,33)
C23M56Y0K33 
(23%,56%,0%,33%)
(0.23/0.56/0.00/0.33)	

CMYK percentages

%23.39
%56.14
%0
%32.94

Codes

Color #834BAB in popluar color models

834BAB
RGB13175171
HSL275°39.02%48.24%
HSB/HSV275°56.14%67.06%
CMYK23.39%56.14%0.00%
32.94%

Color #834BAB in popluar number systems.

HEX834BAB
Decimal13175171
Binary10000011100101110101011
Octal203113253

Shades and tints

Shades of #834BAB

#834BAB
(131,75,171)
#78459C
(120,69,156)
#6D3F8D
(109,63,141)
#62397E
(98,57,126)
#57336F
(87,51,111)
#4C2D60
(76,45,96)
#412751
(65,39,81)
#362142
(54,33,66)
#2B1B33
(43,27,51)
#201524
(32,21,36)
#150F15
(21,15,21)
#000000
(0,0,0)

Tints of #834BAB

#834BAB
(131,75,171)
#8E5BB2
(142,91,178)
#996BB9
(153,107,185)
#A47BC0
(164,123,192)
#AF8BC7
(175,139,199)
#BA9BCE
(186,155,206)
#C5ABD5
(197,171,213)
#D0BBDC
(208,187,220)
#DBCBE3
(219,203,227)
#E6DBEA
(230,219,234)
#F1EBF1
(241,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #834BAB; }

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

This text font color is #834BAB.


Background Color

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

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

This div background color is #834BAB.


Border color

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

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

This div border color is #834BAB.


Opacity

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

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

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

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

This text has shadow with #834BAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #834BAB on black background.


Color preview on white background

This text has color #834BAB on white background.



Black color preview on #834BAB background

This text has black color on #834BAB background.


White color preview on #834BAB background

This text has white color on #834BAB background.