COLOR #8D3E71

HEX: #8D3E71
RGB: (141,62,113)

Color info

#8D3E71 contains mainly red and blue colors. Web safe color of #8D3E71 is #993366 (or #936).

RGB color model

#8D3E71 color RGB value is (141,62,113).

  • red value is 141;
  • green value is 62;
  • blue value is 113.
RGB:
(141,62,113)
(55%,24%,44%)

RGB channels and saturation

R 141 of 255 = 55%
G 62 of 255 = 24%
B 113 of 255 = 44%

141
62
113

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

Portions of RGB colors in percentages

R + G + B =
141 + 62 + 113 = 316 (100%)
R 141 of 316 ~ 44.62%
G 62 of 316 ~ 19.62%
B 113 of 316 ~ 35.76%

%44.62
%19.62
%35.76

CMYK color model

#8D3E71 color CMYK value is (0,56,20,45).

  • cyan value is 0.00%
  • magenta value is 56.03%
  • yellow value is 19.86%
  • key color value is 44.71%
CMYK:
(0,56,20,45)
C0M56Y20K45 
(0%,56%,20%,45%)
(0.00/0.56/0.20/0.45)	

CMYK percentages

%0
%56.03
%19.86
%44.71

Codes

Color #8D3E71 in popluar color models

8D3E71
RGB14162113
HSL321°38.92%39.80%
HSB/HSV321°56.03%55.29%
CMYK0.00%56.03%19.86%
44.71%

Color #8D3E71 in popluar number systems.

HEX8D3E71
Decimal14162113
Binary100011011111101110001
Octal21576161

Shades and tints

Shades of #8D3E71

#8D3E71
(141,62,113)
#813967
(129,57,103)
#75345D
(117,52,93)
#692F53
(105,47,83)
#5D2A49
(93,42,73)
#51253F
(81,37,63)
#452035
(69,32,53)
#391B2B
(57,27,43)
#2D1621
(45,22,33)
#211117
(33,17,23)
#150C0D
(21,12,13)
#000000
(0,0,0)

Tints of #8D3E71

#8D3E71
(141,62,113)
#974F7D
(151,79,125)
#A16089
(161,96,137)
#AB7195
(171,113,149)
#B582A1
(181,130,161)
#BF93AD
(191,147,173)
#C9A4B9
(201,164,185)
#D3B5C5
(211,181,197)
#DDC6D1
(221,198,209)
#E7D7DD
(231,215,221)
#F1E8E9
(241,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D3E71 color. Also use rgb(141,62,113) instead hex code.

Text Font Color

.myTextColor { color: #8D3E71; }

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

This text font color is #8D3E71.


Background Color

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

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

This div background color is #8D3E71.


Border color

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

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

This div border color is #8D3E71.


Opacity

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

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

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

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

This text has shadow with #8D3E71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D3E71 on black background.


Color preview on white background

This text has color #8D3E71 on white background.



Black color preview on #8D3E71 background

This text has black color on #8D3E71 background.


White color preview on #8D3E71 background

This text has white color on #8D3E71 background.