COLOR #8973BA

HEX: #8973BA
RGB: (137,115,186)

Color info

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

RGB color model

#8973BA color RGB value is (137,115,186).

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

RGB channels and saturation

R 137 of 255 = 54%
G 115 of 255 = 45%
B 186 of 255 = 73%

137
115
186

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

Portions of RGB colors in percentages

R + G + B =
137 + 115 + 186 = 438 (100%)
R 137 of 438 ~ 31.28%
G 115 of 438 ~ 26.26%
B 186 of 438 ~ 42.47%

%31.28
%26.26
%42.47

CMYK color model

#8973BA color CMYK value is (26,38,0,27).

  • cyan value is 26.34%
  • magenta value is 38.17%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(26,38,0,27)
C26M38Y0K27 
(26%,38%,0%,27%)
(0.26/0.38/0.00/0.27)	

CMYK percentages

%26.34
%38.17
%0
%27.06

Codes

Color #8973BA in popluar color models

8973BA
RGB137115186
HSL259°33.97%59.02%
HSB/HSV259°38.17%72.94%
CMYK26.34%38.17%0.00%
27.06%

Color #8973BA in popluar number systems.

HEX8973BA
Decimal137115186
Binary10001001111001110111010
Octal211163272

Shades and tints

Shades of #8973BA

#8973BA
(137,115,186)
#7D69AA
(125,105,170)
#715F9A
(113,95,154)
#65558A
(101,85,138)
#594B7A
(89,75,122)
#4D416A
(77,65,106)
#41375A
(65,55,90)
#352D4A
(53,45,74)
#29233A
(41,35,58)
#1D192A
(29,25,42)
#110F1A
(17,15,26)
#000000
(0,0,0)

Tints of #8973BA

#8973BA
(137,115,186)
#937FC0
(147,127,192)
#9D8BC6
(157,139,198)
#A797CC
(167,151,204)
#B1A3D2
(177,163,210)
#BBAFD8
(187,175,216)
#C5BBDE
(197,187,222)
#CFC7E4
(207,199,228)
#D9D3EA
(217,211,234)
#E3DFF0
(227,223,240)
#EDEBF6
(237,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8973BA; }

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

This text font color is #8973BA.


Background Color

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

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

This div background color is #8973BA.


Border color

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

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

This div border color is #8973BA.


Opacity

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

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

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

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

This text has shadow with #8973BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8973BA on black background.


Color preview on white background

This text has color #8973BA on white background.



Black color preview on #8973BA background

This text has black color on #8973BA background.


White color preview on #8973BA background

This text has white color on #8973BA background.