COLOR #8973CF

HEX: #8973CF RGB: (137,115,207)

Color info

#8973CF contains mainly blue color. Web safe color of #8973CF is #9966CC (or #96C).

RGB color model

#8973CF color RGB value is (137,115,207).

RGB: (137,115,207) (54%, 45%, 81%)

RGB channels and saturation

R 137 of 255 = 54%
G 115 of 255 = 45%
B 207 of 255 = 81%

137
115
207

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

Portions of RGB colors in percentages

R + G + B = 137 + 115 + 207 = 459 (100%)
R 137 of 459 ~ 29.85%
G 115 of 459 ~ 25.05%
B 207 of 459 ~ 45.1'%

%29.85
%25.05
%45.1

CMYK color model

#8973CF color CMYK value is (34,44,0,19).

  • cyan value is 33.82%
  • magenta value is 44.44%
  • yellow value is 0.00%
  • key color value is 18.82%

CMYK: (34,44,0,19)
C34M44Y0K19 (34%, 44%, 0%, 19%)
(0.34 / 0.44 / 0.00 / 0.19)

CMYK percentages

%33.82
%44.44
%0
%18.82

Codes

Color #8973CF in popluar color models

89 73 CF
RGB 137 115 207
HSL 254° 48.94% 63.14%
HSB/HSV 254° 44.44% 81.18%
CMYK 33.82% 44.44% 0.00%
18.82%

Color #8973CF in popluar number systems.

HEX 89 73 CF
Decimal 137 115 207
Binary 10001001 1110011 11001111
Octal 211 163 317

Shades and tints

Shades of #8973CF

#8973CF
(137,115,207)
#7D69BD
(125,105,189)
#715FAB
(113,95,171)
#655599
(101,85,153)
#594B87
(89,75,135)
#4D4175
(77,65,117)
#413763
(65,55,99)
#352D51
(53,45,81)
#29233F
(41,35,63)
#1D192D
(29,25,45)
#110F1B
(17,15,27)
#000000
(0,0,0)

Tints of #8973CF

#8973CF
(137,115,207)
#937FD3
(147,127,211)
#9D8BD7
(157,139,215)
#A797DB
(167,151,219)
#B1A3DF
(177,163,223)
#BBAFE3
(187,175,227)
#C5BBE7
(197,187,231)
#CFC7EB
(207,199,235)
#D9D3EF
(217,211,239)
#E3DFF3
(227,223,243)
#EDEBF7
(237,235,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8973CF; }

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

This text font color is #8973CF.

Background Color

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

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

This div background color is #8973CF.

Border color

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

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

This div border color is #8973CF.

Opacity

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

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

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

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

This text has shadow with #8973CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8973CF.

Preview

Color preview on black background

This text has color #8973CF on black background.


Color preview on white background

This text has color #8973CF on white background.


Black color preview on #8973CF background

This text has black color on #8973CF background.


White color preview on #8973CF background

This text has white color on #8973CF background.


Related colors

Complementary color

Complementary color for #hex is #768C30.


I love getcolorcode.com

Triadic colors

1 #CF8973 and #73CF89 with #8973CF are triadic colors.

2 #CF7389 and #7389CF with #8973CF are triadic colors.