COLOR #8D5B9C

HEX: #8D5B9C RGB: (141,91,156)

Color info

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

RGB color model

#8D5B9C color RGB value is (141,91,156).

RGB: (141,91,156) (55%, 36%, 61%)

RGB channels and saturation

R 141 of 255 = 55%
G 91 of 255 = 36%
B 156 of 255 = 61%

141
91
156

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

Portions of RGB colors in percentages

R + G + B = 141 + 91 + 156 = 388 (100%)
R 141 of 388 ~ 36.34%
G 91 of 388 ~ 23.45%
B 156 of 388 ~ 40.21'%

%36.34
%23.45
%40.21

CMYK color model

#8D5B9C color CMYK value is (10,42,0,39).

  • cyan value is 9.62%
  • magenta value is 41.67%
  • yellow value is 0.00%
  • key color value is 38.82%

CMYK: (10,42,0,39)
C10M42Y0K39 (10%, 42%, 0%, 39%)
(0.10 / 0.42 / 0.00 / 0.39)

CMYK percentages

%9.62
%41.67
%0
%38.82

Codes

Color #8D5B9C in popluar color models

8D 5B 9C
RGB 141 91 156
HSL 286° 26.32% 48.43%
HSB/HSV 286° 41.67% 61.18%
CMYK 9.62% 41.67% 0.00%
38.82%

Color #8D5B9C in popluar number systems.

HEX 8D 5B 9C
Decimal 141 91 156
Binary 10001101 1011011 10011100
Octal 215 133 234

Shades and tints

Shades of #8D5B9C

#8D5B9C
(141,91,156)
#81538E
(129,83,142)
#754B80
(117,75,128)
#694372
(105,67,114)
#5D3B64
(93,59,100)
#513356
(81,51,86)
#452B48
(69,43,72)
#39233A
(57,35,58)
#2D1B2C
(45,27,44)
#21131E
(33,19,30)
#150B10
(21,11,16)
#000000
(0,0,0)

Tints of #8D5B9C

#8D5B9C
(141,91,156)
#9769A5
(151,105,165)
#A177AE
(161,119,174)
#AB85B7
(171,133,183)
#B593C0
(181,147,192)
#BFA1C9
(191,161,201)
#C9AFD2
(201,175,210)
#D3BDDB
(211,189,219)
#DDCBE4
(221,203,228)
#E7D9ED
(231,217,237)
#F1E7F6
(241,231,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D5B9C color. Also use rgb(141,91,156) instead hex code.

Text Font Color

.myTextColor { color: #8D5B9C; }

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

This text font color is #8D5B9C.

Background Color

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

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

This div background color is #8D5B9C.

Border color

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

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

This div border color is #8D5B9C.

Opacity

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

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

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

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

This text has shadow with #8D5B9C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8D5B9C.

Preview

Color preview on black background

This text has color #8D5B9C on black background.


Color preview on white background

This text has color #8D5B9C on white background.


Black color preview on #8D5B9C background

This text has black color on #8D5B9C background.


White color preview on #8D5B9C background

This text has white color on #8D5B9C background.


Related colors

Complementary color

Complementary color for #hex is #72A463.


I love getcolorcode.com

Triadic colors

1 #9C8D5B and #5B9C8D with #8D5B9C are triadic colors.

2 #9C5B8D and #5B8D9C with #8D5B9C are triadic colors.