COLOR #8D7994

HEX: #8D7994 RGB: (141,121,148)

Color info

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

RGB color model

#8D7994 color RGB value is (141,121,148).

RGB: (141,121,148) (55%, 47%, 58%)

RGB channels and saturation

R 141 of 255 = 55%
G 121 of 255 = 47%
B 148 of 255 = 58%

141
121
148

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

Portions of RGB colors in percentages

R + G + B = 141 + 121 + 148 = 410 (100%)
R 141 of 410 ~ 34.39%
G 121 of 410 ~ 29.51%
B 148 of 410 ~ 36.1'%

%34.39
%29.51
%36.1

CMYK color model

#8D7994 color CMYK value is (5,18,0,42).

  • cyan value is 4.73%
  • magenta value is 18.24%
  • yellow value is 0.00%
  • key color value is 41.96%

CMYK: (5,18,0,42)
C5M18Y0K42 (5%, 18%, 0%, 42%)
(0.05 / 0.18 / 0.00 / 0.42)

CMYK percentages

%4.73
%18.24
%0
%41.96

Codes

Color #8D7994 in popluar color models

8D 79 94
RGB 141 121 148
HSL 284° 11.20% 52.75%
HSB/HSV 284° 18.24% 58.04%
CMYK 4.73% 18.24% 0.00%
41.96%

Color #8D7994 in popluar number systems.

HEX 8D 79 94
Decimal 141 121 148
Binary 10001101 1111001 10010100
Octal 215 171 224

Shades and tints

Shades of #8D7994

#8D7994
(141,121,148)
#816E87
(129,110,135)
#75637A
(117,99,122)
#69586D
(105,88,109)
#5D4D60
(93,77,96)
#514253
(81,66,83)
#453746
(69,55,70)
#392C39
(57,44,57)
#2D212C
(45,33,44)
#21161F
(33,22,31)
#150B12
(21,11,18)
#000000
(0,0,0)

Tints of #8D7994

#8D7994
(141,121,148)
#97859D
(151,133,157)
#A191A6
(161,145,166)
#AB9DAF
(171,157,175)
#B5A9B8
(181,169,184)
#BFB5C1
(191,181,193)
#C9C1CA
(201,193,202)
#D3CDD3
(211,205,211)
#DDD9DC
(221,217,220)
#E7E5E5
(231,229,229)
#F1F1EE
(241,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D7994 color. Also use rgb(141,121,148) instead hex code.

Text Font Color

.myTextColor { color: #8D7994; }

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

This text font color is #8D7994.

Background Color

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

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

This div background color is #8D7994.

Border color

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

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

This div border color is #8D7994.

Opacity

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

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

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

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

This text has shadow with #8D7994 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8D7994.

Preview

Color preview on black background

This text has color #8D7994 on black background.


Color preview on white background

This text has color #8D7994 on white background.


Black color preview on #8D7994 background

This text has black color on #8D7994 background.


White color preview on #8D7994 background

This text has white color on #8D7994 background.


Related colors

Complementary color

Complementary color for #hex is #72866B.


I love getcolorcode.com

Triadic colors

1 #948D79 and #79948D with #8D7994 are triadic colors.

2 #94798D and #798D94 with #8D7994 are triadic colors.