COLOR #8C3774

HEX: #8C3774 RGB: (140,55,116)

Color info

#8C3774 contains mainly red and blue colors. Web safe color of #8C3774 is #993366 (or #936).

RGB color model

#8C3774 color RGB value is (140,55,116).

RGB: (140,55,116) (55%, 22%, 45%)

RGB channels and saturation

R 140 of 255 = 55%
G 55 of 255 = 22%
B 116 of 255 = 45%

140
55
116

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

Portions of RGB colors in percentages

R + G + B = 140 + 55 + 116 = 311 (100%)
R 140 of 311 ~ 45.02%
G 55 of 311 ~ 17.68%
B 116 of 311 ~ 37.3'%

%45.02
%17.68
%37.3

CMYK color model

#8C3774 color CMYK value is (0,61,17,45).

  • cyan value is 0.00%
  • magenta value is 60.71%
  • yellow value is 17.14%
  • key color value is 45.10%

CMYK: (0,61,17,45)
C0M61Y17K45 (0%, 61%, 17%, 45%)
(0.00 / 0.61 / 0.17 / 0.45)

CMYK percentages

%0
%60.71
%17.14
%45.1

Codes

Color #8C3774 in popluar color models

8C 37 74
RGB 140 55 116
HSL 317° 43.59% 38.24%
HSB/HSV 317° 60.71% 54.90%
CMYK 0.00% 60.71% 17.14%
45.10%

Color #8C3774 in popluar number systems.

HEX 8C 37 74
Decimal 140 55 116
Binary 10001100 110111 1110100
Octal 214 67 164

Shades and tints

Shades of #8C3774

#8C3774
(140,55,116)
#80326A
(128,50,106)
#742D60
(116,45,96)
#682856
(104,40,86)
#5C234C
(92,35,76)
#501E42
(80,30,66)
#441938
(68,25,56)
#38142E
(56,20,46)
#2C0F24
(44,15,36)
#200A1A
(32,10,26)
#140510
(20,5,16)
#000000
(0,0,0)

Tints of #8C3774

#8C3774
(140,55,116)
#964980
(150,73,128)
#A05B8C
(160,91,140)
#AA6D98
(170,109,152)
#B47FA4
(180,127,164)
#BE91B0
(190,145,176)
#C8A3BC
(200,163,188)
#D2B5C8
(210,181,200)
#DCC7D4
(220,199,212)
#E6D9E0
(230,217,224)
#F0EBEC
(240,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C3774 color. Also use rgb(140,55,116) instead hex code.

Text Font Color

.myTextColor { color: #8C3774; }

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

This text font color is #8C3774.

Background Color

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

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

This div background color is #8C3774.

Border color

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

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

This div border color is #8C3774.

Opacity

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

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

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

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

This text has shadow with #8C3774 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C3774.

Preview

Color preview on black background

This text has color #8C3774 on black background.


Color preview on white background

This text has color #8C3774 on white background.


Black color preview on #8C3774 background

This text has black color on #8C3774 background.


White color preview on #8C3774 background

This text has white color on #8C3774 background.


Related colors

Complementary color

Complementary color for #hex is #73C88B.


I love getcolorcode.com

Triadic colors

1 #748C37 and #37748C with #8C3774 are triadic colors.

2 #74378C and #378C74 with #8C3774 are triadic colors.