COLOR #8474AE

HEX: #8474AE
RGB: (132,116,174)

Color info

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

RGB color model

#8474AE color RGB value is (132,116,174).

  • red value is 132;
  • green value is 116;
  • blue value is 174.
RGB:
(132,116,174)
(52%,45%,68%)

RGB channels and saturation

R 132 of 255 = 52%
G 116 of 255 = 45%
B 174 of 255 = 68%

132
116
174

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

Portions of RGB colors in percentages

R + G + B =
132 + 116 + 174 = 422 (100%)
R 132 of 422 ~ 31.28%
G 116 of 422 ~ 27.49%
B 174 of 422 ~ 41.23%

%31.28
%27.49
%41.23

CMYK color model

#8474AE color CMYK value is (24,33,0,32).

  • cyan value is 24.14%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(24,33,0,32)
C24M33Y0K32 
(24%,33%,0%,32%)
(0.24/0.33/0.00/0.32)	

CMYK percentages

%24.14
%33.33
%0
%31.76

Codes

Color #8474AE in popluar color models

8474AE
RGB132116174
HSL257°26.36%56.86%
HSB/HSV257°33.33%68.24%
CMYK24.14%33.33%0.00%
31.76%

Color #8474AE in popluar number systems.

HEX8474AE
Decimal132116174
Binary10000100111010010101110
Octal204164256

Shades and tints

Shades of #8474AE

#8474AE
(132,116,174)
#786A9F
(120,106,159)
#6C6090
(108,96,144)
#605681
(96,86,129)
#544C72
(84,76,114)
#484263
(72,66,99)
#3C3854
(60,56,84)
#302E45
(48,46,69)
#242436
(36,36,54)
#181A27
(24,26,39)
#0C1018
(12,16,24)
#000000
(0,0,0)

Tints of #8474AE

#8474AE
(132,116,174)
#8F80B5
(143,128,181)
#9A8CBC
(154,140,188)
#A598C3
(165,152,195)
#B0A4CA
(176,164,202)
#BBB0D1
(187,176,209)
#C6BCD8
(198,188,216)
#D1C8DF
(209,200,223)
#DCD4E6
(220,212,230)
#E7E0ED
(231,224,237)
#F2ECF4
(242,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8474AE color. Also use rgb(132,116,174) instead hex code.

Text Font Color

.myTextColor { color: #8474AE; }

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

This text font color is #8474AE.


Background Color

.myBgColor { background-color: #8474AE; }

<div style="background-color:#8474AE">Inner text</div>

This div background color is #8474AE.


Border color

.myBorderColor { border: 1px solid #8474AE; }

<div style="border:3px solid #8474AE">Div</div>

This div border color is #8474AE.


Opacity

.myOpacity80 { color: #8474AE; opacity: 0.8; }

<p style="color:#8474AE;opacity:0.8;">80%</p>

Text with #8474AE 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 #8474AE;}

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

This text has shadow with #8474AE color.

.textShadow {text-shadow: 3px 3px 1px #8474AE, 3px 3px 1px red;}

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

This text has shadow with #8474AE primary color and red secondary color.


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

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

This text has shadow with #8474AE and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8474AE on black background.


Color preview on white background

This text has color #8474AE on white background.



Black color preview on #8474AE background

This text has black color on #8474AE background.


White color preview on #8474AE background

This text has white color on #8474AE background.