COLOR #8371AA

HEX: #8371AA
RGB: (131,113,170)

Color info

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

RGB color model

#8371AA color RGB value is (131,113,170).

  • red value is 131;
  • green value is 113;
  • blue value is 170.
RGB:
(131,113,170)
(51%,44%,67%)

RGB channels and saturation

R 131 of 255 = 51%
G 113 of 255 = 44%
B 170 of 255 = 67%

131
113
170

R + G + B ~ 54%. #8371AA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
131 + 113 + 170 = 414 (100%)
R 131 of 414 ~ 31.64%
G 113 of 414 ~ 27.29%
B 170 of 414 ~ 41.06%

%31.64
%27.29
%41.06

CMYK color model

#8371AA color CMYK value is (23,34,0,33).

  • cyan value is 22.94%
  • magenta value is 33.53%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(23,34,0,33)
C23M34Y0K33 
(23%,34%,0%,33%)
(0.23/0.34/0.00/0.33)	

CMYK percentages

%22.94
%33.53
%0
%33.33

Codes

Color #8371AA in popluar color models

8371AA
RGB131113170
HSL259°25.11%55.49%
HSB/HSV259°33.53%66.67%
CMYK22.94%33.53%0.00%
33.33%

Color #8371AA in popluar number systems.

HEX8371AA
Decimal131113170
Binary10000011111000110101010
Octal203161252

Shades and tints

Shades of #8371AA

#8371AA
(131,113,170)
#78679B
(120,103,155)
#6D5D8C
(109,93,140)
#62537D
(98,83,125)
#57496E
(87,73,110)
#4C3F5F
(76,63,95)
#413550
(65,53,80)
#362B41
(54,43,65)
#2B2132
(43,33,50)
#201723
(32,23,35)
#150D14
(21,13,20)
#000000
(0,0,0)

Tints of #8371AA

#8371AA
(131,113,170)
#8E7DB1
(142,125,177)
#9989B8
(153,137,184)
#A495BF
(164,149,191)
#AFA1C6
(175,161,198)
#BAADCD
(186,173,205)
#C5B9D4
(197,185,212)
#D0C5DB
(208,197,219)
#DBD1E2
(219,209,226)
#E6DDE9
(230,221,233)
#F1E9F0
(241,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8371AA color. Also use rgb(131,113,170) instead hex code.

Text Font Color

.myTextColor { color: #8371AA; }

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

This text font color is #8371AA.


Background Color

.myBgColor { background-color: #8371AA; }

<div style="background-color:#8371AA">Inner text</div>

This div background color is #8371AA.


Border color

.myBorderColor { border: 1px solid #8371AA; }

<div style="border:3px solid #8371AA">Div</div>

This div border color is #8371AA.


Opacity

.myOpacity80 { color: #8371AA; opacity: 0.8; }

<p style="color:#8371AA;opacity:0.8;">80%</p>

Text with #8371AA 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 #8371AA;}

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

This text has shadow with #8371AA color.

.textShadow {text-shadow: 3px 3px 1px #8371AA, 3px 3px 1px red;}

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

This text has shadow with #8371AA primary color and red secondary color.


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

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

This text has shadow with #8371AA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8371AA on black background.


Color preview on white background

This text has color #8371AA on white background.



Black color preview on #8371AA background

This text has black color on #8371AA background.


White color preview on #8371AA background

This text has white color on #8371AA background.