COLOR #8E7491

HEX: #8E7491
RGB: (142,116,145)

Color info

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

RGB color model

#8E7491 color RGB value is (142,116,145).

  • red value is 142;
  • green value is 116;
  • blue value is 145.
RGB:
(142,116,145)
(56%,45%,57%)

RGB channels and saturation

R 142 of 255 = 56%
G 116 of 255 = 45%
B 145 of 255 = 57%

142
116
145

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

Portions of RGB colors in percentages

R + G + B =
142 + 116 + 145 = 403 (100%)
R 142 of 403 ~ 35.24%
G 116 of 403 ~ 28.78%
B 145 of 403 ~ 35.98%

%35.24
%28.78
%35.98

CMYK color model

#8E7491 color CMYK value is (2,20,0,43).

  • cyan value is 2.07%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(2,20,0,43)
C2M20Y0K43 
(2%,20%,0%,43%)
(0.02/0.20/0.00/0.43)	

CMYK percentages

%2.07
%20
%0
%43.14

Codes

Color #8E7491 in popluar color models

8E7491
RGB142116145
HSL294°11.65%51.18%
HSB/HSV294°20.00%56.86%
CMYK2.07%20.00%0.00%
43.14%

Color #8E7491 in popluar number systems.

HEX8E7491
Decimal142116145
Binary10001110111010010010001
Octal216164221

Shades and tints

Shades of #8E7491

#8E7491
(142,116,145)
#826A84
(130,106,132)
#766077
(118,96,119)
#6A566A
(106,86,106)
#5E4C5D
(94,76,93)
#524250
(82,66,80)
#463843
(70,56,67)
#3A2E36
(58,46,54)
#2E2429
(46,36,41)
#221A1C
(34,26,28)
#16100F
(22,16,15)
#000000
(0,0,0)

Tints of #8E7491

#8E7491
(142,116,145)
#98809B
(152,128,155)
#A28CA5
(162,140,165)
#AC98AF
(172,152,175)
#B6A4B9
(182,164,185)
#C0B0C3
(192,176,195)
#CABCCD
(202,188,205)
#D4C8D7
(212,200,215)
#DED4E1
(222,212,225)
#E8E0EB
(232,224,235)
#F2ECF5
(242,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E7491 color. Also use rgb(142,116,145) instead hex code.

Text Font Color

.myTextColor { color: #8E7491; }

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

This text font color is #8E7491.


Background Color

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

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

This div background color is #8E7491.


Border color

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

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

This div border color is #8E7491.


Opacity

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

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

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

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

This text has shadow with #8E7491 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E7491 on black background.


Color preview on white background

This text has color #8E7491 on white background.



Black color preview on #8E7491 background

This text has black color on #8E7491 background.


White color preview on #8E7491 background

This text has white color on #8E7491 background.