COLOR #8E7AAE

HEX: #8E7AAE
RGB: (142,122,174)

Color info

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

RGB color model

#8E7AAE color RGB value is (142,122,174).

  • red value is 142;
  • green value is 122;
  • blue value is 174.
RGB:
(142,122,174)
(56%,48%,68%)

RGB channels and saturation

R 142 of 255 = 56%
G 122 of 255 = 48%
B 174 of 255 = 68%

142
122
174

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

Portions of RGB colors in percentages

R + G + B =
142 + 122 + 174 = 438 (100%)
R 142 of 438 ~ 32.42%
G 122 of 438 ~ 27.85%
B 174 of 438 ~ 39.73%

%32.42
%27.85
%39.73

CMYK color model

#8E7AAE color CMYK value is (18,30,0,32).

  • cyan value is 18.39%
  • magenta value is 29.89%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(18,30,0,32)
C18M30Y0K32 
(18%,30%,0%,32%)
(0.18/0.30/0.00/0.32)	

CMYK percentages

%18.39
%29.89
%0
%31.76

Codes

Color #8E7AAE in popluar color models

8E7AAE
RGB142122174
HSL263°24.30%58.04%
HSB/HSV263°29.89%68.24%
CMYK18.39%29.89%0.00%
31.76%

Color #8E7AAE in popluar number systems.

HEX8E7AAE
Decimal142122174
Binary10001110111101010101110
Octal216172256

Shades and tints

Shades of #8E7AAE

#8E7AAE
(142,122,174)
#826F9F
(130,111,159)
#766490
(118,100,144)
#6A5981
(106,89,129)
#5E4E72
(94,78,114)
#524363
(82,67,99)
#463854
(70,56,84)
#3A2D45
(58,45,69)
#2E2236
(46,34,54)
#221727
(34,23,39)
#160C18
(22,12,24)
#000000
(0,0,0)

Tints of #8E7AAE

#8E7AAE
(142,122,174)
#9886B5
(152,134,181)
#A292BC
(162,146,188)
#AC9EC3
(172,158,195)
#B6AACA
(182,170,202)
#C0B6D1
(192,182,209)
#CAC2D8
(202,194,216)
#D4CEDF
(212,206,223)
#DEDAE6
(222,218,230)
#E8E6ED
(232,230,237)
#F2F2F4
(242,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E7AAE color. Also use rgb(142,122,174) instead hex code.

Text Font Color

.myTextColor { color: #8E7AAE; }

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

This text font color is #8E7AAE.


Background Color

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

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

This div background color is #8E7AAE.


Border color

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

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

This div border color is #8E7AAE.


Opacity

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

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

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

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

This text has shadow with #8E7AAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E7AAE on black background.


Color preview on white background

This text has color #8E7AAE on white background.



Black color preview on #8E7AAE background

This text has black color on #8E7AAE background.


White color preview on #8E7AAE background

This text has white color on #8E7AAE background.