COLOR #8460A6

HEX: #8460A6
RGB: (132,96,166)

Color info

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

RGB color model

#8460A6 color RGB value is (132,96,166).

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

RGB channels and saturation

R 132 of 255 = 52%
G 96 of 255 = 38%
B 166 of 255 = 65%

132
96
166

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

Portions of RGB colors in percentages

R + G + B =
132 + 96 + 166 = 394 (100%)
R 132 of 394 ~ 33.5%
G 96 of 394 ~ 24.37%
B 166 of 394 ~ 42.13%

%33.5
%24.37
%42.13

CMYK color model

#8460A6 color CMYK value is (20,42,0,35).

  • cyan value is 20.48%
  • magenta value is 42.17%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(20,42,0,35)
C20M42Y0K35 
(20%,42%,0%,35%)
(0.20/0.42/0.00/0.35)	

CMYK percentages

%20.48
%42.17
%0
%34.9

Codes

Color #8460A6 in popluar color models

8460A6
RGB13296166
HSL271°28.23%51.37%
HSB/HSV271°42.17%65.10%
CMYK20.48%42.17%0.00%
34.90%

Color #8460A6 in popluar number systems.

HEX8460A6
Decimal13296166
Binary10000100110000010100110
Octal204140246

Shades and tints

Shades of #8460A6

#8460A6
(132,96,166)
#785897
(120,88,151)
#6C5088
(108,80,136)
#604879
(96,72,121)
#54406A
(84,64,106)
#48385B
(72,56,91)
#3C304C
(60,48,76)
#30283D
(48,40,61)
#24202E
(36,32,46)
#18181F
(24,24,31)
#0C1010
(12,16,16)
#000000
(0,0,0)

Tints of #8460A6

#8460A6
(132,96,166)
#8F6EAE
(143,110,174)
#9A7CB6
(154,124,182)
#A58ABE
(165,138,190)
#B098C6
(176,152,198)
#BBA6CE
(187,166,206)
#C6B4D6
(198,180,214)
#D1C2DE
(209,194,222)
#DCD0E6
(220,208,230)
#E7DEEE
(231,222,238)
#F2ECF6
(242,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8460A6; }

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

This text font color is #8460A6.


Background Color

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

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

This div background color is #8460A6.


Border color

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

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

This div border color is #8460A6.


Opacity

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

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

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

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

This text has shadow with #8460A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8460A6 on black background.


Color preview on white background

This text has color #8460A6 on white background.



Black color preview on #8460A6 background

This text has black color on #8460A6 background.


White color preview on #8460A6 background

This text has white color on #8460A6 background.