COLOR #8D478F

HEX: #8D478F
RGB: (141,71,143)

Color info

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

RGB color model

#8D478F color RGB value is (141,71,143).

  • red value is 141;
  • green value is 71;
  • blue value is 143.
RGB:
(141,71,143)
(55%,28%,56%)

RGB channels and saturation

R 141 of 255 = 55%
G 71 of 255 = 28%
B 143 of 255 = 56%

141
71
143

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

Portions of RGB colors in percentages

R + G + B =
141 + 71 + 143 = 355 (100%)
R 141 of 355 ~ 39.72%
G 71 of 355 ~ 20%
B 143 of 355 ~ 40.28%

%39.72
%20
%40.28

CMYK color model

#8D478F color CMYK value is (1,50,0,44).

  • cyan value is 1.40%
  • magenta value is 50.35%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(1,50,0,44)
C1M50Y0K44 
(1%,50%,0%,44%)
(0.01/0.50/0.00/0.44)	

CMYK percentages

%1.4
%50.35
%0
%43.92

Codes

Color #8D478F in popluar color models

8D478F
RGB14171143
HSL298°33.64%41.96%
HSB/HSV298°50.35%56.08%
CMYK1.40%50.35%0.00%
43.92%

Color #8D478F in popluar number systems.

HEX8D478F
Decimal14171143
Binary10001101100011110001111
Octal215107217

Shades and tints

Shades of #8D478F

#8D478F
(141,71,143)
#814182
(129,65,130)
#753B75
(117,59,117)
#693568
(105,53,104)
#5D2F5B
(93,47,91)
#51294E
(81,41,78)
#452341
(69,35,65)
#391D34
(57,29,52)
#2D1727
(45,23,39)
#21111A
(33,17,26)
#150B0D
(21,11,13)
#000000
(0,0,0)

Tints of #8D478F

#8D478F
(141,71,143)
#975799
(151,87,153)
#A167A3
(161,103,163)
#AB77AD
(171,119,173)
#B587B7
(181,135,183)
#BF97C1
(191,151,193)
#C9A7CB
(201,167,203)
#D3B7D5
(211,183,213)
#DDC7DF
(221,199,223)
#E7D7E9
(231,215,233)
#F1E7F3
(241,231,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D478F color. Also use rgb(141,71,143) instead hex code.

Text Font Color

.myTextColor { color: #8D478F; }

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

This text font color is #8D478F.


Background Color

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

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

This div background color is #8D478F.


Border color

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

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

This div border color is #8D478F.


Opacity

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

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

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

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

This text has shadow with #8D478F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D478F on black background.


Color preview on white background

This text has color #8D478F on white background.



Black color preview on #8D478F background

This text has black color on #8D478F background.


White color preview on #8D478F background

This text has white color on #8D478F background.