COLOR #8D47AC

HEX: #8D47AC RGB: (141,71,172)

Color info

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

RGB color model

#8D47AC color RGB value is (141,71,172).

RGB: (141,71,172) (55%, 28%, 67%)

RGB channels and saturation

R 141 of 255 = 55%
G 71 of 255 = 28%
B 172 of 255 = 67%

141
71
172

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

Portions of RGB colors in percentages

R + G + B = 141 + 71 + 172 = 384 (100%)
R 141 of 384 ~ 36.72%
G 71 of 384 ~ 18.49%
B 172 of 384 ~ 44.79'%

%36.72
%18.49
%44.79

CMYK color model

#8D47AC color CMYK value is (18,59,0,33).

  • cyan value is 18.02%
  • magenta value is 58.72%
  • yellow value is 0.00%
  • key color value is 32.55%

CMYK: (18,59,0,33)
C18M59Y0K33 (18%, 59%, 0%, 33%)
(0.18 / 0.59 / 0.00 / 0.33)

CMYK percentages

%18.02
%58.72
%0
%32.55

Codes

Color #8D47AC in popluar color models

8D 47 AC
RGB 141 71 172
HSL 282° 41.56% 47.65%
HSB/HSV 282° 58.72% 67.45%
CMYK 18.02% 58.72% 0.00%
32.55%

Color #8D47AC in popluar number systems.

HEX 8D 47 AC
Decimal 141 71 172
Binary 10001101 1000111 10101100
Octal 215 107 254

Shades and tints

Shades of #8D47AC

#8D47AC
(141,71,172)
#81419D
(129,65,157)
#753B8E
(117,59,142)
#69357F
(105,53,127)
#5D2F70
(93,47,112)
#512961
(81,41,97)
#452352
(69,35,82)
#391D43
(57,29,67)
#2D1734
(45,23,52)
#211125
(33,17,37)
#150B16
(21,11,22)
#000000
(0,0,0)

Tints of #8D47AC

#8D47AC
(141,71,172)
#9757B3
(151,87,179)
#A167BA
(161,103,186)
#AB77C1
(171,119,193)
#B587C8
(181,135,200)
#BF97CF
(191,151,207)
#C9A7D6
(201,167,214)
#D3B7DD
(211,183,221)
#DDC7E4
(221,199,228)
#E7D7EB
(231,215,235)
#F1E7F2
(241,231,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D47AC; }

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

This text font color is #8D47AC.

Background Color

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

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

This div background color is #8D47AC.

Border color

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

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

This div border color is #8D47AC.

Opacity

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

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

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

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

This text has shadow with #8D47AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8D47AC.

Preview

Color preview on black background

This text has color #8D47AC on black background.


Color preview on white background

This text has color #8D47AC on white background.


Black color preview on #8D47AC background

This text has black color on #8D47AC background.


White color preview on #8D47AC background

This text has white color on #8D47AC background.


Related colors

Complementary color

Complementary color for #hex is #72B853.


I love getcolorcode.com

Triadic colors

1 #AC8D47 and #47AC8D with #8D47AC are triadic colors.

2 #AC478D and #478DAC with #8D47AC are triadic colors.