COLOR #8D417F

HEX: #8D417F
RGB: (141,65,127)

Color info

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

RGB color model

#8D417F color RGB value is (141,65,127).

  • red value is 141;
  • green value is 65;
  • blue value is 127.
RGB:
(141,65,127)
(55%,25%,50%)

RGB channels and saturation

R 141 of 255 = 55%
G 65 of 255 = 25%
B 127 of 255 = 50%

141
65
127

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

Portions of RGB colors in percentages

R + G + B =
141 + 65 + 127 = 333 (100%)
R 141 of 333 ~ 42.34%
G 65 of 333 ~ 19.52%
B 127 of 333 ~ 38.14%

%42.34
%19.52
%38.14

CMYK color model

#8D417F color CMYK value is (0,54,10,45).

  • cyan value is 0.00%
  • magenta value is 53.90%
  • yellow value is 9.93%
  • key color value is 44.71%
CMYK:
(0,54,10,45)
C0M54Y10K45 
(0%,54%,10%,45%)
(0.00/0.54/0.10/0.45)	

CMYK percentages

%0
%53.9
%9.93
%44.71

Codes

Color #8D417F in popluar color models

8D417F
RGB14165127
HSL311°36.89%40.39%
HSB/HSV311°53.90%55.29%
CMYK0.00%53.90%9.93%
44.71%

Color #8D417F in popluar number systems.

HEX8D417F
Decimal14165127
Binary1000110110000011111111
Octal215101177

Shades and tints

Shades of #8D417F

#8D417F
(141,65,127)
#813C74
(129,60,116)
#753769
(117,55,105)
#69325E
(105,50,94)
#5D2D53
(93,45,83)
#512848
(81,40,72)
#45233D
(69,35,61)
#391E32
(57,30,50)
#2D1927
(45,25,39)
#21141C
(33,20,28)
#150F11
(21,15,17)
#000000
(0,0,0)

Tints of #8D417F

#8D417F
(141,65,127)
#97528A
(151,82,138)
#A16395
(161,99,149)
#AB74A0
(171,116,160)
#B585AB
(181,133,171)
#BF96B6
(191,150,182)
#C9A7C1
(201,167,193)
#D3B8CC
(211,184,204)
#DDC9D7
(221,201,215)
#E7DAE2
(231,218,226)
#F1EBED
(241,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D417F color. Also use rgb(141,65,127) instead hex code.

Text Font Color

.myTextColor { color: #8D417F; }

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

This text font color is #8D417F.


Background Color

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

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

This div background color is #8D417F.


Border color

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

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

This div border color is #8D417F.


Opacity

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

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

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

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

This text has shadow with #8D417F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D417F on black background.


Color preview on white background

This text has color #8D417F on white background.



Black color preview on #8D417F background

This text has black color on #8D417F background.


White color preview on #8D417F background

This text has white color on #8D417F background.