COLOR #8E5D9B

HEX: #8E5D9B RGB: (142,93,155)

Color info

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

RGB color model

#8E5D9B color RGB value is (142,93,155).

RGB: (142,93,155) (56%, 36%, 61%)

RGB channels and saturation

R 142 of 255 = 56%
G 93 of 255 = 36%
B 155 of 255 = 61%

142
93
155

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

Portions of RGB colors in percentages

R + G + B = 142 + 93 + 155 = 390 (100%)
R 142 of 390 ~ 36.41%
G 93 of 390 ~ 23.85%
B 155 of 390 ~ 39.74'%

%36.41
%23.85
%39.74

CMYK color model

#8E5D9B color CMYK value is (8,40,0,39).

  • cyan value is 8.39%
  • magenta value is 40.00%
  • yellow value is 0.00%
  • key color value is 39.22%

CMYK: (8,40,0,39)
C8M40Y0K39 (8%, 40%, 0%, 39%)
(0.08 / 0.40 / 0.00 / 0.39)

CMYK percentages

%8.39
%40
%0
%39.22

Codes

Color #8E5D9B in popluar color models

8E 5D 9B
RGB 142 93 155
HSL 287° 25.00% 48.63%
HSB/HSV 287° 40.00% 60.78%
CMYK 8.39% 40.00% 0.00%
39.22%

Color #8E5D9B in popluar number systems.

HEX 8E 5D 9B
Decimal 142 93 155
Binary 10001110 1011101 10011011
Octal 216 135 233

Shades and tints

Shades of #8E5D9B

#8E5D9B
(142,93,155)
#82558D
(130,85,141)
#764D7F
(118,77,127)
#6A4571
(106,69,113)
#5E3D63
(94,61,99)
#523555
(82,53,85)
#462D47
(70,45,71)
#3A2539
(58,37,57)
#2E1D2B
(46,29,43)
#22151D
(34,21,29)
#160D0F
(22,13,15)
#000000
(0,0,0)

Tints of #8E5D9B

#8E5D9B
(142,93,155)
#986BA4
(152,107,164)
#A279AD
(162,121,173)
#AC87B6
(172,135,182)
#B695BF
(182,149,191)
#C0A3C8
(192,163,200)
#CAB1D1
(202,177,209)
#D4BFDA
(212,191,218)
#DECDE3
(222,205,227)
#E8DBEC
(232,219,236)
#F2E9F5
(242,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E5D9B color. Also use rgb(142,93,155) instead hex code.

Text Font Color

.myTextColor { color: #8E5D9B; }

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

This text font color is #8E5D9B.

Background Color

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

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

This div background color is #8E5D9B.

Border color

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

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

This div border color is #8E5D9B.

Opacity

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

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

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

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

This text has shadow with #8E5D9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E5D9B.

Preview

Color preview on black background

This text has color #8E5D9B on black background.


Color preview on white background

This text has color #8E5D9B on white background.


Black color preview on #8E5D9B background

This text has black color on #8E5D9B background.


White color preview on #8E5D9B background

This text has white color on #8E5D9B background.


Related colors

Complementary color

Complementary color for #hex is #71A264.


I love getcolorcode.com

Triadic colors

1 #9B8E5D and #5D9B8E with #8E5D9B are triadic colors.

2 #9B5D8E and #5D8E9B with #8E5D9B are triadic colors.