COLOR #8D5B9E

HEX: #8D5B9E
RGB: (141,91,158)

Color info

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

RGB color model

#8D5B9E color RGB value is (141,91,158).

  • red value is 141;
  • green value is 91;
  • blue value is 158.
RGB:
(141,91,158)
(55%,36%,62%)

RGB channels and saturation

R 141 of 255 = 55%
G 91 of 255 = 36%
B 158 of 255 = 62%

141
91
158

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

Portions of RGB colors in percentages

R + G + B =
141 + 91 + 158 = 390 (100%)
R 141 of 390 ~ 36.15%
G 91 of 390 ~ 23.33%
B 158 of 390 ~ 40.51%

%36.15
%23.33
%40.51

CMYK color model

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

  • cyan value is 10.76%
  • magenta value is 42.41%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(11,42,0,38)
C11M42Y0K38 
(11%,42%,0%,38%)
(0.11/0.42/0.00/0.38)	

CMYK percentages

%10.76
%42.41
%0
%38.04

Codes

Color #8D5B9E in popluar color models

8D5B9E
RGB14191158
HSL285°26.91%48.82%
HSB/HSV285°42.41%61.96%
CMYK10.76%42.41%0.00%
38.04%

Color #8D5B9E in popluar number systems.

HEX8D5B9E
Decimal14191158
Binary10001101101101110011110
Octal215133236

Shades and tints

Shades of #8D5B9E

#8D5B9E
(141,91,158)
#815390
(129,83,144)
#754B82
(117,75,130)
#694374
(105,67,116)
#5D3B66
(93,59,102)
#513358
(81,51,88)
#452B4A
(69,43,74)
#39233C
(57,35,60)
#2D1B2E
(45,27,46)
#211320
(33,19,32)
#150B12
(21,11,18)
#000000
(0,0,0)

Tints of #8D5B9E

#8D5B9E
(141,91,158)
#9769A6
(151,105,166)
#A177AE
(161,119,174)
#AB85B6
(171,133,182)
#B593BE
(181,147,190)
#BFA1C6
(191,161,198)
#C9AFCE
(201,175,206)
#D3BDD6
(211,189,214)
#DDCBDE
(221,203,222)
#E7D9E6
(231,217,230)
#F1E7EE
(241,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D5B9E; }

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

This text font color is #8D5B9E.


Background Color

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

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

This div background color is #8D5B9E.


Border color

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

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

This div border color is #8D5B9E.


Opacity

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

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

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

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

This text has shadow with #8D5B9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D5B9E on black background.


Color preview on white background

This text has color #8D5B9E on white background.



Black color preview on #8D5B9E background

This text has black color on #8D5B9E background.


White color preview on #8D5B9E background

This text has white color on #8D5B9E background.