COLOR #8C7394

HEX: #8C7394 RGB: (140,115,148)

Color info

#8C7394 contains red, green and blue colors in about the same proportion. Web safe color of #8C7394 is #996699 (or #969).

RGB color model

#8C7394 color RGB value is (140,115,148).

RGB: (140,115,148) (55%, 45%, 58%)

RGB channels and saturation

R 140 of 255 = 55%
G 115 of 255 = 45%
B 148 of 255 = 58%

140
115
148

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

Portions of RGB colors in percentages

R + G + B = 140 + 115 + 148 = 403 (100%)
R 140 of 403 ~ 34.74%
G 115 of 403 ~ 28.54%
B 148 of 403 ~ 36.72'%

%34.74
%28.54
%36.72

CMYK color model

#8C7394 color CMYK value is (5,22,0,42).

  • cyan value is 5.41%
  • magenta value is 22.30%
  • yellow value is 0.00%
  • key color value is 41.96%

CMYK: (5,22,0,42)
C5M22Y0K42 (5%, 22%, 0%, 42%)
(0.05 / 0.22 / 0.00 / 0.42)

CMYK percentages

%5.41
%22.3
%0
%41.96

Codes

Color #8C7394 in popluar color models

8C 73 94
RGB 140 115 148
HSL 285° 13.36% 51.57%
HSB/HSV 285° 22.30% 58.04%
CMYK 5.41% 22.30% 0.00%
41.96%

Color #8C7394 in popluar number systems.

HEX 8C 73 94
Decimal 140 115 148
Binary 10001100 1110011 10010100
Octal 214 163 224

Shades and tints

Shades of #8C7394

#8C7394
(140,115,148)
#806987
(128,105,135)
#745F7A
(116,95,122)
#68556D
(104,85,109)
#5C4B60
(92,75,96)
#504153
(80,65,83)
#443746
(68,55,70)
#382D39
(56,45,57)
#2C232C
(44,35,44)
#20191F
(32,25,31)
#140F12
(20,15,18)
#000000
(0,0,0)

Tints of #8C7394

#8C7394
(140,115,148)
#967F9D
(150,127,157)
#A08BA6
(160,139,166)
#AA97AF
(170,151,175)
#B4A3B8
(180,163,184)
#BEAFC1
(190,175,193)
#C8BBCA
(200,187,202)
#D2C7D3
(210,199,211)
#DCD3DC
(220,211,220)
#E6DFE5
(230,223,229)
#F0EBEE
(240,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C7394 color. Also use rgb(140,115,148) instead hex code.

Text Font Color

.myTextColor { color: #8C7394; }

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

This text font color is #8C7394.

Background Color

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

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

This div background color is #8C7394.

Border color

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

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

This div border color is #8C7394.

Opacity

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

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

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

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

This text has shadow with #8C7394 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C7394.

Preview

Color preview on black background

This text has color #8C7394 on black background.


Color preview on white background

This text has color #8C7394 on white background.


Black color preview on #8C7394 background

This text has black color on #8C7394 background.


White color preview on #8C7394 background

This text has white color on #8C7394 background.


Related colors

Complementary color

Complementary color for #hex is #738C6B.


I love getcolorcode.com

Triadic colors

1 #948C73 and #73948C with #8C7394 are triadic colors.

2 #94738C and #738C94 with #8C7394 are triadic colors.