COLOR #8E5EC6

HEX: #8E5EC6 RGB: (142,94,198)

Color info

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

RGB color model

#8E5EC6 color RGB value is (142,94,198).

RGB: (142,94,198) (56%, 37%, 78%)

RGB channels and saturation

R 142 of 255 = 56%
G 94 of 255 = 37%
B 198 of 255 = 78%

142
94
198

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

Portions of RGB colors in percentages

R + G + B = 142 + 94 + 198 = 434 (100%)
R 142 of 434 ~ 32.72%
G 94 of 434 ~ 21.66%
B 198 of 434 ~ 45.62'%

%32.72
%21.66
%45.62

CMYK color model

#8E5EC6 color CMYK value is (28,53,0,22).

  • cyan value is 28.28%
  • magenta value is 52.53%
  • yellow value is 0.00%
  • key color value is 22.35%

CMYK: (28,53,0,22)
C28M53Y0K22 (28%, 53%, 0%, 22%)
(0.28 / 0.53 / 0.00 / 0.22)

CMYK percentages

%28.28
%52.53
%0
%22.35

Codes

Color #8E5EC6 in popluar color models

8E 5E C6
RGB 142 94 198
HSL 268° 47.71% 57.25%
HSB/HSV 268° 52.53% 77.65%
CMYK 28.28% 52.53% 0.00%
22.35%

Color #8E5EC6 in popluar number systems.

HEX 8E 5E C6
Decimal 142 94 198
Binary 10001110 1011110 11000110
Octal 216 136 306

Shades and tints

Shades of #8E5EC6

#8E5EC6
(142,94,198)
#8256B4
(130,86,180)
#764EA2
(118,78,162)
#6A4690
(106,70,144)
#5E3E7E
(94,62,126)
#52366C
(82,54,108)
#462E5A
(70,46,90)
#3A2648
(58,38,72)
#2E1E36
(46,30,54)
#221624
(34,22,36)
#160E12
(22,14,18)
#000000
(0,0,0)

Tints of #8E5EC6

#8E5EC6
(142,94,198)
#986CCB
(152,108,203)
#A27AD0
(162,122,208)
#AC88D5
(172,136,213)
#B696DA
(182,150,218)
#C0A4DF
(192,164,223)
#CAB2E4
(202,178,228)
#D4C0E9
(212,192,233)
#DECEEE
(222,206,238)
#E8DCF3
(232,220,243)
#F2EAF8
(242,234,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E5EC6 color. Also use rgb(142,94,198) instead hex code.

Text Font Color

.myTextColor { color: #8E5EC6; }

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

This text font color is #8E5EC6.

Background Color

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

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

This div background color is #8E5EC6.

Border color

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

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

This div border color is #8E5EC6.

Opacity

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

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

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

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

This text has shadow with #8E5EC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E5EC6.

Preview

Color preview on black background

This text has color #8E5EC6 on black background.


Color preview on white background

This text has color #8E5EC6 on white background.


Black color preview on #8E5EC6 background

This text has black color on #8E5EC6 background.


White color preview on #8E5EC6 background

This text has white color on #8E5EC6 background.


Related colors

Complementary color

Complementary color for #hex is #71A139.


I love getcolorcode.com

Triadic colors

1 #C68E5E and #5EC68E with #8E5EC6 are triadic colors.

2 #C65E8E and #5E8EC6 with #8E5EC6 are triadic colors.