COLOR #8E61A0

HEX: #8E61A0 RGB: (142,97,160)

Color info

#8E61A0 contains mainly red and blue colors. Web safe color of #8E61A0 is #996699 (or #969).

RGB color model

#8E61A0 color RGB value is (142,97,160).

RGB: (142,97,160) (56%, 38%, 63%)

RGB channels and saturation

R 142 of 255 = 56%
G 97 of 255 = 38%
B 160 of 255 = 63%

142
97
160

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

Portions of RGB colors in percentages

R + G + B = 142 + 97 + 160 = 399 (100%)
R 142 of 399 ~ 35.59%
G 97 of 399 ~ 24.31%
B 160 of 399 ~ 40.1'%

%35.59
%24.31
%40.1

CMYK color model

#8E61A0 color CMYK value is (11,39,0,37).

  • cyan value is 11.25%
  • magenta value is 39.38%
  • yellow value is 0.00%
  • key color value is 37.25%

CMYK: (11,39,0,37)
C11M39Y0K37 (11%, 39%, 0%, 37%)
(0.11 / 0.39 / 0.00 / 0.37)

CMYK percentages

%11.25
%39.38
%0
%37.25

Codes

Color #8E61A0 in popluar color models

8E 61 A0
RGB 142 97 160
HSL 283° 24.90% 50.39%
HSB/HSV 283° 39.38% 62.75%
CMYK 11.25% 39.38% 0.00%
37.25%

Color #8E61A0 in popluar number systems.

HEX 8E 61 A0
Decimal 142 97 160
Binary 10001110 1100001 10100000
Octal 216 141 240

Shades and tints

Shades of #8E61A0

#8E61A0
(142,97,160)
#825992
(130,89,146)
#765184
(118,81,132)
#6A4976
(106,73,118)
#5E4168
(94,65,104)
#52395A
(82,57,90)
#46314C
(70,49,76)
#3A293E
(58,41,62)
#2E2130
(46,33,48)
#221922
(34,25,34)
#161114
(22,17,20)
#000000
(0,0,0)

Tints of #8E61A0

#8E61A0
(142,97,160)
#986FA8
(152,111,168)
#A27DB0
(162,125,176)
#AC8BB8
(172,139,184)
#B699C0
(182,153,192)
#C0A7C8
(192,167,200)
#CAB5D0
(202,181,208)
#D4C3D8
(212,195,216)
#DED1E0
(222,209,224)
#E8DFE8
(232,223,232)
#F2EDF0
(242,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E61A0 color. Also use rgb(142,97,160) instead hex code.

Text Font Color

.myTextColor { color: #8E61A0; }

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

This text font color is #8E61A0.

Background Color

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

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

This div background color is #8E61A0.

Border color

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

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

This div border color is #8E61A0.

Opacity

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

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

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

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

This text has shadow with #8E61A0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E61A0.

Preview

Color preview on black background

This text has color #8E61A0 on black background.


Color preview on white background

This text has color #8E61A0 on white background.


Black color preview on #8E61A0 background

This text has black color on #8E61A0 background.


White color preview on #8E61A0 background

This text has white color on #8E61A0 background.


Related colors

Complementary color

Complementary color for #hex is #719E5F.


I love getcolorcode.com

Triadic colors

1 #A08E61 and #61A08E with #8E61A0 are triadic colors.

2 #A0618E and #618EA0 with #8E61A0 are triadic colors.