COLOR #8E3D8F

HEX: #8E3D8F
RGB: (142,61,143)

Color info

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

RGB color model

#8E3D8F color RGB value is (142,61,143).

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

RGB channels and saturation

R 142 of 255 = 56%
G 61 of 255 = 24%
B 143 of 255 = 56%

142
61
143

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

Portions of RGB colors in percentages

R + G + B =
142 + 61 + 143 = 346 (100%)
R 142 of 346 ~ 41.04%
G 61 of 346 ~ 17.63%
B 143 of 346 ~ 41.33%

%41.04
%17.63
%41.33

CMYK color model

#8E3D8F color CMYK value is (1,57,0,44).

  • cyan value is 0.70%
  • magenta value is 57.34%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(1,57,0,44)
C1M57Y0K44 
(1%,57%,0%,44%)
(0.01/0.57/0.00/0.44)	

CMYK percentages

%0.7
%57.34
%0
%43.92

Codes

Color #8E3D8F in popluar color models

8E3D8F
RGB14261143
HSL299°40.20%40.00%
HSB/HSV299°57.34%56.08%
CMYK0.70%57.34%0.00%
43.92%

Color #8E3D8F in popluar number systems.

HEX8E3D8F
Decimal14261143
Binary1000111011110110001111
Octal21675217

Shades and tints

Shades of #8E3D8F

#8E3D8F
(142,61,143)
#823882
(130,56,130)
#763375
(118,51,117)
#6A2E68
(106,46,104)
#5E295B
(94,41,91)
#52244E
(82,36,78)
#461F41
(70,31,65)
#3A1A34
(58,26,52)
#2E1527
(46,21,39)
#22101A
(34,16,26)
#160B0D
(22,11,13)
#000000
(0,0,0)

Tints of #8E3D8F

#8E3D8F
(142,61,143)
#984E99
(152,78,153)
#A25FA3
(162,95,163)
#AC70AD
(172,112,173)
#B681B7
(182,129,183)
#C092C1
(192,146,193)
#CAA3CB
(202,163,203)
#D4B4D5
(212,180,213)
#DEC5DF
(222,197,223)
#E8D6E9
(232,214,233)
#F2E7F3
(242,231,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E3D8F; }

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

This text font color is #8E3D8F.


Background Color

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

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

This div background color is #8E3D8F.


Border color

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

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

This div border color is #8E3D8F.


Opacity

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

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

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

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

This text has shadow with #8E3D8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E3D8F on black background.


Color preview on white background

This text has color #8E3D8F on white background.



Black color preview on #8E3D8F background

This text has black color on #8E3D8F background.


White color preview on #8E3D8F background

This text has white color on #8E3D8F background.