COLOR #8E508D

HEX: #8E508D
RGB: (142,80,141)

Color info

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

RGB color model

#8E508D color RGB value is (142,80,141).

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

RGB channels and saturation

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

142
80
141

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

Portions of RGB colors in percentages

R + G + B =
142 + 80 + 141 = 363 (100%)
R 142 of 363 ~ 39.12%
G 80 of 363 ~ 22.04%
B 141 of 363 ~ 38.84%

%39.12
%22.04
%38.84

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 43.66%
  • yellow value is 0.70%
  • key color value is 44.31%
CMYK:
(0,44,1,44)
C0M44Y1K44 
(0%,44%,1%,44%)
(0.00/0.44/0.01/0.44)	

CMYK percentages

%0
%43.66
%0.7
%44.31

Codes

Color #8E508D in popluar color models

8E508D
RGB14280141
HSL301°27.93%43.53%
HSB/HSV301°43.66%55.69%
CMYK0.00%43.66%0.70%
44.31%

Color #8E508D in popluar number systems.

HEX8E508D
Decimal14280141
Binary10001110101000010001101
Octal216120215

Shades and tints

Shades of #8E508D

#8E508D
(142,80,141)
#824981
(130,73,129)
#764275
(118,66,117)
#6A3B69
(106,59,105)
#5E345D
(94,52,93)
#522D51
(82,45,81)
#462645
(70,38,69)
#3A1F39
(58,31,57)
#2E182D
(46,24,45)
#221121
(34,17,33)
#160A15
(22,10,21)
#000000
(0,0,0)

Tints of #8E508D

#8E508D
(142,80,141)
#985F97
(152,95,151)
#A26EA1
(162,110,161)
#AC7DAB
(172,125,171)
#B68CB5
(182,140,181)
#C09BBF
(192,155,191)
#CAAAC9
(202,170,201)
#D4B9D3
(212,185,211)
#DEC8DD
(222,200,221)
#E8D7E7
(232,215,231)
#F2E6F1
(242,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E508D; }

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

This text font color is #8E508D.


Background Color

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

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

This div background color is #8E508D.


Border color

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

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

This div border color is #8E508D.


Opacity

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

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

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

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

This text has shadow with #8E508D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E508D on black background.


Color preview on white background

This text has color #8E508D on white background.



Black color preview on #8E508D background

This text has black color on #8E508D background.


White color preview on #8E508D background

This text has white color on #8E508D background.