COLOR #8E4D8F

HEX: #8E4D8F
RGB: (142,77,143)

Color info

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

RGB color model

#8E4D8F color RGB value is (142,77,143).

  • red value is 142;
  • green value is 77;
  • blue value is 143.
RGB:
(142,77,143)
(56%,30%,56%)

RGB channels and saturation

R 142 of 255 = 56%
G 77 of 255 = 30%
B 143 of 255 = 56%

142
77
143

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

Portions of RGB colors in percentages

R + G + B =
142 + 77 + 143 = 362 (100%)
R 142 of 362 ~ 39.23%
G 77 of 362 ~ 21.27%
B 143 of 362 ~ 39.5%

%39.23
%21.27
%39.5

CMYK color model

#8E4D8F color CMYK value is (1,46,0,44).

  • cyan value is 0.70%
  • magenta value is 46.15%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(1,46,0,44)
C1M46Y0K44 
(1%,46%,0%,44%)
(0.01/0.46/0.00/0.44)	

CMYK percentages

%0.7
%46.15
%0
%43.92

Codes

Color #8E4D8F in popluar color models

8E4D8F
RGB14277143
HSL299°30.00%43.14%
HSB/HSV299°46.15%56.08%
CMYK0.70%46.15%0.00%
43.92%

Color #8E4D8F in popluar number systems.

HEX8E4D8F
Decimal14277143
Binary10001110100110110001111
Octal216115217

Shades and tints

Shades of #8E4D8F

#8E4D8F
(142,77,143)
#824682
(130,70,130)
#763F75
(118,63,117)
#6A3868
(106,56,104)
#5E315B
(94,49,91)
#522A4E
(82,42,78)
#462341
(70,35,65)
#3A1C34
(58,28,52)
#2E1527
(46,21,39)
#220E1A
(34,14,26)
#16070D
(22,7,13)
#000000
(0,0,0)

Tints of #8E4D8F

#8E4D8F
(142,77,143)
#985D99
(152,93,153)
#A26DA3
(162,109,163)
#AC7DAD
(172,125,173)
#B68DB7
(182,141,183)
#C09DC1
(192,157,193)
#CAADCB
(202,173,203)
#D4BDD5
(212,189,213)
#DECDDF
(222,205,223)
#E8DDE9
(232,221,233)
#F2EDF3
(242,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E4D8F color. Also use rgb(142,77,143) instead hex code.

Text Font Color

.myTextColor { color: #8E4D8F; }

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

This text font color is #8E4D8F.


Background Color

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

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

This div background color is #8E4D8F.


Border color

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

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

This div border color is #8E4D8F.


Opacity

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

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

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

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

This text has shadow with #8E4D8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E4D8F on black background.


Color preview on white background

This text has color #8E4D8F on white background.



Black color preview on #8E4D8F background

This text has black color on #8E4D8F background.


White color preview on #8E4D8F background

This text has white color on #8E4D8F background.