COLOR #8C478E

HEX: #8C478E RGB: (140,71,142)

Color info

#8C478E contains mainly red and blue colors. Web safe color of #8C478E is #993399 (or #939).

RGB color model

#8C478E color RGB value is (140,71,142).

RGB: (140,71,142) (55%, 28%, 56%)

RGB channels and saturation

R 140 of 255 = 55%
G 71 of 255 = 28%
B 142 of 255 = 56%

140
71
142

R + G + B ~ 46%. #8C478E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 140 + 71 + 142 = 353 (100%)
R 140 of 353 ~ 39.66%
G 71 of 353 ~ 20.11%
B 142 of 353 ~ 40.23'%

%39.66
%20.11
%40.23

CMYK color model

#8C478E color CMYK value is (1,50,0,44).

  • cyan value is 1.41%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 44.31%

CMYK: (1,50,0,44)
C1M50Y0K44 (1%, 50%, 0%, 44%)
(0.01 / 0.50 / 0.00 / 0.44)

CMYK percentages

%1.41
%50
%0
%44.31

Codes

Color #8C478E in popluar color models

8C 47 8E
RGB 140 71 142
HSL 298° 33.33% 41.76%
HSB/HSV 298° 50.00% 55.69%
CMYK 1.41% 50.00% 0.00%
44.31%

Color #8C478E in popluar number systems.

HEX 8C 47 8E
Decimal 140 71 142
Binary 10001100 1000111 10001110
Octal 214 107 216

Shades and tints

Shades of #8C478E

#8C478E
(140,71,142)
#804182
(128,65,130)
#743B76
(116,59,118)
#68356A
(104,53,106)
#5C2F5E
(92,47,94)
#502952
(80,41,82)
#442346
(68,35,70)
#381D3A
(56,29,58)
#2C172E
(44,23,46)
#201122
(32,17,34)
#140B16
(20,11,22)
#000000
(0,0,0)

Tints of #8C478E

#8C478E
(140,71,142)
#965798
(150,87,152)
#A067A2
(160,103,162)
#AA77AC
(170,119,172)
#B487B6
(180,135,182)
#BE97C0
(190,151,192)
#C8A7CA
(200,167,202)
#D2B7D4
(210,183,212)
#DCC7DE
(220,199,222)
#E6D7E8
(230,215,232)
#F0E7F2
(240,231,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C478E color. Also use rgb(140,71,142) instead hex code.

Text Font Color

.myTextColor { color: #8C478E; }

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

This text font color is #8C478E.

Background Color

.myBgColor { background-color: #8C478E; }

<div style="background-color:#8C478E">Inner text</div>

This div background color is #8C478E.

Border color

.myBorderColor { border: 1px solid #8C478E; }

<div style="border:3px solid #8C478E">Div</div>

This div border color is #8C478E.

Opacity

.myOpacity80 { color: #8C478E; opacity: 0.8; }

<p style="color:#8C478E;opacity:0.8;">80%</p>

Text with #8C478E 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 #8C478E;}

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

This text has shadow with #8C478E color.


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

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

This text has shadow with #8C478E primary color and red secondary color.


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

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

This text has shadow with #8C478E and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #8C478E.

Preview

Color preview on black background

This text has color #8C478E on black background.


Color preview on white background

This text has color #8C478E on white background.


Black color preview on #8C478E background

This text has black color on #8C478E background.


White color preview on #8C478E background

This text has white color on #8C478E background.


Related colors

Complementary color

Complementary color for #hex is #73B871.


I love getcolorcode.com

Triadic colors

1 #8E8C47 and #478E8C with #8C478E are triadic colors.

2 #8E478C and #478C8E with #8C478E are triadic colors.