COLOR #8E2D8D

HEX: #8E2D8D
RGB: (142,45,141)

Color info

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

RGB color model

#8E2D8D color RGB value is (142,45,141).

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

RGB channels and saturation

R 142 of 255 = 56%
G 45 of 255 = 18%
B 141 of 255 = 55%

142
45
141

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

Portions of RGB colors in percentages

R + G + B =
142 + 45 + 141 = 328 (100%)
R 142 of 328 ~ 43.29%
G 45 of 328 ~ 13.72%
B 141 of 328 ~ 42.99%

%43.29
%13.72
%42.99

CMYK color model

#8E2D8D color CMYK value is (0,68,1,44).

  • cyan value is 0.00%
  • magenta value is 68.31%
  • yellow value is 0.70%
  • key color value is 44.31%
CMYK:
(0,68,1,44)
C0M68Y1K44 
(0%,68%,1%,44%)
(0.00/0.68/0.01/0.44)	

CMYK percentages

%0
%68.31
%0.7
%44.31

Codes

Color #8E2D8D in popluar color models

8E2D8D
RGB14245141
HSL301°51.87%36.67%
HSB/HSV301°68.31%55.69%
CMYK0.00%68.31%0.70%
44.31%

Color #8E2D8D in popluar number systems.

HEX8E2D8D
Decimal14245141
Binary1000111010110110001101
Octal21655215

Shades and tints

Shades of #8E2D8D

#8E2D8D
(142,45,141)
#822981
(130,41,129)
#762575
(118,37,117)
#6A2169
(106,33,105)
#5E1D5D
(94,29,93)
#521951
(82,25,81)
#461545
(70,21,69)
#3A1139
(58,17,57)
#2E0D2D
(46,13,45)
#220921
(34,9,33)
#160515
(22,5,21)
#000000
(0,0,0)

Tints of #8E2D8D

#8E2D8D
(142,45,141)
#984097
(152,64,151)
#A253A1
(162,83,161)
#AC66AB
(172,102,171)
#B679B5
(182,121,181)
#C08CBF
(192,140,191)
#CA9FC9
(202,159,201)
#D4B2D3
(212,178,211)
#DEC5DD
(222,197,221)
#E8D8E7
(232,216,231)
#F2EBF1
(242,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E2D8D; }

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

This text font color is #8E2D8D.


Background Color

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

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

This div background color is #8E2D8D.


Border color

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

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

This div border color is #8E2D8D.


Opacity

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

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

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

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

This text has shadow with #8E2D8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E2D8D on black background.


Color preview on white background

This text has color #8E2D8D on white background.



Black color preview on #8E2D8D background

This text has black color on #8E2D8D background.


White color preview on #8E2D8D background

This text has white color on #8E2D8D background.