COLOR #8473A6

HEX: #8473A6
RGB: (132,115,166)

Color info

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

RGB color model

#8473A6 color RGB value is (132,115,166).

  • red value is 132;
  • green value is 115;
  • blue value is 166.
RGB:
(132,115,166)
(52%,45%,65%)

RGB channels and saturation

R 132 of 255 = 52%
G 115 of 255 = 45%
B 166 of 255 = 65%

132
115
166

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

Portions of RGB colors in percentages

R + G + B =
132 + 115 + 166 = 413 (100%)
R 132 of 413 ~ 31.96%
G 115 of 413 ~ 27.85%
B 166 of 413 ~ 40.19%

%31.96
%27.85
%40.19

CMYK color model

#8473A6 color CMYK value is (20,31,0,35).

  • cyan value is 20.48%
  • magenta value is 30.72%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(20,31,0,35)
C20M31Y0K35 
(20%,31%,0%,35%)
(0.20/0.31/0.00/0.35)	

CMYK percentages

%20.48
%30.72
%0
%34.9

Codes

Color #8473A6 in popluar color models

8473A6
RGB132115166
HSL260°22.27%55.10%
HSB/HSV260°30.72%65.10%
CMYK20.48%30.72%0.00%
34.90%

Color #8473A6 in popluar number systems.

HEX8473A6
Decimal132115166
Binary10000100111001110100110
Octal204163246

Shades and tints

Shades of #8473A6

#8473A6
(132,115,166)
#786997
(120,105,151)
#6C5F88
(108,95,136)
#605579
(96,85,121)
#544B6A
(84,75,106)
#48415B
(72,65,91)
#3C374C
(60,55,76)
#302D3D
(48,45,61)
#24232E
(36,35,46)
#18191F
(24,25,31)
#0C0F10
(12,15,16)
#000000
(0,0,0)

Tints of #8473A6

#8473A6
(132,115,166)
#8F7FAE
(143,127,174)
#9A8BB6
(154,139,182)
#A597BE
(165,151,190)
#B0A3C6
(176,163,198)
#BBAFCE
(187,175,206)
#C6BBD6
(198,187,214)
#D1C7DE
(209,199,222)
#DCD3E6
(220,211,230)
#E7DFEE
(231,223,238)
#F2EBF6
(242,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8473A6 color. Also use rgb(132,115,166) instead hex code.

Text Font Color

.myTextColor { color: #8473A6; }

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

This text font color is #8473A6.


Background Color

.myBgColor { background-color: #8473A6; }

<div style="background-color:#8473A6">Inner text</div>

This div background color is #8473A6.


Border color

.myBorderColor { border: 1px solid #8473A6; }

<div style="border:3px solid #8473A6">Div</div>

This div border color is #8473A6.


Opacity

.myOpacity80 { color: #8473A6; opacity: 0.8; }

<p style="color:#8473A6;opacity:0.8;">80%</p>

Text with #8473A6 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 #8473A6;}

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

This text has shadow with #8473A6 color.

.textShadow {text-shadow: 3px 3px 1px #8473A6, 3px 3px 1px red;}

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

This text has shadow with #8473A6 primary color and red secondary color.


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

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

This text has shadow with #8473A6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8473A6 on black background.


Color preview on white background

This text has color #8473A6 on white background.



Black color preview on #8473A6 background

This text has black color on #8473A6 background.


White color preview on #8473A6 background

This text has white color on #8473A6 background.