COLOR #8471A8

HEX: #8471A8
RGB: (132,113,168)

Color info

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

RGB color model

#8471A8 color RGB value is (132,113,168).

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

RGB channels and saturation

R 132 of 255 = 52%
G 113 of 255 = 44%
B 168 of 255 = 66%

132
113
168

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

Portions of RGB colors in percentages

R + G + B =
132 + 113 + 168 = 413 (100%)
R 132 of 413 ~ 31.96%
G 113 of 413 ~ 27.36%
B 168 of 413 ~ 40.68%

%31.96
%27.36
%40.68

CMYK color model

#8471A8 color CMYK value is (21,33,0,34).

  • cyan value is 21.43%
  • magenta value is 32.74%
  • yellow value is 0.00%
  • key color value is 34.12%
CMYK:
(21,33,0,34)
C21M33Y0K34 
(21%,33%,0%,34%)
(0.21/0.33/0.00/0.34)	

CMYK percentages

%21.43
%32.74
%0
%34.12

Codes

Color #8471A8 in popluar color models

8471A8
RGB132113168
HSL261°24.02%55.10%
HSB/HSV261°32.74%65.88%
CMYK21.43%32.74%0.00%
34.12%

Color #8471A8 in popluar number systems.

HEX8471A8
Decimal132113168
Binary10000100111000110101000
Octal204161250

Shades and tints

Shades of #8471A8

#8471A8
(132,113,168)
#786799
(120,103,153)
#6C5D8A
(108,93,138)
#60537B
(96,83,123)
#54496C
(84,73,108)
#483F5D
(72,63,93)
#3C354E
(60,53,78)
#302B3F
(48,43,63)
#242130
(36,33,48)
#181721
(24,23,33)
#0C0D12
(12,13,18)
#000000
(0,0,0)

Tints of #8471A8

#8471A8
(132,113,168)
#8F7DAF
(143,125,175)
#9A89B6
(154,137,182)
#A595BD
(165,149,189)
#B0A1C4
(176,161,196)
#BBADCB
(187,173,203)
#C6B9D2
(198,185,210)
#D1C5D9
(209,197,217)
#DCD1E0
(220,209,224)
#E7DDE7
(231,221,231)
#F2E9EE
(242,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8471A8 color. Also use rgb(132,113,168) instead hex code.

Text Font Color

.myTextColor { color: #8471A8; }

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

This text font color is #8471A8.


Background Color

.myBgColor { background-color: #8471A8; }

<div style="background-color:#8471A8">Inner text</div>

This div background color is #8471A8.


Border color

.myBorderColor { border: 1px solid #8471A8; }

<div style="border:3px solid #8471A8">Div</div>

This div border color is #8471A8.


Opacity

.myOpacity80 { color: #8471A8; opacity: 0.8; }

<p style="color:#8471A8;opacity:0.8;">80%</p>

Text with #8471A8 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 #8471A8;}

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

This text has shadow with #8471A8 color.

.textShadow {text-shadow: 3px 3px 1px #8471A8, 3px 3px 1px red;}

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

This text has shadow with #8471A8 primary color and red secondary color.


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

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

This text has shadow with #8471A8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8471A8 on black background.


Color preview on white background

This text has color #8471A8 on white background.



Black color preview on #8471A8 background

This text has black color on #8471A8 background.


White color preview on #8471A8 background

This text has white color on #8471A8 background.