COLOR #8D4E8D

HEX: #8D4E8D
RGB: (141,78,141)

Color info

#8D4E8D contains mainly red and blue colors. Web safe color of #8D4E8D is #996699 (or #969).

RGB color model

#8D4E8D color RGB value is (141,78,141).

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

RGB channels and saturation

R 141 of 255 = 55%
G 78 of 255 = 31%
B 141 of 255 = 55%

141
78
141

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

Portions of RGB colors in percentages

R + G + B =
141 + 78 + 141 = 360 (100%)
R 141 of 360 ~ 39.17%
G 78 of 360 ~ 21.67%
B 141 of 360 ~ 39.17%

%39.17
%21.67
%39.17

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 44.68%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(0,45,0,45)
C0M45Y0K45 
(0%,45%,0%,45%)
(0.00/0.45/0.00/0.45)	

CMYK percentages

%0
%44.68
%0
%44.71

Codes

Color #8D4E8D in popluar color models

8D4E8D
RGB14178141
HSL300°28.77%42.94%
HSB/HSV300°44.68%55.29%
CMYK0.00%44.68%0.00%
44.71%

Color #8D4E8D in popluar number systems.

HEX8D4E8D
Decimal14178141
Binary10001101100111010001101
Octal215116215

Shades and tints

Shades of #8D4E8D

#8D4E8D
(141,78,141)
#814781
(129,71,129)
#754075
(117,64,117)
#693969
(105,57,105)
#5D325D
(93,50,93)
#512B51
(81,43,81)
#452445
(69,36,69)
#391D39
(57,29,57)
#2D162D
(45,22,45)
#210F21
(33,15,33)
#150815
(21,8,21)
#000000
(0,0,0)

Tints of #8D4E8D

#8D4E8D
(141,78,141)
#975E97
(151,94,151)
#A16EA1
(161,110,161)
#AB7EAB
(171,126,171)
#B58EB5
(181,142,181)
#BF9EBF
(191,158,191)
#C9AEC9
(201,174,201)
#D3BED3
(211,190,211)
#DDCEDD
(221,206,221)
#E7DEE7
(231,222,231)
#F1EEF1
(241,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D4E8D; }

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

This text font color is #8D4E8D.


Background Color

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

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

This div background color is #8D4E8D.


Border color

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

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

This div border color is #8D4E8D.


Opacity

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

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

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

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

This text has shadow with #8D4E8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D4E8D on black background.


Color preview on white background

This text has color #8D4E8D on white background.



Black color preview on #8D4E8D background

This text has black color on #8D4E8D background.


White color preview on #8D4E8D background

This text has white color on #8D4E8D background.