COLOR #8D5B99

HEX: #8D5B99
RGB: (141,91,153)

Color info

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

RGB color model

#8D5B99 color RGB value is (141,91,153).

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

RGB channels and saturation

R 141 of 255 = 55%
G 91 of 255 = 36%
B 153 of 255 = 60%

141
91
153

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

Portions of RGB colors in percentages

R + G + B =
141 + 91 + 153 = 385 (100%)
R 141 of 385 ~ 36.62%
G 91 of 385 ~ 23.64%
B 153 of 385 ~ 39.74%

%36.62
%23.64
%39.74

CMYK color model

#8D5B99 color CMYK value is (8,41,0,40).

  • cyan value is 7.84%
  • magenta value is 40.52%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(8,41,0,40)
C8M41Y0K40 
(8%,41%,0%,40%)
(0.08/0.41/0.00/0.40)	

CMYK percentages

%7.84
%40.52
%0
%40

Codes

Color #8D5B99 in popluar color models

8D5B99
RGB14191153
HSL288°25.41%47.84%
HSB/HSV288°40.52%60.00%
CMYK7.84%40.52%0.00%
40.00%

Color #8D5B99 in popluar number systems.

HEX8D5B99
Decimal14191153
Binary10001101101101110011001
Octal215133231

Shades and tints

Shades of #8D5B99

#8D5B99
(141,91,153)
#81538C
(129,83,140)
#754B7F
(117,75,127)
#694372
(105,67,114)
#5D3B65
(93,59,101)
#513358
(81,51,88)
#452B4B
(69,43,75)
#39233E
(57,35,62)
#2D1B31
(45,27,49)
#211324
(33,19,36)
#150B17
(21,11,23)
#000000
(0,0,0)

Tints of #8D5B99

#8D5B99
(141,91,153)
#9769A2
(151,105,162)
#A177AB
(161,119,171)
#AB85B4
(171,133,180)
#B593BD
(181,147,189)
#BFA1C6
(191,161,198)
#C9AFCF
(201,175,207)
#D3BDD8
(211,189,216)
#DDCBE1
(221,203,225)
#E7D9EA
(231,217,234)
#F1E7F3
(241,231,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D5B99; }

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

This text font color is #8D5B99.


Background Color

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

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

This div background color is #8D5B99.


Border color

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

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

This div border color is #8D5B99.


Opacity

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

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

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

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

This text has shadow with #8D5B99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D5B99 on black background.


Color preview on white background

This text has color #8D5B99 on white background.



Black color preview on #8D5B99 background

This text has black color on #8D5B99 background.


White color preview on #8D5B99 background

This text has white color on #8D5B99 background.