COLOR #8471B3

HEX: #8471B3
RGB: (132,113,179)

Color info

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

RGB color model

#8471B3 color RGB value is (132,113,179).

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

RGB channels and saturation

R 132 of 255 = 52%
G 113 of 255 = 44%
B 179 of 255 = 70%

132
113
179

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

Portions of RGB colors in percentages

R + G + B =
132 + 113 + 179 = 424 (100%)
R 132 of 424 ~ 31.13%
G 113 of 424 ~ 26.65%
B 179 of 424 ~ 42.22%

%31.13
%26.65
%42.22

CMYK color model

#8471B3 color CMYK value is (26,37,0,30).

  • cyan value is 26.26%
  • magenta value is 36.87%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(26,37,0,30)
C26M37Y0K30 
(26%,37%,0%,30%)
(0.26/0.37/0.00/0.30)	

CMYK percentages

%26.26
%36.87
%0
%29.8

Codes

Color #8471B3 in popluar color models

8471B3
RGB132113179
HSL257°30.28%57.25%
HSB/HSV257°36.87%70.20%
CMYK26.26%36.87%0.00%
29.80%

Color #8471B3 in popluar number systems.

HEX8471B3
Decimal132113179
Binary10000100111000110110011
Octal204161263

Shades and tints

Shades of #8471B3

#8471B3
(132,113,179)
#7867A3
(120,103,163)
#6C5D93
(108,93,147)
#605383
(96,83,131)
#544973
(84,73,115)
#483F63
(72,63,99)
#3C3553
(60,53,83)
#302B43
(48,43,67)
#242133
(36,33,51)
#181723
(24,23,35)
#0C0D13
(12,13,19)
#000000
(0,0,0)

Tints of #8471B3

#8471B3
(132,113,179)
#8F7DB9
(143,125,185)
#9A89BF
(154,137,191)
#A595C5
(165,149,197)
#B0A1CB
(176,161,203)
#BBADD1
(187,173,209)
#C6B9D7
(198,185,215)
#D1C5DD
(209,197,221)
#DCD1E3
(220,209,227)
#E7DDE9
(231,221,233)
#F2E9EF
(242,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8471B3; }

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

This text font color is #8471B3.


Background Color

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

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

This div background color is #8471B3.


Border color

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

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

This div border color is #8471B3.


Opacity

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

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

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

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

This text has shadow with #8471B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8471B3 on black background.


Color preview on white background

This text has color #8471B3 on white background.



Black color preview on #8471B3 background

This text has black color on #8471B3 background.


White color preview on #8471B3 background

This text has white color on #8471B3 background.