COLOR #8D7493

HEX: #8D7493 RGB: (141,116,147)

Color info

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

RGB color model

#8D7493 color RGB value is (141,116,147).

RGB: (141,116,147) (55%, 45%, 58%)

RGB channels and saturation

R 141 of 255 = 55%
G 116 of 255 = 45%
B 147 of 255 = 58%

141
116
147

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

Portions of RGB colors in percentages

R + G + B = 141 + 116 + 147 = 404 (100%)
R 141 of 404 ~ 34.9%
G 116 of 404 ~ 28.71%
B 147 of 404 ~ 36.39'%

%34.9
%28.71
%36.39

CMYK color model

#8D7493 color CMYK value is (4,21,0,42).

  • cyan value is 4.08%
  • magenta value is 21.09%
  • yellow value is 0.00%
  • key color value is 42.35%

CMYK: (4,21,0,42)
C4M21Y0K42 (4%, 21%, 0%, 42%)
(0.04 / 0.21 / 0.00 / 0.42)

CMYK percentages

%4.08
%21.09
%0
%42.35

Codes

Color #8D7493 in popluar color models

8D 74 93
RGB 141 116 147
HSL 288° 12.55% 51.57%
HSB/HSV 288° 21.09% 57.65%
CMYK 4.08% 21.09% 0.00%
42.35%

Color #8D7493 in popluar number systems.

HEX 8D 74 93
Decimal 141 116 147
Binary 10001101 1110100 10010011
Octal 215 164 223

Shades and tints

Shades of #8D7493

#8D7493
(141,116,147)
#816A86
(129,106,134)
#756079
(117,96,121)
#69566C
(105,86,108)
#5D4C5F
(93,76,95)
#514252
(81,66,82)
#453845
(69,56,69)
#392E38
(57,46,56)
#2D242B
(45,36,43)
#211A1E
(33,26,30)
#151011
(21,16,17)
#000000
(0,0,0)

Tints of #8D7493

#8D7493
(141,116,147)
#97809C
(151,128,156)
#A18CA5
(161,140,165)
#AB98AE
(171,152,174)
#B5A4B7
(181,164,183)
#BFB0C0
(191,176,192)
#C9BCC9
(201,188,201)
#D3C8D2
(211,200,210)
#DDD4DB
(221,212,219)
#E7E0E4
(231,224,228)
#F1ECED
(241,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D7493 color. Also use rgb(141,116,147) instead hex code.

Text Font Color

.myTextColor { color: #8D7493; }

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

This text font color is #8D7493.

Background Color

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

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

This div background color is #8D7493.

Border color

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

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

This div border color is #8D7493.

Opacity

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

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

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

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

This text has shadow with #8D7493 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8D7493.

Preview

Color preview on black background

This text has color #8D7493 on black background.


Color preview on white background

This text has color #8D7493 on white background.


Black color preview on #8D7493 background

This text has black color on #8D7493 background.


White color preview on #8D7493 background

This text has white color on #8D7493 background.


Related colors

Complementary color

Complementary color for #hex is #728B6C.


I love getcolorcode.com

Triadic colors

1 #938D74 and #74938D with #8D7493 are triadic colors.

2 #93748D and #748D93 with #8D7493 are triadic colors.