COLOR #8E5686

HEX: #8E5686 RGB: (142,86,134)

Color info

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

RGB color model

#8E5686 color RGB value is (142,86,134).

RGB: (142,86,134) (56%, 34%, 53%)

RGB channels and saturation

R 142 of 255 = 56%
G 86 of 255 = 34%
B 134 of 255 = 53%

142
86
134

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

Portions of RGB colors in percentages

R + G + B = 142 + 86 + 134 = 362 (100%)
R 142 of 362 ~ 39.23%
G 86 of 362 ~ 23.76%
B 134 of 362 ~ 37.02'%

%39.23
%23.76
%37.02

CMYK color model

#8E5686 color CMYK value is (0,39,6,44).

  • cyan value is 0.00%
  • magenta value is 39.44%
  • yellow value is 5.63%
  • key color value is 44.31%

CMYK: (0,39,6,44)
C0M39Y6K44 (0%, 39%, 6%, 44%)
(0.00 / 0.39 / 0.06 / 0.44)

CMYK percentages

%0
%39.44
%5.63
%44.31

Codes

Color #8E5686 in popluar color models

8E 56 86
RGB 142 86 134
HSL 309° 24.56% 44.71%
HSB/HSV 309° 39.44% 55.69%
CMYK 0.00% 39.44% 5.63%
44.31%

Color #8E5686 in popluar number systems.

HEX 8E 56 86
Decimal 142 86 134
Binary 10001110 1010110 10000110
Octal 216 126 206

Shades and tints

Shades of #8E5686

#8E5686
(142,86,134)
#824F7A
(130,79,122)
#76486E
(118,72,110)
#6A4162
(106,65,98)
#5E3A56
(94,58,86)
#52334A
(82,51,74)
#462C3E
(70,44,62)
#3A2532
(58,37,50)
#2E1E26
(46,30,38)
#22171A
(34,23,26)
#16100E
(22,16,14)
#000000
(0,0,0)

Tints of #8E5686

#8E5686
(142,86,134)
#986591
(152,101,145)
#A2749C
(162,116,156)
#AC83A7
(172,131,167)
#B692B2
(182,146,178)
#C0A1BD
(192,161,189)
#CAB0C8
(202,176,200)
#D4BFD3
(212,191,211)
#DECEDE
(222,206,222)
#E8DDE9
(232,221,233)
#F2ECF4
(242,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E5686 color. Also use rgb(142,86,134) instead hex code.

Text Font Color

.myTextColor { color: #8E5686; }

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

This text font color is #8E5686.

Background Color

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

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

This div background color is #8E5686.

Border color

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

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

This div border color is #8E5686.

Opacity

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

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

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

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

This text has shadow with #8E5686 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E5686.

Preview

Color preview on black background

This text has color #8E5686 on black background.


Color preview on white background

This text has color #8E5686 on white background.


Black color preview on #8E5686 background

This text has black color on #8E5686 background.


White color preview on #8E5686 background

This text has white color on #8E5686 background.


Related colors

Complementary color

Complementary color for #hex is #71A979.


I love getcolorcode.com

Triadic colors

1 #868E56 and #56868E with #8E5686 are triadic colors.

2 #86568E and #568E86 with #8E5686 are triadic colors.