COLOR #84579D

HEX: #84579D
RGB: (132,87,157)

Color info

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

RGB color model

#84579D color RGB value is (132,87,157).

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

RGB channels and saturation

R 132 of 255 = 52%
G 87 of 255 = 34%
B 157 of 255 = 62%

132
87
157

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

Portions of RGB colors in percentages

R + G + B =
132 + 87 + 157 = 376 (100%)
R 132 of 376 ~ 35.11%
G 87 of 376 ~ 23.14%
B 157 of 376 ~ 41.76%

%35.11
%23.14
%41.76

CMYK color model

#84579D color CMYK value is (16,45,0,38).

  • cyan value is 15.92%
  • magenta value is 44.59%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(16,45,0,38)
C16M45Y0K38 
(16%,45%,0%,38%)
(0.16/0.45/0.00/0.38)	

CMYK percentages

%15.92
%44.59
%0
%38.43

Codes

Color #84579D in popluar color models

84579D
RGB13287157
HSL279°28.69%47.84%
HSB/HSV279°44.59%61.57%
CMYK15.92%44.59%0.00%
38.43%

Color #84579D in popluar number systems.

HEX84579D
Decimal13287157
Binary10000100101011110011101
Octal204127235

Shades and tints

Shades of #84579D

#84579D
(132,87,157)
#78508F
(120,80,143)
#6C4981
(108,73,129)
#604273
(96,66,115)
#543B65
(84,59,101)
#483457
(72,52,87)
#3C2D49
(60,45,73)
#30263B
(48,38,59)
#241F2D
(36,31,45)
#18181F
(24,24,31)
#0C1111
(12,17,17)
#000000
(0,0,0)

Tints of #84579D

#84579D
(132,87,157)
#8F66A5
(143,102,165)
#9A75AD
(154,117,173)
#A584B5
(165,132,181)
#B093BD
(176,147,189)
#BBA2C5
(187,162,197)
#C6B1CD
(198,177,205)
#D1C0D5
(209,192,213)
#DCCFDD
(220,207,221)
#E7DEE5
(231,222,229)
#F2EDED
(242,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84579D; }

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

This text font color is #84579D.


Background Color

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

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

This div background color is #84579D.


Border color

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

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

This div border color is #84579D.


Opacity

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

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

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

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

This text has shadow with #84579D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84579D on black background.


Color preview on white background

This text has color #84579D on white background.



Black color preview on #84579D background

This text has black color on #84579D background.


White color preview on #84579D background

This text has white color on #84579D background.