COLOR #8D4189

HEX: #8D4189
RGB: (141,65,137)

Color info

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

RGB color model

#8D4189 color RGB value is (141,65,137).

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

RGB channels and saturation

R 141 of 255 = 55%
G 65 of 255 = 25%
B 137 of 255 = 54%

141
65
137

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

Portions of RGB colors in percentages

R + G + B =
141 + 65 + 137 = 343 (100%)
R 141 of 343 ~ 41.11%
G 65 of 343 ~ 18.95%
B 137 of 343 ~ 39.94%

%41.11
%18.95
%39.94

CMYK color model

#8D4189 color CMYK value is (0,54,3,45).

  • cyan value is 0.00%
  • magenta value is 53.90%
  • yellow value is 2.84%
  • key color value is 44.71%
CMYK:
(0,54,3,45)
C0M54Y3K45 
(0%,54%,3%,45%)
(0.00/0.54/0.03/0.45)	

CMYK percentages

%0
%53.9
%2.84
%44.71

Codes

Color #8D4189 in popluar color models

8D4189
RGB14165137
HSL303°36.89%40.39%
HSB/HSV303°53.90%55.29%
CMYK0.00%53.90%2.84%
44.71%

Color #8D4189 in popluar number systems.

HEX8D4189
Decimal14165137
Binary10001101100000110001001
Octal215101211

Shades and tints

Shades of #8D4189

#8D4189
(141,65,137)
#813C7D
(129,60,125)
#753771
(117,55,113)
#693265
(105,50,101)
#5D2D59
(93,45,89)
#51284D
(81,40,77)
#452341
(69,35,65)
#391E35
(57,30,53)
#2D1929
(45,25,41)
#21141D
(33,20,29)
#150F11
(21,15,17)
#000000
(0,0,0)

Tints of #8D4189

#8D4189
(141,65,137)
#975293
(151,82,147)
#A1639D
(161,99,157)
#AB74A7
(171,116,167)
#B585B1
(181,133,177)
#BF96BB
(191,150,187)
#C9A7C5
(201,167,197)
#D3B8CF
(211,184,207)
#DDC9D9
(221,201,217)
#E7DAE3
(231,218,227)
#F1EBED
(241,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D4189; }

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

This text font color is #8D4189.


Background Color

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

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

This div background color is #8D4189.


Border color

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

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

This div border color is #8D4189.


Opacity

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

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

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

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

This text has shadow with #8D4189 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D4189 on black background.


Color preview on white background

This text has color #8D4189 on white background.



Black color preview on #8D4189 background

This text has black color on #8D4189 background.


White color preview on #8D4189 background

This text has white color on #8D4189 background.