COLOR #8461AB

HEX: #8461AB
RGB: (132,97,171)

Color info

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

RGB color model

#8461AB color RGB value is (132,97,171).

  • red value is 132;
  • green value is 97;
  • blue value is 171.
RGB:
(132,97,171)
(52%,38%,67%)

RGB channels and saturation

R 132 of 255 = 52%
G 97 of 255 = 38%
B 171 of 255 = 67%

132
97
171

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

Portions of RGB colors in percentages

R + G + B =
132 + 97 + 171 = 400 (100%)
R 132 of 400 ~ 33%
G 97 of 400 ~ 24.25%
B 171 of 400 ~ 42.75%

%33
%24.25
%42.75

CMYK color model

#8461AB color CMYK value is (23,43,0,33).

  • cyan value is 22.81%
  • magenta value is 43.27%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(23,43,0,33)
C23M43Y0K33 
(23%,43%,0%,33%)
(0.23/0.43/0.00/0.33)	

CMYK percentages

%22.81
%43.27
%0
%32.94

Codes

Color #8461AB in popluar color models

8461AB
RGB13297171
HSL268°30.58%52.55%
HSB/HSV268°43.27%67.06%
CMYK22.81%43.27%0.00%
32.94%

Color #8461AB in popluar number systems.

HEX8461AB
Decimal13297171
Binary10000100110000110101011
Octal204141253

Shades and tints

Shades of #8461AB

#8461AB
(132,97,171)
#78599C
(120,89,156)
#6C518D
(108,81,141)
#60497E
(96,73,126)
#54416F
(84,65,111)
#483960
(72,57,96)
#3C3151
(60,49,81)
#302942
(48,41,66)
#242133
(36,33,51)
#181924
(24,25,36)
#0C1115
(12,17,21)
#000000
(0,0,0)

Tints of #8461AB

#8461AB
(132,97,171)
#8F6FB2
(143,111,178)
#9A7DB9
(154,125,185)
#A58BC0
(165,139,192)
#B099C7
(176,153,199)
#BBA7CE
(187,167,206)
#C6B5D5
(198,181,213)
#D1C3DC
(209,195,220)
#DCD1E3
(220,209,227)
#E7DFEA
(231,223,234)
#F2EDF1
(242,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8461AB color. Also use rgb(132,97,171) instead hex code.

Text Font Color

.myTextColor { color: #8461AB; }

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

This text font color is #8461AB.


Background Color

.myBgColor { background-color: #8461AB; }

<div style="background-color:#8461AB">Inner text</div>

This div background color is #8461AB.


Border color

.myBorderColor { border: 1px solid #8461AB; }

<div style="border:3px solid #8461AB">Div</div>

This div border color is #8461AB.


Opacity

.myOpacity80 { color: #8461AB; opacity: 0.8; }

<p style="color:#8461AB;opacity:0.8;">80%</p>

Text with #8461AB 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 #8461AB;}

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

This text has shadow with #8461AB color.

.textShadow {text-shadow: 3px 3px 1px #8461AB, 3px 3px 1px red;}

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

This text has shadow with #8461AB primary color and red secondary color.


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

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

This text has shadow with #8461AB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8461AB on black background.


Color preview on white background

This text has color #8461AB on white background.



Black color preview on #8461AB background

This text has black color on #8461AB background.


White color preview on #8461AB background

This text has white color on #8461AB background.