COLOR #8577AA

HEX: #8577AA RGB: (133,119,170)

Color info

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

RGB color model

#8577AA color RGB value is (133,119,170).

RGB: (133,119,170) (52%, 47%, 67%)

RGB channels and saturation

R 133 of 255 = 52%
G 119 of 255 = 47%
B 170 of 255 = 67%

133
119
170

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

Portions of RGB colors in percentages

R + G + B = 133 + 119 + 170 = 422 (100%)
R 133 of 422 ~ 31.52%
G 119 of 422 ~ 28.2%
B 170 of 422 ~ 40.28'%

%31.52
%28.2
%40.28

CMYK color model

#8577AA color CMYK value is (22,30,0,33).

  • cyan value is 21.76%
  • magenta value is 30.00%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (22,30,0,33)
C22M30Y0K33 (22%, 30%, 0%, 33%)
(0.22 / 0.30 / 0.00 / 0.33)

CMYK percentages

%21.76
%30
%0
%33.33

Codes

Color #8577AA in popluar color models

85 77 AA
RGB 133 119 170
HSL 256° 23.08% 56.67%
HSB/HSV 256° 30.00% 66.67%
CMYK 21.76% 30.00% 0.00%
33.33%

Color #8577AA in popluar number systems.

HEX 85 77 AA
Decimal 133 119 170
Binary 10000101 1110111 10101010
Octal 205 167 252

Shades and tints

Shades of #8577AA

#8577AA
(133,119,170)
#796D9B
(121,109,155)
#6D638C
(109,99,140)
#61597D
(97,89,125)
#554F6E
(85,79,110)
#49455F
(73,69,95)
#3D3B50
(61,59,80)
#313141
(49,49,65)
#252732
(37,39,50)
#191D23
(25,29,35)
#0D1314
(13,19,20)
#000000
(0,0,0)

Tints of #8577AA

#8577AA
(133,119,170)
#9083B1
(144,131,177)
#9B8FB8
(155,143,184)
#A69BBF
(166,155,191)
#B1A7C6
(177,167,198)
#BCB3CD
(188,179,205)
#C7BFD4
(199,191,212)
#D2CBDB
(210,203,219)
#DDD7E2
(221,215,226)
#E8E3E9
(232,227,233)
#F3EFF0
(243,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8577AA color. Also use rgb(133,119,170) instead hex code.

Text Font Color

.myTextColor { color: #8577AA; }

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

This text font color is #8577AA.

Background Color

.myBgColor { background-color: #8577AA; }

<div style="background-color:#8577AA">Inner text</div>

This div background color is #8577AA.

Border color

.myBorderColor { border: 1px solid #8577AA; }

<div style="border:3px solid #8577AA">Div</div>

This div border color is #8577AA.

Opacity

.myOpacity80 { color: #8577AA; opacity: 0.8; }

<p style="color:#8577AA;opacity:0.8;">80%</p>

Text with #8577AA 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 #8577AA;}

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

This text has shadow with #8577AA color.


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

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

This text has shadow with #8577AA primary color and red secondary color.


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

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

This text has shadow with #8577AA and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #8577AA.

Preview

Color preview on black background

This text has color #8577AA on black background.


Color preview on white background

This text has color #8577AA on white background.


Black color preview on #8577AA background

This text has black color on #8577AA background.


White color preview on #8577AA background

This text has white color on #8577AA background.


Related colors

Complementary color

Complementary color for #hex is #7A8855.


I love getcolorcode.com

Triadic colors

1 #AA8577 and #77AA85 with #8577AA are triadic colors.

2 #AA7785 and #7785AA with #8577AA are triadic colors.