COLOR #8E71AA

HEX: #8E71AA
RGB: (142,113,170)

Color info

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

RGB color model

#8E71AA color RGB value is (142,113,170).

  • red value is 142;
  • green value is 113;
  • blue value is 170.
RGB:
(142,113,170)
(56%,44%,67%)

RGB channels and saturation

R 142 of 255 = 56%
G 113 of 255 = 44%
B 170 of 255 = 67%

142
113
170

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

Portions of RGB colors in percentages

R + G + B =
142 + 113 + 170 = 425 (100%)
R 142 of 425 ~ 33.41%
G 113 of 425 ~ 26.59%
B 170 of 425 ~ 40%

%33.41
%26.59
%40

CMYK color model

#8E71AA color CMYK value is (16,34,0,33).

  • cyan value is 16.47%
  • magenta value is 33.53%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(16,34,0,33)
C16M34Y0K33 
(16%,34%,0%,33%)
(0.16/0.34/0.00/0.33)	

CMYK percentages

%16.47
%33.53
%0
%33.33

Codes

Color #8E71AA in popluar color models

8E71AA
RGB142113170
HSL271°25.11%55.49%
HSB/HSV271°33.53%66.67%
CMYK16.47%33.53%0.00%
33.33%

Color #8E71AA in popluar number systems.

HEX8E71AA
Decimal142113170
Binary10001110111000110101010
Octal216161252

Shades and tints

Shades of #8E71AA

#8E71AA
(142,113,170)
#82679B
(130,103,155)
#765D8C
(118,93,140)
#6A537D
(106,83,125)
#5E496E
(94,73,110)
#523F5F
(82,63,95)
#463550
(70,53,80)
#3A2B41
(58,43,65)
#2E2132
(46,33,50)
#221723
(34,23,35)
#160D14
(22,13,20)
#000000
(0,0,0)

Tints of #8E71AA

#8E71AA
(142,113,170)
#987DB1
(152,125,177)
#A289B8
(162,137,184)
#AC95BF
(172,149,191)
#B6A1C6
(182,161,198)
#C0ADCD
(192,173,205)
#CAB9D4
(202,185,212)
#D4C5DB
(212,197,219)
#DED1E2
(222,209,226)
#E8DDE9
(232,221,233)
#F2E9F0
(242,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E71AA color. Also use rgb(142,113,170) instead hex code.

Text Font Color

.myTextColor { color: #8E71AA; }

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

This text font color is #8E71AA.


Background Color

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

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

This div background color is #8E71AA.


Border color

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

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

This div border color is #8E71AA.


Opacity

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

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

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

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

This text has shadow with #8E71AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E71AA on black background.


Color preview on white background

This text has color #8E71AA on white background.



Black color preview on #8E71AA background

This text has black color on #8E71AA background.


White color preview on #8E71AA background

This text has white color on #8E71AA background.