COLOR #8176AB

HEX: #8176AB RGB: (129,118,171)

Color info

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

RGB color model

#8176AB color RGB value is (129,118,171).

RGB: (129,118,171) (51%, 46%, 67%)

RGB channels and saturation

R 129 of 255 = 51%
G 118 of 255 = 46%
B 171 of 255 = 67%

129
118
171

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

Portions of RGB colors in percentages

R + G + B = 129 + 118 + 171 = 418 (100%)
R 129 of 418 ~ 30.86%
G 118 of 418 ~ 28.23%
B 171 of 418 ~ 40.91'%

%30.86
%28.23
%40.91

CMYK color model

#8176AB color CMYK value is (25,31,0,33).

  • cyan value is 24.56%
  • magenta value is 30.99%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (25,31,0,33)
C25M31Y0K33 (25%, 31%, 0%, 33%)
(0.25 / 0.31 / 0.00 / 0.33)

CMYK percentages

%24.56
%30.99
%0
%32.94

Codes

Color #8176AB in popluar color models

81 76 AB
RGB 129 118 171
HSL 252° 23.98% 56.67%
HSB/HSV 252° 30.99% 67.06%
CMYK 24.56% 30.99% 0.00%
32.94%

Color #8176AB in popluar number systems.

HEX 81 76 AB
Decimal 129 118 171
Binary 10000001 1110110 10101011
Octal 201 166 253

Shades and tints

Shades of #8176AB

#8176AB
(129,118,171)
#766C9C
(118,108,156)
#6B628D
(107,98,141)
#60587E
(96,88,126)
#554E6F
(85,78,111)
#4A4460
(74,68,96)
#3F3A51
(63,58,81)
#343042
(52,48,66)
#292633
(41,38,51)
#1E1C24
(30,28,36)
#131215
(19,18,21)
#000000
(0,0,0)

Tints of #8176AB

#8176AB
(129,118,171)
#8C82B2
(140,130,178)
#978EB9
(151,142,185)
#A29AC0
(162,154,192)
#ADA6C7
(173,166,199)
#B8B2CE
(184,178,206)
#C3BED5
(195,190,213)
#CECADC
(206,202,220)
#D9D6E3
(217,214,227)
#E4E2EA
(228,226,234)
#EFEEF1
(239,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8176AB color. Also use rgb(129,118,171) instead hex code.

Text Font Color

.myTextColor { color: #8176AB; }

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

This text font color is #8176AB.

Background Color

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

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

This div background color is #8176AB.

Border color

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

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

This div border color is #8176AB.

Opacity

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

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

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

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

This text has shadow with #8176AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8176AB.

Preview

Color preview on black background

This text has color #8176AB on black background.


Color preview on white background

This text has color #8176AB on white background.


Black color preview on #8176AB background

This text has black color on #8176AB background.


White color preview on #8176AB background

This text has white color on #8176AB background.


Related colors

Complementary color

Complementary color for #hex is #7E8954.


I love getcolorcode.com

Triadic colors

1 #AB8176 and #76AB81 with #8176AB are triadic colors.

2 #AB7681 and #7681AB with #8176AB are triadic colors.