COLOR #8978C0

HEX: #8978C0 RGB: (137,120,192)

Color info

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

RGB color model

#8978C0 color RGB value is (137,120,192).

RGB: (137,120,192) (54%, 47%, 75%)

RGB channels and saturation

R 137 of 255 = 54%
G 120 of 255 = 47%
B 192 of 255 = 75%

137
120
192

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

Portions of RGB colors in percentages

R + G + B = 137 + 120 + 192 = 449 (100%)
R 137 of 449 ~ 30.51%
G 120 of 449 ~ 26.73%
B 192 of 449 ~ 42.76'%

%30.51
%26.73
%42.76

CMYK color model

#8978C0 color CMYK value is (29,38,0,25).

  • cyan value is 28.65%
  • magenta value is 37.50%
  • yellow value is 0.00%
  • key color value is 24.71%

CMYK: (29,38,0,25)
C29M38Y0K25 (29%, 38%, 0%, 25%)
(0.29 / 0.38 / 0.00 / 0.25)

CMYK percentages

%28.65
%37.5
%0
%24.71

Codes

Color #8978C0 in popluar color models

89 78 C0
RGB 137 120 192
HSL 254° 36.36% 61.18%
HSB/HSV 254° 37.50% 75.29%
CMYK 28.65% 37.50% 0.00%
24.71%

Color #8978C0 in popluar number systems.

HEX 89 78 C0
Decimal 137 120 192
Binary 10001001 1111000 11000000
Octal 211 170 300

Shades and tints

Shades of #8978C0

#8978C0
(137,120,192)
#7D6EAF
(125,110,175)
#71649E
(113,100,158)
#655A8D
(101,90,141)
#59507C
(89,80,124)
#4D466B
(77,70,107)
#413C5A
(65,60,90)
#353249
(53,50,73)
#292838
(41,40,56)
#1D1E27
(29,30,39)
#111416
(17,20,22)
#000000
(0,0,0)

Tints of #8978C0

#8978C0
(137,120,192)
#9384C5
(147,132,197)
#9D90CA
(157,144,202)
#A79CCF
(167,156,207)
#B1A8D4
(177,168,212)
#BBB4D9
(187,180,217)
#C5C0DE
(197,192,222)
#CFCCE3
(207,204,227)
#D9D8E8
(217,216,232)
#E3E4ED
(227,228,237)
#EDF0F2
(237,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8978C0 color. Also use rgb(137,120,192) instead hex code.

Text Font Color

.myTextColor { color: #8978C0; }

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

This text font color is #8978C0.

Background Color

.myBgColor { background-color: #8978C0; }

<div style="background-color:#8978C0">Inner text</div>

This div background color is #8978C0.

Border color

.myBorderColor { border: 1px solid #8978C0; }

<div style="border:3px solid #8978C0">Div</div>

This div border color is #8978C0.

Opacity

.myOpacity80 { color: #8978C0; opacity: 0.8; }

<p style="color:#8978C0;opacity:0.8;">80%</p>

Text with #8978C0 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 #8978C0;}

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

This text has shadow with #8978C0 color.


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

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

This text has shadow with #8978C0 primary color and red secondary color.


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

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

This text has shadow with #8978C0 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #8978C0.

Preview

Color preview on black background

This text has color #8978C0 on black background.


Color preview on white background

This text has color #8978C0 on white background.


Black color preview on #8978C0 background

This text has black color on #8978C0 background.


White color preview on #8978C0 background

This text has white color on #8978C0 background.


Related colors

Complementary color

Complementary color for #hex is #76873F.


I love getcolorcode.com

Triadic colors

1 #C08978 and #78C089 with #8978C0 are triadic colors.

2 #C07889 and #7889C0 with #8978C0 are triadic colors.