COLOR #8E5DAD

HEX: #8E5DAD
RGB: (142,93,173)

Color info

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

RGB color model

#8E5DAD color RGB value is (142,93,173).

  • red value is 142;
  • green value is 93;
  • blue value is 173.
RGB:
(142,93,173)
(56%,36%,68%)

RGB channels and saturation

R 142 of 255 = 56%
G 93 of 255 = 36%
B 173 of 255 = 68%

142
93
173

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

Portions of RGB colors in percentages

R + G + B =
142 + 93 + 173 = 408 (100%)
R 142 of 408 ~ 34.8%
G 93 of 408 ~ 22.79%
B 173 of 408 ~ 42.4%

%34.8
%22.79
%42.4

CMYK color model

#8E5DAD color CMYK value is (18,46,0,32).

  • cyan value is 17.92%
  • magenta value is 46.24%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(18,46,0,32)
C18M46Y0K32 
(18%,46%,0%,32%)
(0.18/0.46/0.00/0.32)	

CMYK percentages

%17.92
%46.24
%0
%32.16

Codes

Color #8E5DAD in popluar color models

8E5DAD
RGB14293173
HSL277°32.79%52.16%
HSB/HSV277°46.24%67.84%
CMYK17.92%46.24%0.00%
32.16%

Color #8E5DAD in popluar number systems.

HEX8E5DAD
Decimal14293173
Binary10001110101110110101101
Octal216135255

Shades and tints

Shades of #8E5DAD

#8E5DAD
(142,93,173)
#82559E
(130,85,158)
#764D8F
(118,77,143)
#6A4580
(106,69,128)
#5E3D71
(94,61,113)
#523562
(82,53,98)
#462D53
(70,45,83)
#3A2544
(58,37,68)
#2E1D35
(46,29,53)
#221526
(34,21,38)
#160D17
(22,13,23)
#000000
(0,0,0)

Tints of #8E5DAD

#8E5DAD
(142,93,173)
#986BB4
(152,107,180)
#A279BB
(162,121,187)
#AC87C2
(172,135,194)
#B695C9
(182,149,201)
#C0A3D0
(192,163,208)
#CAB1D7
(202,177,215)
#D4BFDE
(212,191,222)
#DECDE5
(222,205,229)
#E8DBEC
(232,219,236)
#F2E9F3
(242,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E5DAD color. Also use rgb(142,93,173) instead hex code.

Text Font Color

.myTextColor { color: #8E5DAD; }

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

This text font color is #8E5DAD.


Background Color

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

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

This div background color is #8E5DAD.


Border color

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

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

This div border color is #8E5DAD.


Opacity

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

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

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

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

This text has shadow with #8E5DAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E5DAD on black background.


Color preview on white background

This text has color #8E5DAD on white background.



Black color preview on #8E5DAD background

This text has black color on #8E5DAD background.


White color preview on #8E5DAD background

This text has white color on #8E5DAD background.