COLOR #8977A4

HEX: #8977A4 RGB: (137,119,164)

Color info

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

RGB color model

#8977A4 color RGB value is (137,119,164).

RGB: (137,119,164) (54%, 47%, 64%)

RGB channels and saturation

R 137 of 255 = 54%
G 119 of 255 = 47%
B 164 of 255 = 64%

137
119
164

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

Portions of RGB colors in percentages

R + G + B = 137 + 119 + 164 = 420 (100%)
R 137 of 420 ~ 32.62%
G 119 of 420 ~ 28.33%
B 164 of 420 ~ 39.05'%

%32.62
%28.33
%39.05

CMYK color model

#8977A4 color CMYK value is (16,27,0,36).

  • cyan value is 16.46%
  • magenta value is 27.44%
  • yellow value is 0.00%
  • key color value is 35.69%

CMYK: (16,27,0,36)
C16M27Y0K36 (16%, 27%, 0%, 36%)
(0.16 / 0.27 / 0.00 / 0.36)

CMYK percentages

%16.46
%27.44
%0
%35.69

Codes

Color #8977A4 in popluar color models

89 77 A4
RGB 137 119 164
HSL 264° 19.82% 55.49%
HSB/HSV 264° 27.44% 64.31%
CMYK 16.46% 27.44% 0.00%
35.69%

Color #8977A4 in popluar number systems.

HEX 89 77 A4
Decimal 137 119 164
Binary 10001001 1110111 10100100
Octal 211 167 244

Shades and tints

Shades of #8977A4

#8977A4
(137,119,164)
#7D6D96
(125,109,150)
#716388
(113,99,136)
#65597A
(101,89,122)
#594F6C
(89,79,108)
#4D455E
(77,69,94)
#413B50
(65,59,80)
#353142
(53,49,66)
#292734
(41,39,52)
#1D1D26
(29,29,38)
#111318
(17,19,24)
#000000
(0,0,0)

Tints of #8977A4

#8977A4
(137,119,164)
#9383AC
(147,131,172)
#9D8FB4
(157,143,180)
#A79BBC
(167,155,188)
#B1A7C4
(177,167,196)
#BBB3CC
(187,179,204)
#C5BFD4
(197,191,212)
#CFCBDC
(207,203,220)
#D9D7E4
(217,215,228)
#E3E3EC
(227,227,236)
#EDEFF4
(237,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8977A4 color. Also use rgb(137,119,164) instead hex code.

Text Font Color

.myTextColor { color: #8977A4; }

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

This text font color is #8977A4.

Background Color

.myBgColor { background-color: #8977A4; }

<div style="background-color:#8977A4">Inner text</div>

This div background color is #8977A4.

Border color

.myBorderColor { border: 1px solid #8977A4; }

<div style="border:3px solid #8977A4">Div</div>

This div border color is #8977A4.

Opacity

.myOpacity80 { color: #8977A4; opacity: 0.8; }

<p style="color:#8977A4;opacity:0.8;">80%</p>

Text with #8977A4 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 #8977A4;}

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

This text has shadow with #8977A4 color.


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

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

This text has shadow with #8977A4 primary color and red secondary color.


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

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

This text has shadow with #8977A4 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #8977A4.

Preview

Color preview on black background

This text has color #8977A4 on black background.


Color preview on white background

This text has color #8977A4 on white background.


Black color preview on #8977A4 background

This text has black color on #8977A4 background.


White color preview on #8977A4 background

This text has white color on #8977A4 background.


Related colors

Complementary color

Complementary color for #hex is #76885B.


I love getcolorcode.com

Triadic colors

1 #A48977 and #77A489 with #8977A4 are triadic colors.

2 #A47789 and #7789A4 with #8977A4 are triadic colors.