COLOR #8D4691

HEX: #8D4691
RGB: (141,70,145)

Color info

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

RGB color model

#8D4691 color RGB value is (141,70,145).

  • red value is 141;
  • green value is 70;
  • blue value is 145.
RGB:
(141,70,145)
(55%,27%,57%)

RGB channels and saturation

R 141 of 255 = 55%
G 70 of 255 = 27%
B 145 of 255 = 57%

141
70
145

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

Portions of RGB colors in percentages

R + G + B =
141 + 70 + 145 = 356 (100%)
R 141 of 356 ~ 39.61%
G 70 of 356 ~ 19.66%
B 145 of 356 ~ 40.73%

%39.61
%19.66
%40.73

CMYK color model

#8D4691 color CMYK value is (3,52,0,43).

  • cyan value is 2.76%
  • magenta value is 51.72%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(3,52,0,43)
C3M52Y0K43 
(3%,52%,0%,43%)
(0.03/0.52/0.00/0.43)	

CMYK percentages

%2.76
%51.72
%0
%43.14

Codes

Color #8D4691 in popluar color models

8D4691
RGB14170145
HSL297°34.88%42.16%
HSB/HSV297°51.72%56.86%
CMYK2.76%51.72%0.00%
43.14%

Color #8D4691 in popluar number systems.

HEX8D4691
Decimal14170145
Binary10001101100011010010001
Octal215106221

Shades and tints

Shades of #8D4691

#8D4691
(141,70,145)
#814084
(129,64,132)
#753A77
(117,58,119)
#69346A
(105,52,106)
#5D2E5D
(93,46,93)
#512850
(81,40,80)
#452243
(69,34,67)
#391C36
(57,28,54)
#2D1629
(45,22,41)
#21101C
(33,16,28)
#150A0F
(21,10,15)
#000000
(0,0,0)

Tints of #8D4691

#8D4691
(141,70,145)
#97569B
(151,86,155)
#A166A5
(161,102,165)
#AB76AF
(171,118,175)
#B586B9
(181,134,185)
#BF96C3
(191,150,195)
#C9A6CD
(201,166,205)
#D3B6D7
(211,182,215)
#DDC6E1
(221,198,225)
#E7D6EB
(231,214,235)
#F1E6F5
(241,230,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D4691 color. Also use rgb(141,70,145) instead hex code.

Text Font Color

.myTextColor { color: #8D4691; }

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

This text font color is #8D4691.


Background Color

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

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

This div background color is #8D4691.


Border color

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

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

This div border color is #8D4691.


Opacity

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

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

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

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

This text has shadow with #8D4691 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D4691 on black background.


Color preview on white background

This text has color #8D4691 on white background.



Black color preview on #8D4691 background

This text has black color on #8D4691 background.


White color preview on #8D4691 background

This text has white color on #8D4691 background.