COLOR #8D417C

HEX: #8D417C
RGB: (141,65,124)

Color info

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

RGB color model

#8D417C color RGB value is (141,65,124).

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

RGB channels and saturation

R 141 of 255 = 55%
G 65 of 255 = 25%
B 124 of 255 = 49%

141
65
124

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

Portions of RGB colors in percentages

R + G + B =
141 + 65 + 124 = 330 (100%)
R 141 of 330 ~ 42.73%
G 65 of 330 ~ 19.7%
B 124 of 330 ~ 37.58%

%42.73
%19.7
%37.58

CMYK color model

#8D417C color CMYK value is (0,54,12,45).

  • cyan value is 0.00%
  • magenta value is 53.90%
  • yellow value is 12.06%
  • key color value is 44.71%
CMYK:
(0,54,12,45)
C0M54Y12K45 
(0%,54%,12%,45%)
(0.00/0.54/0.12/0.45)	

CMYK percentages

%0
%53.9
%12.06
%44.71

Codes

Color #8D417C in popluar color models

8D417C
RGB14165124
HSL313°36.89%40.39%
HSB/HSV313°53.90%55.29%
CMYK0.00%53.90%12.06%
44.71%

Color #8D417C in popluar number systems.

HEX8D417C
Decimal14165124
Binary1000110110000011111100
Octal215101174

Shades and tints

Shades of #8D417C

#8D417C
(141,65,124)
#813C71
(129,60,113)
#753766
(117,55,102)
#69325B
(105,50,91)
#5D2D50
(93,45,80)
#512845
(81,40,69)
#45233A
(69,35,58)
#391E2F
(57,30,47)
#2D1924
(45,25,36)
#211419
(33,20,25)
#150F0E
(21,15,14)
#000000
(0,0,0)

Tints of #8D417C

#8D417C
(141,65,124)
#975287
(151,82,135)
#A16392
(161,99,146)
#AB749D
(171,116,157)
#B585A8
(181,133,168)
#BF96B3
(191,150,179)
#C9A7BE
(201,167,190)
#D3B8C9
(211,184,201)
#DDC9D4
(221,201,212)
#E7DADF
(231,218,223)
#F1EBEA
(241,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D417C; }

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

This text font color is #8D417C.


Background Color

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

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

This div background color is #8D417C.


Border color

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

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

This div border color is #8D417C.


Opacity

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

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

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

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

This text has shadow with #8D417C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D417C on black background.


Color preview on white background

This text has color #8D417C on white background.



Black color preview on #8D417C background

This text has black color on #8D417C background.


White color preview on #8D417C background

This text has white color on #8D417C background.