COLOR #8E7AC2

HEX: #8E7AC2
RGB: (142,122,194)

Color info

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

RGB color model

#8E7AC2 color RGB value is (142,122,194).

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

RGB channels and saturation

R 142 of 255 = 56%
G 122 of 255 = 48%
B 194 of 255 = 76%

142
122
194

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

Portions of RGB colors in percentages

R + G + B =
142 + 122 + 194 = 458 (100%)
R 142 of 458 ~ 31%
G 122 of 458 ~ 26.64%
B 194 of 458 ~ 42.36%

%31
%26.64
%42.36

CMYK color model

#8E7AC2 color CMYK value is (27,37,0,24).

  • cyan value is 26.80%
  • magenta value is 37.11%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(27,37,0,24)
C27M37Y0K24 
(27%,37%,0%,24%)
(0.27/0.37/0.00/0.24)	

CMYK percentages

%26.8
%37.11
%0
%23.92

Codes

Color #8E7AC2 in popluar color models

8E7AC2
RGB142122194
HSL257°37.11%61.96%
HSB/HSV257°37.11%76.08%
CMYK26.80%37.11%0.00%
23.92%

Color #8E7AC2 in popluar number systems.

HEX8E7AC2
Decimal142122194
Binary10001110111101011000010
Octal216172302

Shades and tints

Shades of #8E7AC2

#8E7AC2
(142,122,194)
#826FB1
(130,111,177)
#7664A0
(118,100,160)
#6A598F
(106,89,143)
#5E4E7E
(94,78,126)
#52436D
(82,67,109)
#46385C
(70,56,92)
#3A2D4B
(58,45,75)
#2E223A
(46,34,58)
#221729
(34,23,41)
#160C18
(22,12,24)
#000000
(0,0,0)

Tints of #8E7AC2

#8E7AC2
(142,122,194)
#9886C7
(152,134,199)
#A292CC
(162,146,204)
#AC9ED1
(172,158,209)
#B6AAD6
(182,170,214)
#C0B6DB
(192,182,219)
#CAC2E0
(202,194,224)
#D4CEE5
(212,206,229)
#DEDAEA
(222,218,234)
#E8E6EF
(232,230,239)
#F2F2F4
(242,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E7AC2; }

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

This text font color is #8E7AC2.


Background Color

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

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

This div background color is #8E7AC2.


Border color

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

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

This div border color is #8E7AC2.


Opacity

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

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

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

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

This text has shadow with #8E7AC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E7AC2 on black background.


Color preview on white background

This text has color #8E7AC2 on white background.



Black color preview on #8E7AC2 background

This text has black color on #8E7AC2 background.


White color preview on #8E7AC2 background

This text has white color on #8E7AC2 background.