COLOR #8476AA

HEX: #8476AA
RGB: (132,118,170)

Color info

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

RGB color model

#8476AA color RGB value is (132,118,170).

  • red value is 132;
  • green value is 118;
  • blue value is 170.
RGB:
(132,118,170)
(52%,46%,67%)

RGB channels and saturation

R 132 of 255 = 52%
G 118 of 255 = 46%
B 170 of 255 = 67%

132
118
170

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

Portions of RGB colors in percentages

R + G + B =
132 + 118 + 170 = 420 (100%)
R 132 of 420 ~ 31.43%
G 118 of 420 ~ 28.1%
B 170 of 420 ~ 40.48%

%31.43
%28.1
%40.48

CMYK color model

#8476AA color CMYK value is (22,31,0,33).

  • cyan value is 22.35%
  • magenta value is 30.59%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(22,31,0,33)
C22M31Y0K33 
(22%,31%,0%,33%)
(0.22/0.31/0.00/0.33)	

CMYK percentages

%22.35
%30.59
%0
%33.33

Codes

Color #8476AA in popluar color models

8476AA
RGB132118170
HSL256°23.42%56.47%
HSB/HSV256°30.59%66.67%
CMYK22.35%30.59%0.00%
33.33%

Color #8476AA in popluar number systems.

HEX8476AA
Decimal132118170
Binary10000100111011010101010
Octal204166252

Shades and tints

Shades of #8476AA

#8476AA
(132,118,170)
#786C9B
(120,108,155)
#6C628C
(108,98,140)
#60587D
(96,88,125)
#544E6E
(84,78,110)
#48445F
(72,68,95)
#3C3A50
(60,58,80)
#303041
(48,48,65)
#242632
(36,38,50)
#181C23
(24,28,35)
#0C1214
(12,18,20)
#000000
(0,0,0)

Tints of #8476AA

#8476AA
(132,118,170)
#8F82B1
(143,130,177)
#9A8EB8
(154,142,184)
#A59ABF
(165,154,191)
#B0A6C6
(176,166,198)
#BBB2CD
(187,178,205)
#C6BED4
(198,190,212)
#D1CADB
(209,202,219)
#DCD6E2
(220,214,226)
#E7E2E9
(231,226,233)
#F2EEF0
(242,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8476AA color. Also use rgb(132,118,170) instead hex code.

Text Font Color

.myTextColor { color: #8476AA; }

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

This text font color is #8476AA.


Background Color

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

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

This div background color is #8476AA.


Border color

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

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

This div border color is #8476AA.


Opacity

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

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

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

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

This text has shadow with #8476AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8476AA on black background.


Color preview on white background

This text has color #8476AA on white background.



Black color preview on #8476AA background

This text has black color on #8476AA background.


White color preview on #8476AA background

This text has white color on #8476AA background.