COLOR #8177AB

HEX: #8177AB RGB: (129,119,171)

Color info

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

RGB color model

#8177AB color RGB value is (129,119,171).

RGB: (129,119,171) (51%, 47%, 67%)

RGB channels and saturation

R 129 of 255 = 51%
G 119 of 255 = 47%
B 171 of 255 = 67%

129
119
171

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

Portions of RGB colors in percentages

R + G + B = 129 + 119 + 171 = 419 (100%)
R 129 of 419 ~ 30.79%
G 119 of 419 ~ 28.4%
B 171 of 419 ~ 40.81'%

%30.79
%28.4
%40.81

CMYK color model

#8177AB color CMYK value is (25,30,0,33).

  • cyan value is 24.56%
  • magenta value is 30.41%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK: (25,30,0,33) C25M30Y0K33 (25%,30%,0%,33%) (0.25/0.30/0.00/0.33) 

CMYK percentages

%24.56
%30.41
%0
%32.94

Codes

Color #8177AB in popluar color models

81 77 AB
RGB 129 119 171
HSL 252° 23.64% 56.86%
HSB/HSV 252° 30.41% 67.06%
CMYK 24.56% 30.41% 0.00%
32.94%

Color #8177AB in popluar number systems.

HEX 81 77 AB
Decimal 129 119 171
Binary 10000001 1110111 10101011
Octal 201 167 253

Shades and tints

Shades of #8177AB

#8177AB
(129,119,171)
#766D9C
(118,109,156)
#6B638D
(107,99,141)
#60597E
(96,89,126)
#554F6F
(85,79,111)
#4A4560
(74,69,96)
#3F3B51
(63,59,81)
#343142
(52,49,66)
#292733
(41,39,51)
#1E1D24
(30,29,36)
#131315
(19,19,21)
#000000
(0,0,0)

Tints of #8177AB

#8177AB
(129,119,171)
#8C83B2
(140,131,178)
#978FB9
(151,143,185)
#A29BC0
(162,155,192)
#ADA7C7
(173,167,199)
#B8B3CE
(184,179,206)
#C3BFD5
(195,191,213)
#CECBDC
(206,203,220)
#D9D7E3
(217,215,227)
#E4E3EA
(228,227,234)
#EFEFF1
(239,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8177AB; }

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

This text font color is #8177AB.

Background Color

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

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

This div background color is #8177AB.

Border color

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

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

This div border color is #8177AB.

Opacity

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

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

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

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

This text has shadow with #8177AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8177AB.

Preview

Color preview on black background

This text has color #8177AB on black background.


Color preview on white background

This text has color #8177AB on white background.


Black color preview on #8177AB background

This text has black color on #8177AB background.


White color preview on #8177AB background

This text has white color on #8177AB background.


Related colors

Complementary color

Complementary color for #hex is #7E8854.


I love getcolorcode.com

Triadic colors

1 #AB8177 and #77AB81 with #8177AB are triadic colors.

2 #AB7781 and #7781AB with #8177AB are triadic colors.