COLOR #8D4389

HEX: #8D4389 RGB: (141,67,137)

Color info

#8D4389 contains mainly red and blue colors. Web safe color of #8D4389 is #993399 (or #939).

RGB color model

#8D4389 color RGB value is (141,67,137).

RGB: (141,67,137) (55%, 26%, 54%)

RGB channels and saturation

R 141 of 255 = 55%
G 67 of 255 = 26%
B 137 of 255 = 54%

141
67
137

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

Portions of RGB colors in percentages

R + G + B = 141 + 67 + 137 = 345 (100%)
R 141 of 345 ~ 40.87%
G 67 of 345 ~ 19.42%
B 137 of 345 ~ 39.71'%

%40.87
%19.42
%39.71

CMYK color model

#8D4389 color CMYK value is (0,52,3,45).

  • cyan value is 0.00%
  • magenta value is 52.48%
  • yellow value is 2.84%
  • key color value is 44.71%

CMYK: (0,52,3,45)
C0M52Y3K45 (0%, 52%, 3%, 45%)
(0.00 / 0.52 / 0.03 / 0.45)

CMYK percentages

%0
%52.48
%2.84
%44.71

Codes

Color #8D4389 in popluar color models

8D 43 89
RGB 141 67 137
HSL 303° 35.58% 40.78%
HSB/HSV 303° 52.48% 55.29%
CMYK 0.00% 52.48% 2.84%
44.71%

Color #8D4389 in popluar number systems.

HEX 8D 43 89
Decimal 141 67 137
Binary 10001101 1000011 10001001
Octal 215 103 211

Shades and tints

Shades of #8D4389

#8D4389
(141,67,137)
#813D7D
(129,61,125)
#753771
(117,55,113)
#693165
(105,49,101)
#5D2B59
(93,43,89)
#51254D
(81,37,77)
#451F41
(69,31,65)
#391935
(57,25,53)
#2D1329
(45,19,41)
#210D1D
(33,13,29)
#150711
(21,7,17)
#000000
(0,0,0)

Tints of #8D4389

#8D4389
(141,67,137)
#975493
(151,84,147)
#A1659D
(161,101,157)
#AB76A7
(171,118,167)
#B587B1
(181,135,177)
#BF98BB
(191,152,187)
#C9A9C5
(201,169,197)
#D3BACF
(211,186,207)
#DDCBD9
(221,203,217)
#E7DCE3
(231,220,227)
#F1EDED
(241,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D4389 color. Also use rgb(141,67,137) instead hex code.

Text Font Color

.myTextColor { color: #8D4389; }

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

This text font color is #8D4389.

Background Color

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

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

This div background color is #8D4389.

Border color

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

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

This div border color is #8D4389.

Opacity

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

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

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

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

This text has shadow with #8D4389 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8D4389.

Preview

Color preview on black background

This text has color #8D4389 on black background.


Color preview on white background

This text has color #8D4389 on white background.


Black color preview on #8D4389 background

This text has black color on #8D4389 background.


White color preview on #8D4389 background

This text has white color on #8D4389 background.


Related colors

Complementary color

Complementary color for #hex is #72BC76.


I love getcolorcode.com

Triadic colors

1 #898D43 and #43898D with #8D4389 are triadic colors.

2 #89438D and #438D89 with #8D4389 are triadic colors.