COLOR #8D4190

HEX: #8D4190 RGB: (141,65,144)

Color info

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

RGB color model

#8D4190 color RGB value is (141,65,144).

RGB: (141,65,144) (55%, 25%, 56%)

RGB channels and saturation

R 141 of 255 = 55%
G 65 of 255 = 25%
B 144 of 255 = 56%

141
65
144

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

Portions of RGB colors in percentages

R + G + B = 141 + 65 + 144 = 350 (100%)
R 141 of 350 ~ 40.29%
G 65 of 350 ~ 18.57%
B 144 of 350 ~ 41.14'%

%40.29
%18.57
%41.14

CMYK color model

#8D4190 color CMYK value is (2,55,0,44).

  • cyan value is 2.08%
  • magenta value is 54.86%
  • yellow value is 0.00%
  • key color value is 43.53%

CMYK: (2,55,0,44)
C2M55Y0K44 (2%, 55%, 0%, 44%)
(0.02 / 0.55 / 0.00 / 0.44)

CMYK percentages

%2.08
%54.86
%0
%43.53

Codes

Color #8D4190 in popluar color models

8D 41 90
RGB 141 65 144
HSL 298° 37.80% 40.98%
HSB/HSV 298° 54.86% 56.47%
CMYK 2.08% 54.86% 0.00%
43.53%

Color #8D4190 in popluar number systems.

HEX 8D 41 90
Decimal 141 65 144
Binary 10001101 1000001 10010000
Octal 215 101 220

Shades and tints

Shades of #8D4190

#8D4190
(141,65,144)
#813C83
(129,60,131)
#753776
(117,55,118)
#693269
(105,50,105)
#5D2D5C
(93,45,92)
#51284F
(81,40,79)
#452342
(69,35,66)
#391E35
(57,30,53)
#2D1928
(45,25,40)
#21141B
(33,20,27)
#150F0E
(21,15,14)
#000000
(0,0,0)

Tints of #8D4190

#8D4190
(141,65,144)
#97529A
(151,82,154)
#A163A4
(161,99,164)
#AB74AE
(171,116,174)
#B585B8
(181,133,184)
#BF96C2
(191,150,194)
#C9A7CC
(201,167,204)
#D3B8D6
(211,184,214)
#DDC9E0
(221,201,224)
#E7DAEA
(231,218,234)
#F1EBF4
(241,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D4190; }

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

This text font color is #8D4190.

Background Color

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

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

This div background color is #8D4190.

Border color

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

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

This div border color is #8D4190.

Opacity

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

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

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

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

This text has shadow with #8D4190 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8D4190.

Preview

Color preview on black background

This text has color #8D4190 on black background.


Color preview on white background

This text has color #8D4190 on white background.


Black color preview on #8D4190 background

This text has black color on #8D4190 background.


White color preview on #8D4190 background

This text has white color on #8D4190 background.


Related colors

Complementary color

Complementary color for #hex is #72BE6F.


I love getcolorcode.com

Triadic colors

1 #908D41 and #41908D with #8D4190 are triadic colors.

2 #90418D and #418D90 with #8D4190 are triadic colors.