COLOR #8277AC

HEX: #8277AC RGB: (130,119,172)

Color info

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

RGB color model

#8277AC color RGB value is (130,119,172).

RGB: (130,119,172) (51%, 47%, 67%)

RGB channels and saturation

R 130 of 255 = 51%
G 119 of 255 = 47%
B 172 of 255 = 67%

130
119
172

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

Portions of RGB colors in percentages

R + G + B = 130 + 119 + 172 = 421 (100%)
R 130 of 421 ~ 30.88%
G 119 of 421 ~ 28.27%
B 172 of 421 ~ 40.86'%

%30.88
%28.27
%40.86

CMYK color model

#8277AC color CMYK value is (24,31,0,33).

  • cyan value is 24.42%
  • magenta value is 30.81%
  • yellow value is 0.00%
  • key color value is 32.55%

CMYK: (24,31,0,33)
C24M31Y0K33 (24%, 31%, 0%, 33%)
(0.24 / 0.31 / 0.00 / 0.33)

CMYK percentages

%24.42
%30.81
%0
%32.55

Codes

Color #8277AC in popluar color models

82 77 AC
RGB 130 119 172
HSL 252° 24.20% 57.06%
HSB/HSV 252° 30.81% 67.45%
CMYK 24.42% 30.81% 0.00%
32.55%

Color #8277AC in popluar number systems.

HEX 82 77 AC
Decimal 130 119 172
Binary 10000010 1110111 10101100
Octal 202 167 254

Shades and tints

Shades of #8277AC

#8277AC
(130,119,172)
#776D9D
(119,109,157)
#6C638E
(108,99,142)
#61597F
(97,89,127)
#564F70
(86,79,112)
#4B4561
(75,69,97)
#403B52
(64,59,82)
#353143
(53,49,67)
#2A2734
(42,39,52)
#1F1D25
(31,29,37)
#141316
(20,19,22)
#000000
(0,0,0)

Tints of #8277AC

#8277AC
(130,119,172)
#8D83B3
(141,131,179)
#988FBA
(152,143,186)
#A39BC1
(163,155,193)
#AEA7C8
(174,167,200)
#B9B3CF
(185,179,207)
#C4BFD6
(196,191,214)
#CFCBDD
(207,203,221)
#DAD7E4
(218,215,228)
#E5E3EB
(229,227,235)
#F0EFF2
(240,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8277AC color. Also use rgb(130,119,172) instead hex code.

Text Font Color

.myTextColor { color: #8277AC; }

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

This text font color is #8277AC.

Background Color

.myBgColor { background-color: #8277AC; }

<div style="background-color:#8277AC">Inner text</div>

This div background color is #8277AC.

Border color

.myBorderColor { border: 1px solid #8277AC; }

<div style="border:3px solid #8277AC">Div</div>

This div border color is #8277AC.

Opacity

.myOpacity80 { color: #8277AC; opacity: 0.8; }

<p style="color:#8277AC;opacity:0.8;">80%</p>

Text with #8277AC 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 #8277AC;}

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

This text has shadow with #8277AC color.


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

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

This text has shadow with #8277AC primary color and red secondary color.


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

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

This text has shadow with #8277AC and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #8277AC.

Preview

Color preview on black background

This text has color #8277AC on black background.


Color preview on white background

This text has color #8277AC on white background.


Black color preview on #8277AC background

This text has black color on #8277AC background.


White color preview on #8277AC background

This text has white color on #8277AC background.


Related colors

Complementary color

Complementary color for #hex is #7D8853.


I love getcolorcode.com

Triadic colors

1 #AC8277 and #77AC82 with #8277AC are triadic colors.

2 #AC7782 and #7782AC with #8277AC are triadic colors.