COLOR #84309D

HEX: #84309D
RGB: (132,48,157)

Color info

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

RGB color model

#84309D color RGB value is (132,48,157).

  • red value is 132;
  • green value is 48;
  • blue value is 157.
RGB:
(132,48,157)
(52%,19%,62%)

RGB channels and saturation

R 132 of 255 = 52%
G 48 of 255 = 19%
B 157 of 255 = 62%

132
48
157

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

Portions of RGB colors in percentages

R + G + B =
132 + 48 + 157 = 337 (100%)
R 132 of 337 ~ 39.17%
G 48 of 337 ~ 14.24%
B 157 of 337 ~ 46.59%

%39.17
%14.24
%46.59

CMYK color model

#84309D color CMYK value is (16,69,0,38).

  • cyan value is 15.92%
  • magenta value is 69.43%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(16,69,0,38)
C16M69Y0K38 
(16%,69%,0%,38%)
(0.16/0.69/0.00/0.38)	

CMYK percentages

%15.92
%69.43
%0
%38.43

Codes

Color #84309D in popluar color models

84309D
RGB13248157
HSL286°53.17%40.20%
HSB/HSV286°69.43%61.57%
CMYK15.92%69.43%0.00%
38.43%

Color #84309D in popluar number systems.

HEX84309D
Decimal13248157
Binary1000010011000010011101
Octal20460235

Shades and tints

Shades of #84309D

#84309D
(132,48,157)
#782C8F
(120,44,143)
#6C2881
(108,40,129)
#602473
(96,36,115)
#542065
(84,32,101)
#481C57
(72,28,87)
#3C1849
(60,24,73)
#30143B
(48,20,59)
#24102D
(36,16,45)
#180C1F
(24,12,31)
#0C0811
(12,8,17)
#000000
(0,0,0)

Tints of #84309D

#84309D
(132,48,157)
#8F42A5
(143,66,165)
#9A54AD
(154,84,173)
#A566B5
(165,102,181)
#B078BD
(176,120,189)
#BB8AC5
(187,138,197)
#C69CCD
(198,156,205)
#D1AED5
(209,174,213)
#DCC0DD
(220,192,221)
#E7D2E5
(231,210,229)
#F2E4ED
(242,228,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84309D color. Also use rgb(132,48,157) instead hex code.

Text Font Color

.myTextColor { color: #84309D; }

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

This text font color is #84309D.


Background Color

.myBgColor { background-color: #84309D; }

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

This div background color is #84309D.


Border color

.myBorderColor { border: 1px solid #84309D; }

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

This div border color is #84309D.


Opacity

.myOpacity80 { color: #84309D; opacity: 0.8; }

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

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

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

This text has shadow with #84309D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84309D on black background.


Color preview on white background

This text has color #84309D on white background.



Black color preview on #84309D background

This text has black color on #84309D background.


White color preview on #84309D background

This text has white color on #84309D background.