COLOR #8E73AD

HEX: #8E73AD
RGB: (142,115,173)

Color info

#8E73AD contains red, green and blue colors in about the same proportion. Web safe color of #8E73AD is #996699 (or #969).

RGB color model

#8E73AD color RGB value is (142,115,173).

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

RGB channels and saturation

R 142 of 255 = 56%
G 115 of 255 = 45%
B 173 of 255 = 68%

142
115
173

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

Portions of RGB colors in percentages

R + G + B =
142 + 115 + 173 = 430 (100%)
R 142 of 430 ~ 33.02%
G 115 of 430 ~ 26.74%
B 173 of 430 ~ 40.23%

%33.02
%26.74
%40.23

CMYK color model

#8E73AD color CMYK value is (18,34,0,32).

  • cyan value is 17.92%
  • magenta value is 33.53%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK: (18,34,0,32) C18M34Y0K32 (18%,34%,0%,32%) (0.18/0.34/0.00/0.32)

CMYK percentages

%17.92
%33.53
%0
%32.16

Codes

Color #8E73AD in popluar color models

8E73AD
RGB142115173
HSL268°26.13%56.47%
HSB/HSV268°33.53%67.84%
CMYK17.92%33.53%0.00%
32.16%

Color #8E73AD in popluar number systems.

HEX8E73AD
Decimal142115173
Binary10001110111001110101101
Octal216163255

Shades and tints

Shades of #8E73AD

#8E73AD
(142,115,173)
#82699E
(130,105,158)
#765F8F
(118,95,143)
#6A5580
(106,85,128)
#5E4B71
(94,75,113)
#524162
(82,65,98)
#463753
(70,55,83)
#3A2D44
(58,45,68)
#2E2335
(46,35,53)
#221926
(34,25,38)
#160F17
(22,15,23)
#000000
(0,0,0)

Tints of #8E73AD

#8E73AD
(142,115,173)
#987FB4
(152,127,180)
#A28BBB
(162,139,187)
#AC97C2
(172,151,194)
#B6A3C9
(182,163,201)
#C0AFD0
(192,175,208)
#CABBD7
(202,187,215)
#D4C7DE
(212,199,222)
#DED3E5
(222,211,229)
#E8DFEC
(232,223,236)
#F2EBF3
(242,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E73AD; }

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

This text font color is #8E73AD.


Background Color

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

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

This div background color is #8E73AD.


Border color

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

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

This div border color is #8E73AD.


Opacity

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

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

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

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

This text has shadow with #8E73AD color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #8E73AD on black background.


Color preview on white background

This text has color #8E73AD on white background.



Black color preview on #8E73AD background

This text has black color on #8E73AD background.


White color preview on #8E73AD background

This text has white color on #8E73AD background.