COLOR #8977BA

HEX: #8977BA
RGB: (137,119,186)

Color info

#8977BA contains mainly red and blue colors. Web safe color of #8977BA is #9966CC (or #96C).

RGB color model

#8977BA color RGB value is (137,119,186).

  • red value is 137;
  • green value is 119;
  • blue value is 186.
RGB:
(137,119,186)
(54%,47%,73%)

RGB channels and saturation

R 137 of 255 = 54%
G 119 of 255 = 47%
B 186 of 255 = 73%

137
119
186

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

Portions of RGB colors in percentages

R + G + B =
137 + 119 + 186 = 442 (100%)
R 137 of 442 ~ 31%
G 119 of 442 ~ 26.92%
B 186 of 442 ~ 42.08%

%31
%26.92
%42.08

CMYK color model

#8977BA color CMYK value is (26,36,0,27).

  • cyan value is 26.34%
  • magenta value is 36.02%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(26,36,0,27)
C26M36Y0K27 
(26%,36%,0%,27%)
(0.26/0.36/0.00/0.27)	

CMYK percentages

%26.34
%36.02
%0
%27.06

Codes

Color #8977BA in popluar color models

8977BA
RGB137119186
HSL256°32.68%59.80%
HSB/HSV256°36.02%72.94%
CMYK26.34%36.02%0.00%
27.06%

Color #8977BA in popluar number systems.

HEX8977BA
Decimal137119186
Binary10001001111011110111010
Octal211167272

Shades and tints

Shades of #8977BA

#8977BA
(137,119,186)
#7D6DAA
(125,109,170)
#71639A
(113,99,154)
#65598A
(101,89,138)
#594F7A
(89,79,122)
#4D456A
(77,69,106)
#413B5A
(65,59,90)
#35314A
(53,49,74)
#29273A
(41,39,58)
#1D1D2A
(29,29,42)
#11131A
(17,19,26)
#000000
(0,0,0)

Tints of #8977BA

#8977BA
(137,119,186)
#9383C0
(147,131,192)
#9D8FC6
(157,143,198)
#A79BCC
(167,155,204)
#B1A7D2
(177,167,210)
#BBB3D8
(187,179,216)
#C5BFDE
(197,191,222)
#CFCBE4
(207,203,228)
#D9D7EA
(217,215,234)
#E3E3F0
(227,227,240)
#EDEFF6
(237,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8977BA; }

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

This text font color is #8977BA.


Background Color

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

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

This div background color is #8977BA.


Border color

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

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

This div border color is #8977BA.


Opacity

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

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

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

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

This text has shadow with #8977BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8977BA on black background.


Color preview on white background

This text has color #8977BA on white background.



Black color preview on #8977BA background

This text has black color on #8977BA background.


White color preview on #8977BA background

This text has white color on #8977BA background.