COLOR #8D76A0

HEX: #8D76A0 RGB: (141,118,160)

Color info

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

RGB color model

#8D76A0 color RGB value is (141,118,160).

RGB: (141,118,160) (55%, 46%, 63%)

RGB channels and saturation

R 141 of 255 = 55%
G 118 of 255 = 46%
B 160 of 255 = 63%

141
118
160

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

Portions of RGB colors in percentages

R + G + B = 141 + 118 + 160 = 419 (100%)
R 141 of 419 ~ 33.65%
G 118 of 419 ~ 28.16%
B 160 of 419 ~ 38.19'%

%33.65
%28.16
%38.19

CMYK color model

#8D76A0 color CMYK value is (12,26,0,37).

  • cyan value is 11.88%
  • magenta value is 26.25%
  • yellow value is 0.00%
  • key color value is 37.25%
CMYK: (12,26,0,37) C12M26Y0K37 (12%,26%,0%,37%) (0.12/0.26/0.00/0.37) 

CMYK percentages

%11.88
%26.25
%0
%37.25

Codes

Color #8D76A0 in popluar color models

8D 76 A0
RGB 141 118 160
HSL 273° 18.10% 54.51%
HSB/HSV 273° 26.25% 62.75%
CMYK 11.88% 26.25% 0.00%
37.25%

Color #8D76A0 in popluar number systems.

HEX 8D 76 A0
Decimal 141 118 160
Binary 10001101 1110110 10100000
Octal 215 166 240

Shades and tints

Shades of #8D76A0

#8D76A0
(141,118,160)
#816C92
(129,108,146)
#756284
(117,98,132)
#695876
(105,88,118)
#5D4E68
(93,78,104)
#51445A
(81,68,90)
#453A4C
(69,58,76)
#39303E
(57,48,62)
#2D2630
(45,38,48)
#211C22
(33,28,34)
#151214
(21,18,20)
#000000
(0,0,0)

Tints of #8D76A0

#8D76A0
(141,118,160)
#9782A8
(151,130,168)
#A18EB0
(161,142,176)
#AB9AB8
(171,154,184)
#B5A6C0
(181,166,192)
#BFB2C8
(191,178,200)
#C9BED0
(201,190,208)
#D3CAD8
(211,202,216)
#DDD6E0
(221,214,224)
#E7E2E8
(231,226,232)
#F1EEF0
(241,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D76A0 color. Also use rgb(141,118,160) instead hex code.

Text Font Color

.myTextColor { color: #8D76A0; }

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

This text font color is #8D76A0.

Background Color

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

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

This div background color is #8D76A0.

Border color

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

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

This div border color is #8D76A0.

Opacity

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

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

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

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

This text has shadow with #8D76A0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8D76A0.

Preview

Color preview on black background

This text has color #8D76A0 on black background.


Color preview on white background

This text has color #8D76A0 on white background.


Black color preview on #8D76A0 background

This text has black color on #8D76A0 background.


White color preview on #8D76A0 background

This text has white color on #8D76A0 background.


Related colors

Complementary color

Complementary color for #hex is #72895F.


I love getcolorcode.com

Triadic colors

1 #A08D76 and #76A08D with #8D76A0 are triadic colors.

2 #A0768D and #768DA0 with #8D76A0 are triadic colors.