COLOR #84549D

HEX: #84549D
RGB: (132,84,157)

Color info

#84549D contains mainly red and blue colors. Web safe color of #84549D is #996699 (or #969).

RGB color model

#84549D color RGB value is (132,84,157).

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

RGB channels and saturation

R 132 of 255 = 52%
G 84 of 255 = 33%
B 157 of 255 = 62%

132
84
157

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

Portions of RGB colors in percentages

R + G + B =
132 + 84 + 157 = 373 (100%)
R 132 of 373 ~ 35.39%
G 84 of 373 ~ 22.52%
B 157 of 373 ~ 42.09%

%35.39
%22.52
%42.09

CMYK color model

#84549D color CMYK value is (16,46,0,38).

  • cyan value is 15.92%
  • magenta value is 46.50%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(16,46,0,38)
C16M46Y0K38 
(16%,46%,0%,38%)
(0.16/0.46/0.00/0.38)	

CMYK percentages

%15.92
%46.5
%0
%38.43

Codes

Color #84549D in popluar color models

84549D
RGB13284157
HSL279°30.29%47.25%
HSB/HSV279°46.50%61.57%
CMYK15.92%46.50%0.00%
38.43%

Color #84549D in popluar number systems.

HEX84549D
Decimal13284157
Binary10000100101010010011101
Octal204124235

Shades and tints

Shades of #84549D

#84549D
(132,84,157)
#784D8F
(120,77,143)
#6C4681
(108,70,129)
#603F73
(96,63,115)
#543865
(84,56,101)
#483157
(72,49,87)
#3C2A49
(60,42,73)
#30233B
(48,35,59)
#241C2D
(36,28,45)
#18151F
(24,21,31)
#0C0E11
(12,14,17)
#000000
(0,0,0)

Tints of #84549D

#84549D
(132,84,157)
#8F63A5
(143,99,165)
#9A72AD
(154,114,173)
#A581B5
(165,129,181)
#B090BD
(176,144,189)
#BB9FC5
(187,159,197)
#C6AECD
(198,174,205)
#D1BDD5
(209,189,213)
#DCCCDD
(220,204,221)
#E7DBE5
(231,219,229)
#F2EAED
(242,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84549D; }

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

This text font color is #84549D.


Background Color

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

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

This div background color is #84549D.


Border color

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

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

This div border color is #84549D.


Opacity

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

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

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

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

This text has shadow with #84549D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84549D on black background.


Color preview on white background

This text has color #84549D on white background.



Black color preview on #84549D background

This text has black color on #84549D background.


White color preview on #84549D background

This text has white color on #84549D background.