COLOR #8D558E

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

141
85
142

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

Portions of RGB colors in percentages

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

%38.32
%23.1
%38.59

CMYK color model

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

  • cyan value is 0.70%
  • magenta value is 40.14%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK: (1,40,0,44) C1M40Y0K44 (1%,40%,0%,44%) (0.01/0.40/0.00/0.44) 

CMYK percentages

%0.7
%40.14
%0
%44.31

Codes

Color #8D558E in popluar color models

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

Color #8D558E in popluar number systems.

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

Shades and tints

Shades of #8D558E

#8D558E
(141,85,142)
#814E82
(129,78,130)
#754776
(117,71,118)
#69406A
(105,64,106)
#5D395E
(93,57,94)
#513252
(81,50,82)
#452B46
(69,43,70)
#39243A
(57,36,58)
#2D1D2E
(45,29,46)
#211622
(33,22,34)
#150F16
(21,15,22)
#000000
(0,0,0)

Tints of #8D558E

#8D558E
(141,85,142)
#976498
(151,100,152)
#A173A2
(161,115,162)
#AB82AC
(171,130,172)
#B591B6
(181,145,182)
#BFA0C0
(191,160,192)
#C9AFCA
(201,175,202)
#D3BED4
(211,190,212)
#DDCDDE
(221,205,222)
#E7DCE8
(231,220,232)
#F1EBF2
(241,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D558E; }

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

This text font color is #8D558E.

Background Color

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

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

This div background color is #8D558E.

Border color

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

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

This div border color is #8D558E.

Opacity

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

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

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

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

This text has shadow with #8D558E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8D558E.

Preview

Color preview on black background

This text has color #8D558E on black background.


Color preview on white background

This text has color #8D558E on white background.


Black color preview on #8D558E background

This text has black color on #8D558E background.


White color preview on #8D558E background

This text has white color on #8D558E background.


Related colors

Complementary color

Complementary color for #hex is #72AA71.


I love getcolorcode.com

Triadic colors

1 #8E8D55 and #558E8D with #8D558E are triadic colors.

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