COLOR #8C4C7F

HEX: #8C4C7F RGB: (140,76,127)

Color info

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

RGB color model

#8C4C7F color RGB value is (140,76,127).

RGB: (140,76,127) (55%, 30%, 50%)

RGB channels and saturation

R 140 of 255 = 55%
G 76 of 255 = 30%
B 127 of 255 = 50%

140
76
127

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

Portions of RGB colors in percentages

R + G + B = 140 + 76 + 127 = 343 (100%)
R 140 of 343 ~ 40.82%
G 76 of 343 ~ 22.16%
B 127 of 343 ~ 37.03'%

%40.82
%22.16
%37.03

CMYK color model

#8C4C7F color CMYK value is (0,46,9,45).

  • cyan value is 0.00%
  • magenta value is 45.71%
  • yellow value is 9.29%
  • key color value is 45.10%

CMYK: (0,46,9,45)
C0M46Y9K45 (0%, 46%, 9%, 45%)
(0.00 / 0.46 / 0.09 / 0.45)

CMYK percentages

%0
%45.71
%9.29
%45.1

Codes

Color #8C4C7F in popluar color models

8C 4C 7F
RGB 140 76 127
HSL 312° 29.63% 42.35%
HSB/HSV 312° 45.71% 54.90%
CMYK 0.00% 45.71% 9.29%
45.10%

Color #8C4C7F in popluar number systems.

HEX 8C 4C 7F
Decimal 140 76 127
Binary 10001100 1001100 1111111
Octal 214 114 177

Shades and tints

Shades of #8C4C7F

#8C4C7F
(140,76,127)
#804674
(128,70,116)
#744069
(116,64,105)
#683A5E
(104,58,94)
#5C3453
(92,52,83)
#502E48
(80,46,72)
#44283D
(68,40,61)
#382232
(56,34,50)
#2C1C27
(44,28,39)
#20161C
(32,22,28)
#141011
(20,16,17)
#000000
(0,0,0)

Tints of #8C4C7F

#8C4C7F
(140,76,127)
#965C8A
(150,92,138)
#A06C95
(160,108,149)
#AA7CA0
(170,124,160)
#B48CAB
(180,140,171)
#BE9CB6
(190,156,182)
#C8ACC1
(200,172,193)
#D2BCCC
(210,188,204)
#DCCCD7
(220,204,215)
#E6DCE2
(230,220,226)
#F0ECED
(240,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C4C7F color. Also use rgb(140,76,127) instead hex code.

Text Font Color

.myTextColor { color: #8C4C7F; }

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

This text font color is #8C4C7F.

Background Color

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

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

This div background color is #8C4C7F.

Border color

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

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

This div border color is #8C4C7F.

Opacity

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

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

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

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

This text has shadow with #8C4C7F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C4C7F.

Preview

Color preview on black background

This text has color #8C4C7F on black background.


Color preview on white background

This text has color #8C4C7F on white background.


Black color preview on #8C4C7F background

This text has black color on #8C4C7F background.


White color preview on #8C4C7F background

This text has white color on #8C4C7F background.


Related colors

Complementary color

Complementary color for #hex is #73B380.


I love getcolorcode.com

Triadic colors

1 #7F8C4C and #4C7F8C with #8C4C7F are triadic colors.

2 #7F4C8C and #4C8C7F with #8C4C7F are triadic colors.