COLOR #8D5B8E

HEX: #8D5B8E
RGB: (141,91,142)

Color info

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

RGB color model

#8D5B8E color RGB value is (141,91,142).

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

RGB channels and saturation

R 141 of 255 = 55%
G 91 of 255 = 36%
B 142 of 255 = 56%

141
91
142

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

Portions of RGB colors in percentages

R + G + B =
141 + 91 + 142 = 374 (100%)
R 141 of 374 ~ 37.7%
G 91 of 374 ~ 24.33%
B 142 of 374 ~ 37.97%

%37.7
%24.33
%37.97

CMYK color model

#8D5B8E color CMYK value is (1,36,0,44).

  • cyan value is 0.70%
  • magenta value is 35.92%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(1,36,0,44)
C1M36Y0K44 
(1%,36%,0%,44%)
(0.01/0.36/0.00/0.44)	

CMYK percentages

%0.7
%35.92
%0
%44.31

Codes

Color #8D5B8E in popluar color models

8D5B8E
RGB14191142
HSL299°21.89%45.69%
HSB/HSV299°35.92%55.69%
CMYK0.70%35.92%0.00%
44.31%

Color #8D5B8E in popluar number systems.

HEX8D5B8E
Decimal14191142
Binary10001101101101110001110
Octal215133216

Shades and tints

Shades of #8D5B8E

#8D5B8E
(141,91,142)
#815382
(129,83,130)
#754B76
(117,75,118)
#69436A
(105,67,106)
#5D3B5E
(93,59,94)
#513352
(81,51,82)
#452B46
(69,43,70)
#39233A
(57,35,58)
#2D1B2E
(45,27,46)
#211322
(33,19,34)
#150B16
(21,11,22)
#000000
(0,0,0)

Tints of #8D5B8E

#8D5B8E
(141,91,142)
#976998
(151,105,152)
#A177A2
(161,119,162)
#AB85AC
(171,133,172)
#B593B6
(181,147,182)
#BFA1C0
(191,161,192)
#C9AFCA
(201,175,202)
#D3BDD4
(211,189,212)
#DDCBDE
(221,203,222)
#E7D9E8
(231,217,232)
#F1E7F2
(241,231,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D5B8E; }

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

This text font color is #8D5B8E.


Background Color

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

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

This div background color is #8D5B8E.


Border color

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

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

This div border color is #8D5B8E.


Opacity

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

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

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

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

This text has shadow with #8D5B8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D5B8E on black background.


Color preview on white background

This text has color #8D5B8E on white background.



Black color preview on #8D5B8E background

This text has black color on #8D5B8E background.


White color preview on #8D5B8E background

This text has white color on #8D5B8E background.