COLOR #8D4386

HEX: #8D4386
RGB: (141,67,134)

Color info

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

RGB color model

#8D4386 color RGB value is (141,67,134).

  • red value is 141;
  • green value is 67;
  • blue value is 134.
RGB:
(141,67,134)
(55%,26%,53%)

RGB channels and saturation

R 141 of 255 = 55%
G 67 of 255 = 26%
B 134 of 255 = 53%

141
67
134

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

Portions of RGB colors in percentages

R + G + B =
141 + 67 + 134 = 342 (100%)
R 141 of 342 ~ 41.23%
G 67 of 342 ~ 19.59%
B 134 of 342 ~ 39.18%

%41.23
%19.59
%39.18

CMYK color model

#8D4386 color CMYK value is (0,52,5,45).

  • cyan value is 0.00%
  • magenta value is 52.48%
  • yellow value is 4.96%
  • key color value is 44.71%
CMYK:
(0,52,5,45)
C0M52Y5K45 
(0%,52%,5%,45%)
(0.00/0.52/0.05/0.45)	

CMYK percentages

%0
%52.48
%4.96
%44.71

Codes

Color #8D4386 in popluar color models

8D4386
RGB14167134
HSL306°35.58%40.78%
HSB/HSV306°52.48%55.29%
CMYK0.00%52.48%4.96%
44.71%

Color #8D4386 in popluar number systems.

HEX8D4386
Decimal14167134
Binary10001101100001110000110
Octal215103206

Shades and tints

Shades of #8D4386

#8D4386
(141,67,134)
#813D7A
(129,61,122)
#75376E
(117,55,110)
#693162
(105,49,98)
#5D2B56
(93,43,86)
#51254A
(81,37,74)
#451F3E
(69,31,62)
#391932
(57,25,50)
#2D1326
(45,19,38)
#210D1A
(33,13,26)
#15070E
(21,7,14)
#000000
(0,0,0)

Tints of #8D4386

#8D4386
(141,67,134)
#975491
(151,84,145)
#A1659C
(161,101,156)
#AB76A7
(171,118,167)
#B587B2
(181,135,178)
#BF98BD
(191,152,189)
#C9A9C8
(201,169,200)
#D3BAD3
(211,186,211)
#DDCBDE
(221,203,222)
#E7DCE9
(231,220,233)
#F1EDF4
(241,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D4386 color. Also use rgb(141,67,134) instead hex code.

Text Font Color

.myTextColor { color: #8D4386; }

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

This text font color is #8D4386.


Background Color

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

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

This div background color is #8D4386.


Border color

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

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

This div border color is #8D4386.


Opacity

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

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

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

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

This text has shadow with #8D4386 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D4386 on black background.


Color preview on white background

This text has color #8D4386 on white background.



Black color preview on #8D4386 background

This text has black color on #8D4386 background.


White color preview on #8D4386 background

This text has white color on #8D4386 background.