COLOR #8E5C9F

HEX: #8E5C9F RGB: (142,92,159)

Color info

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

RGB color model

#8E5C9F color RGB value is (142,92,159).

RGB: (142,92,159) (56%, 36%, 62%)

RGB channels and saturation

R 142 of 255 = 56%
G 92 of 255 = 36%
B 159 of 255 = 62%

142
92
159

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

Portions of RGB colors in percentages

R + G + B = 142 + 92 + 159 = 393 (100%)
R 142 of 393 ~ 36.13%
G 92 of 393 ~ 23.41%
B 159 of 393 ~ 40.46'%

%36.13
%23.41
%40.46

CMYK color model

#8E5C9F color CMYK value is (11,42,0,38).

  • cyan value is 10.69%
  • magenta value is 42.14%
  • yellow value is 0.00%
  • key color value is 37.65%

CMYK: (11,42,0,38)
C11M42Y0K38 (11%, 42%, 0%, 38%)
(0.11 / 0.42 / 0.00 / 0.38)

CMYK percentages

%10.69
%42.14
%0
%37.65

Codes

Color #8E5C9F in popluar color models

8E 5C 9F
RGB 142 92 159
HSL 285° 26.69% 49.22%
HSB/HSV 285° 42.14% 62.35%
CMYK 10.69% 42.14% 0.00%
37.65%

Color #8E5C9F in popluar number systems.

HEX 8E 5C 9F
Decimal 142 92 159
Binary 10001110 1011100 10011111
Octal 216 134 237

Shades and tints

Shades of #8E5C9F

#8E5C9F
(142,92,159)
#825491
(130,84,145)
#764C83
(118,76,131)
#6A4475
(106,68,117)
#5E3C67
(94,60,103)
#523459
(82,52,89)
#462C4B
(70,44,75)
#3A243D
(58,36,61)
#2E1C2F
(46,28,47)
#221421
(34,20,33)
#160C13
(22,12,19)
#000000
(0,0,0)

Tints of #8E5C9F

#8E5C9F
(142,92,159)
#986AA7
(152,106,167)
#A278AF
(162,120,175)
#AC86B7
(172,134,183)
#B694BF
(182,148,191)
#C0A2C7
(192,162,199)
#CAB0CF
(202,176,207)
#D4BED7
(212,190,215)
#DECCDF
(222,204,223)
#E8DAE7
(232,218,231)
#F2E8EF
(242,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E5C9F color. Also use rgb(142,92,159) instead hex code.

Text Font Color

.myTextColor { color: #8E5C9F; }

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

This text font color is #8E5C9F.

Background Color

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

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

This div background color is #8E5C9F.

Border color

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

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

This div border color is #8E5C9F.

Opacity

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

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

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

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

This text has shadow with #8E5C9F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E5C9F.

Preview

Color preview on black background

This text has color #8E5C9F on black background.


Color preview on white background

This text has color #8E5C9F on white background.


Black color preview on #8E5C9F background

This text has black color on #8E5C9F background.


White color preview on #8E5C9F background

This text has white color on #8E5C9F background.


Related colors

Complementary color

Complementary color for #hex is #71A360.


I love getcolorcode.com

Triadic colors

1 #9F8E5C and #5C9F8E with #8E5C9F are triadic colors.

2 #9F5C8E and #5C8E9F with #8E5C9F are triadic colors.