COLOR #84719E

HEX: #84719E
RGB: (132,113,158)

Color info

#84719E contains red, green and blue colors in about the same proportion. Web safe color of #84719E is #996699 (or #969).

RGB color model

#84719E color RGB value is (132,113,158).

  • red value is 132;
  • green value is 113;
  • blue value is 158.
RGB:
(132,113,158)
(52%,44%,62%)

RGB channels and saturation

R 132 of 255 = 52%
G 113 of 255 = 44%
B 158 of 255 = 62%

132
113
158

R + G + B ~ 53%. #84719E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
132 + 113 + 158 = 403 (100%)
R 132 of 403 ~ 32.75%
G 113 of 403 ~ 28.04%
B 158 of 403 ~ 39.21%

%32.75
%28.04
%39.21

CMYK color model

#84719E color CMYK value is (16,28,0,38).

  • cyan value is 16.46%
  • magenta value is 28.48%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(16,28,0,38)
C16M28Y0K38 
(16%,28%,0%,38%)
(0.16/0.28/0.00/0.38)	

CMYK percentages

%16.46
%28.48
%0
%38.04

Codes

Color #84719E in popluar color models

84719E
RGB132113158
HSL265°18.83%53.14%
HSB/HSV265°28.48%61.96%
CMYK16.46%28.48%0.00%
38.04%

Color #84719E in popluar number systems.

HEX84719E
Decimal132113158
Binary10000100111000110011110
Octal204161236

Shades and tints

Shades of #84719E

#84719E
(132,113,158)
#786790
(120,103,144)
#6C5D82
(108,93,130)
#605374
(96,83,116)
#544966
(84,73,102)
#483F58
(72,63,88)
#3C354A
(60,53,74)
#302B3C
(48,43,60)
#24212E
(36,33,46)
#181720
(24,23,32)
#0C0D12
(12,13,18)
#000000
(0,0,0)

Tints of #84719E

#84719E
(132,113,158)
#8F7DA6
(143,125,166)
#9A89AE
(154,137,174)
#A595B6
(165,149,182)
#B0A1BE
(176,161,190)
#BBADC6
(187,173,198)
#C6B9CE
(198,185,206)
#D1C5D6
(209,197,214)
#DCD1DE
(220,209,222)
#E7DDE6
(231,221,230)
#F2E9EE
(242,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84719E color. Also use rgb(132,113,158) instead hex code.

Text Font Color

.myTextColor { color: #84719E; }

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

This text font color is #84719E.


Background Color

.myBgColor { background-color: #84719E; }

<div style="background-color:#84719E">Inner text</div>

This div background color is #84719E.


Border color

.myBorderColor { border: 1px solid #84719E; }

<div style="border:3px solid #84719E">Div</div>

This div border color is #84719E.


Opacity

.myOpacity80 { color: #84719E; opacity: 0.8; }

<p style="color:#84719E;opacity:0.8;">80%</p>

Text with #84719E 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 #84719E;}

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

This text has shadow with #84719E color.

.textShadow {text-shadow: 3px 3px 1px #84719E, 3px 3px 1px red;}

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

This text has shadow with #84719E primary color and red secondary color.


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

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

This text has shadow with #84719E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84719E on black background.


Color preview on white background

This text has color #84719E on white background.



Black color preview on #84719E background

This text has black color on #84719E background.


White color preview on #84719E background

This text has white color on #84719E background.