COLOR #8972C6

HEX: #8972C6
RGB: (137,114,198)

Color info

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

RGB color model

#8972C6 color RGB value is (137,114,198).

  • red value is 137;
  • green value is 114;
  • blue value is 198.
RGB:
(137,114,198)
(54%,45%,78%)

RGB channels and saturation

R 137 of 255 = 54%
G 114 of 255 = 45%
B 198 of 255 = 78%

137
114
198

R + G + B ~ 59%. #8972C6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
137 + 114 + 198 = 449 (100%)
R 137 of 449 ~ 30.51%
G 114 of 449 ~ 25.39%
B 198 of 449 ~ 44.1%

%30.51
%25.39
%44.1

CMYK color model

#8972C6 color CMYK value is (31,42,0,22).

  • cyan value is 30.81%
  • magenta value is 42.42%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(31,42,0,22)
C31M42Y0K22 
(31%,42%,0%,22%)
(0.31/0.42/0.00/0.22)	

CMYK percentages

%30.81
%42.42
%0
%22.35

Codes

Color #8972C6 in popluar color models

8972C6
RGB137114198
HSL256°42.42%61.18%
HSB/HSV256°42.42%77.65%
CMYK30.81%42.42%0.00%
22.35%

Color #8972C6 in popluar number systems.

HEX8972C6
Decimal137114198
Binary10001001111001011000110
Octal211162306

Shades and tints

Shades of #8972C6

#8972C6
(137,114,198)
#7D68B4
(125,104,180)
#715EA2
(113,94,162)
#655490
(101,84,144)
#594A7E
(89,74,126)
#4D406C
(77,64,108)
#41365A
(65,54,90)
#352C48
(53,44,72)
#292236
(41,34,54)
#1D1824
(29,24,36)
#110E12
(17,14,18)
#000000
(0,0,0)

Tints of #8972C6

#8972C6
(137,114,198)
#937ECB
(147,126,203)
#9D8AD0
(157,138,208)
#A796D5
(167,150,213)
#B1A2DA
(177,162,218)
#BBAEDF
(187,174,223)
#C5BAE4
(197,186,228)
#CFC6E9
(207,198,233)
#D9D2EE
(217,210,238)
#E3DEF3
(227,222,243)
#EDEAF8
(237,234,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8972C6 color. Also use rgb(137,114,198) instead hex code.

Text Font Color

.myTextColor { color: #8972C6; }

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

This text font color is #8972C6.


Background Color

.myBgColor { background-color: #8972C6; }

<div style="background-color:#8972C6">Inner text</div>

This div background color is #8972C6.


Border color

.myBorderColor { border: 1px solid #8972C6; }

<div style="border:3px solid #8972C6">Div</div>

This div border color is #8972C6.


Opacity

.myOpacity80 { color: #8972C6; opacity: 0.8; }

<p style="color:#8972C6;opacity:0.8;">80%</p>

Text with #8972C6 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 #8972C6;}

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

This text has shadow with #8972C6 color.

.textShadow {text-shadow: 3px 3px 1px #8972C6, 3px 3px 1px red;}

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

This text has shadow with #8972C6 primary color and red secondary color.


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

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

This text has shadow with #8972C6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8972C6 on black background.


Color preview on white background

This text has color #8972C6 on white background.



Black color preview on #8972C6 background

This text has black color on #8972C6 background.


White color preview on #8972C6 background

This text has white color on #8972C6 background.