COLOR #8D4E8E

HEX: #8D4E8E
RGB: (141,78,142)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

141
78
142

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

Portions of RGB colors in percentages

R + G + B =
141 + 78 + 142 = 361 (100%)
R 141 of 361 ~ 39.06%
G 78 of 361 ~ 21.61%
B 142 of 361 ~ 39.34%

%39.06
%21.61
%39.34

CMYK color model

#8D4E8E color CMYK value is (1,45,0,44).

  • cyan value is 0.70%
  • magenta value is 45.07%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(1,45,0,44)
C1M45Y0K44 
(1%,45%,0%,44%)
(0.01/0.45/0.00/0.44)	

CMYK percentages

%0.7
%45.07
%0
%44.31

Codes

Color #8D4E8E in popluar color models

8D4E8E
RGB14178142
HSL299°29.09%43.14%
HSB/HSV299°45.07%55.69%
CMYK0.70%45.07%0.00%
44.31%

Color #8D4E8E in popluar number systems.

HEX8D4E8E
Decimal14178142
Binary10001101100111010001110
Octal215116216

Shades and tints

Shades of #8D4E8E

#8D4E8E
(141,78,142)
#814782
(129,71,130)
#754076
(117,64,118)
#69396A
(105,57,106)
#5D325E
(93,50,94)
#512B52
(81,43,82)
#452446
(69,36,70)
#391D3A
(57,29,58)
#2D162E
(45,22,46)
#210F22
(33,15,34)
#150816
(21,8,22)
#000000
(0,0,0)

Tints of #8D4E8E

#8D4E8E
(141,78,142)
#975E98
(151,94,152)
#A16EA2
(161,110,162)
#AB7EAC
(171,126,172)
#B58EB6
(181,142,182)
#BF9EC0
(191,158,192)
#C9AECA
(201,174,202)
#D3BED4
(211,190,212)
#DDCEDE
(221,206,222)
#E7DEE8
(231,222,232)
#F1EEF2
(241,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D4E8E; }

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

This text font color is #8D4E8E.


Background Color

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

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

This div background color is #8D4E8E.


Border color

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

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

This div border color is #8D4E8E.


Opacity

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

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

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

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

This text has shadow with #8D4E8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D4E8E on black background.


Color preview on white background

This text has color #8D4E8E on white background.



Black color preview on #8D4E8E background

This text has black color on #8D4E8E background.


White color preview on #8D4E8E background

This text has white color on #8D4E8E background.