COLOR #8D458D

HEX: #8D458D
RGB: (141,69,141)

Color info

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

RGB color model

#8D458D color RGB value is (141,69,141).

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

RGB channels and saturation

R 141 of 255 = 55%
G 69 of 255 = 27%
B 141 of 255 = 55%

141
69
141

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

Portions of RGB colors in percentages

R + G + B =
141 + 69 + 141 = 351 (100%)
R 141 of 351 ~ 40.17%
G 69 of 351 ~ 19.66%
B 141 of 351 ~ 40.17%

%40.17
%19.66
%40.17

CMYK color model

#8D458D color CMYK value is (0,51,0,45).

  • cyan value is 0.00%
  • magenta value is 51.06%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(0,51,0,45)
C0M51Y0K45 
(0%,51%,0%,45%)
(0.00/0.51/0.00/0.45)	

CMYK percentages

%0
%51.06
%0
%44.71

Codes

Color #8D458D in popluar color models

8D458D
RGB14169141
HSL300°34.29%41.18%
HSB/HSV300°51.06%55.29%
CMYK0.00%51.06%0.00%
44.71%

Color #8D458D in popluar number systems.

HEX8D458D
Decimal14169141
Binary10001101100010110001101
Octal215105215

Shades and tints

Shades of #8D458D

#8D458D
(141,69,141)
#813F81
(129,63,129)
#753975
(117,57,117)
#693369
(105,51,105)
#5D2D5D
(93,45,93)
#512751
(81,39,81)
#452145
(69,33,69)
#391B39
(57,27,57)
#2D152D
(45,21,45)
#210F21
(33,15,33)
#150915
(21,9,21)
#000000
(0,0,0)

Tints of #8D458D

#8D458D
(141,69,141)
#975597
(151,85,151)
#A165A1
(161,101,161)
#AB75AB
(171,117,171)
#B585B5
(181,133,181)
#BF95BF
(191,149,191)
#C9A5C9
(201,165,201)
#D3B5D3
(211,181,211)
#DDC5DD
(221,197,221)
#E7D5E7
(231,213,231)
#F1E5F1
(241,229,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D458D; }

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

This text font color is #8D458D.


Background Color

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

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

This div background color is #8D458D.


Border color

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

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

This div border color is #8D458D.


Opacity

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

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

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

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

This text has shadow with #8D458D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D458D on black background.


Color preview on white background

This text has color #8D458D on white background.



Black color preview on #8D458D background

This text has black color on #8D458D background.


White color preview on #8D458D background

This text has white color on #8D458D background.