COLOR #8D4E6C

HEX: #8D4E6C RGB: (141,78,108)

Color info

#8D4E6C contains mainly red and blue colors. Web safe color of #8D4E6C is #996666 (or #966).

RGB color model

#8D4E6C color RGB value is (141,78,108).

RGB: (141,78,108) (55%, 31%, 42%)

RGB channels and saturation

R 141 of 255 = 55%
G 78 of 255 = 31%
B 108 of 255 = 42%

141
78
108

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

Portions of RGB colors in percentages

R + G + B = 141 + 78 + 108 = 327 (100%)
R 141 of 327 ~ 43.12%
G 78 of 327 ~ 23.85%
B 108 of 327 ~ 33.03'%

%43.12
%23.85
%33.03

CMYK color model

#8D4E6C color CMYK value is (0,45,23,45).

  • cyan value is 0.00%
  • magenta value is 44.68%
  • yellow value is 23.40%
  • key color value is 44.71%

CMYK: (0,45,23,45)
C0M45Y23K45 (0%, 45%, 23%, 45%)
(0.00 / 0.45 / 0.23 / 0.45)

CMYK percentages

%0
%44.68
%23.4
%44.71

Codes

Color #8D4E6C in popluar color models

8D 4E 6C
RGB 141 78 108
HSL 331° 28.77% 42.94%
HSB/HSV 331° 44.68% 55.29%
CMYK 0.00% 44.68% 23.40%
44.71%

Color #8D4E6C in popluar number systems.

HEX 8D 4E 6C
Decimal 141 78 108
Binary 10001101 1001110 1101100
Octal 215 116 154

Shades and tints

Shades of #8D4E6C

#8D4E6C
(141,78,108)
#814763
(129,71,99)
#75405A
(117,64,90)
#693951
(105,57,81)
#5D3248
(93,50,72)
#512B3F
(81,43,63)
#452436
(69,36,54)
#391D2D
(57,29,45)
#2D1624
(45,22,36)
#210F1B
(33,15,27)
#150812
(21,8,18)
#000000
(0,0,0)

Tints of #8D4E6C

#8D4E6C
(141,78,108)
#975E79
(151,94,121)
#A16E86
(161,110,134)
#AB7E93
(171,126,147)
#B58EA0
(181,142,160)
#BF9EAD
(191,158,173)
#C9AEBA
(201,174,186)
#D3BEC7
(211,190,199)
#DDCED4
(221,206,212)
#E7DEE1
(231,222,225)
#F1EEEE
(241,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D4E6C color. Also use rgb(141,78,108) instead hex code.

Text Font Color

.myTextColor { color: #8D4E6C; }

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

This text font color is #8D4E6C.

Background Color

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

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

This div background color is #8D4E6C.

Border color

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

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

This div border color is #8D4E6C.

Opacity

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

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

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

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

This text has shadow with #8D4E6C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8D4E6C.

Preview

Color preview on black background

This text has color #8D4E6C on black background.


Color preview on white background

This text has color #8D4E6C on white background.


Black color preview on #8D4E6C background

This text has black color on #8D4E6C background.


White color preview on #8D4E6C background

This text has white color on #8D4E6C background.


Related colors

Complementary color

Complementary color for #hex is #72B193.


I love getcolorcode.com

Triadic colors

1 #6C8D4E and #4E6C8D with #8D4E6C are triadic colors.

2 #6C4E8D and #4E8D6C with #8D4E6C are triadic colors.