COLOR #8E73B4

HEX: #8E73B4
RGB: (142,115,180)

Color info

#8E73B4 contains mainly red and blue colors. Web safe color of #8E73B4 is #9966CC (or #96C).

RGB color model

#8E73B4 color RGB value is (142,115,180).

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

RGB channels and saturation

R 142 of 255 = 56%
G 115 of 255 = 45%
B 180 of 255 = 71%

142
115
180

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

Portions of RGB colors in percentages

R + G + B =
142 + 115 + 180 = 437 (100%)
R 142 of 437 ~ 32.49%
G 115 of 437 ~ 26.32%
B 180 of 437 ~ 41.19%

%32.49
%26.32
%41.19

CMYK color model

#8E73B4 color CMYK value is (21,36,0,29).

  • cyan value is 21.11%
  • magenta value is 36.11%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(21,36,0,29)
C21M36Y0K29 
(21%,36%,0%,29%)
(0.21/0.36/0.00/0.29)	

CMYK percentages

%21.11
%36.11
%0
%29.41

Codes

Color #8E73B4 in popluar color models

8E73B4
RGB142115180
HSL265°30.23%57.84%
HSB/HSV265°36.11%70.59%
CMYK21.11%36.11%0.00%
29.41%

Color #8E73B4 in popluar number systems.

HEX8E73B4
Decimal142115180
Binary10001110111001110110100
Octal216163264

Shades and tints

Shades of #8E73B4

#8E73B4
(142,115,180)
#8269A4
(130,105,164)
#765F94
(118,95,148)
#6A5584
(106,85,132)
#5E4B74
(94,75,116)
#524164
(82,65,100)
#463754
(70,55,84)
#3A2D44
(58,45,68)
#2E2334
(46,35,52)
#221924
(34,25,36)
#160F14
(22,15,20)
#000000
(0,0,0)

Tints of #8E73B4

#8E73B4
(142,115,180)
#987FBA
(152,127,186)
#A28BC0
(162,139,192)
#AC97C6
(172,151,198)
#B6A3CC
(182,163,204)
#C0AFD2
(192,175,210)
#CABBD8
(202,187,216)
#D4C7DE
(212,199,222)
#DED3E4
(222,211,228)
#E8DFEA
(232,223,234)
#F2EBF0
(242,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E73B4; }

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

This text font color is #8E73B4.


Background Color

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

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

This div background color is #8E73B4.


Border color

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

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

This div border color is #8E73B4.


Opacity

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

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

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

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

This text has shadow with #8E73B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E73B4 on black background.


Color preview on white background

This text has color #8E73B4 on white background.



Black color preview on #8E73B4 background

This text has black color on #8E73B4 background.


White color preview on #8E73B4 background

This text has white color on #8E73B4 background.