COLOR #8E558D

HEX: #8E558D RGB: (142,85,141)

Color info

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

RGB color model

#8E558D color RGB value is (142,85,141).

RGB: (142,85,141) (56%, 33%, 55%)

RGB channels and saturation

R 142 of 255 = 56%
G 85 of 255 = 33%
B 141 of 255 = 55%

142
85
141

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

Portions of RGB colors in percentages

R + G + B = 142 + 85 + 141 = 368 (100%)
R 142 of 368 ~ 38.59%
G 85 of 368 ~ 23.1%
B 141 of 368 ~ 38.32'%

%38.59
%23.1
%38.32

CMYK color model

#8E558D color CMYK value is (0,40,1,44).

  • cyan value is 0.00%
  • magenta value is 40.14%
  • yellow value is 0.70%
  • key color value is 44.31%

CMYK: (0,40,1,44)
C0M40Y1K44 (0%, 40%, 1%, 44%)
(0.00 / 0.40 / 0.01 / 0.44)

CMYK percentages

%0
%40.14
%0.7
%44.31

Codes

Color #8E558D in popluar color models

8E 55 8D
RGB 142 85 141
HSL 301° 25.11% 44.51%
HSB/HSV 301° 40.14% 55.69%
CMYK 0.00% 40.14% 0.70%
44.31%

Color #8E558D in popluar number systems.

HEX 8E 55 8D
Decimal 142 85 141
Binary 10001110 1010101 10001101
Octal 216 125 215

Shades and tints

Shades of #8E558D

#8E558D
(142,85,141)
#824E81
(130,78,129)
#764775
(118,71,117)
#6A4069
(106,64,105)
#5E395D
(94,57,93)
#523251
(82,50,81)
#462B45
(70,43,69)
#3A2439
(58,36,57)
#2E1D2D
(46,29,45)
#221621
(34,22,33)
#160F15
(22,15,21)
#000000
(0,0,0)

Tints of #8E558D

#8E558D
(142,85,141)
#986497
(152,100,151)
#A273A1
(162,115,161)
#AC82AB
(172,130,171)
#B691B5
(182,145,181)
#C0A0BF
(192,160,191)
#CAAFC9
(202,175,201)
#D4BED3
(212,190,211)
#DECDDD
(222,205,221)
#E8DCE7
(232,220,231)
#F2EBF1
(242,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E558D color. Also use rgb(142,85,141) instead hex code.

Text Font Color

.myTextColor { color: #8E558D; }

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

This text font color is #8E558D.

Background Color

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

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

This div background color is #8E558D.

Border color

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

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

This div border color is #8E558D.

Opacity

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

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

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

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

This text has shadow with #8E558D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E558D.

Preview

Color preview on black background

This text has color #8E558D on black background.


Color preview on white background

This text has color #8E558D on white background.


Black color preview on #8E558D background

This text has black color on #8E558D background.


White color preview on #8E558D background

This text has white color on #8E558D background.


Related colors

Complementary color

Complementary color for #hex is #71AA72.


I love getcolorcode.com

Triadic colors

1 #8D8E55 and #558D8E with #8E558D are triadic colors.

2 #8D558E and #558E8D with #8E558D are triadic colors.