COLOR #8D5D9C

HEX: #8D5D9C
RGB: (141,93,156)

Color info

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

RGB color model

#8D5D9C color RGB value is (141,93,156).

  • red value is 141;
  • green value is 93;
  • blue value is 156.
RGB:
(141,93,156)
(55%,36%,61%)

RGB channels and saturation

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

141
93
156

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

Portions of RGB colors in percentages

R + G + B =
141 + 93 + 156 = 390 (100%)
R 141 of 390 ~ 36.15%
G 93 of 390 ~ 23.85%
B 156 of 390 ~ 40%

%36.15
%23.85
%40

CMYK color model

#8D5D9C color CMYK value is (10,40,0,39).

  • cyan value is 9.62%
  • magenta value is 40.38%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(10,40,0,39)
C10M40Y0K39 
(10%,40%,0%,39%)
(0.10/0.40/0.00/0.39)	

CMYK percentages

%9.62
%40.38
%0
%38.82

Codes

Color #8D5D9C in popluar color models

8D5D9C
RGB14193156
HSL286°25.30%48.82%
HSB/HSV286°40.38%61.18%
CMYK9.62%40.38%0.00%
38.82%

Color #8D5D9C in popluar number systems.

HEX8D5D9C
Decimal14193156
Binary10001101101110110011100
Octal215135234

Shades and tints

Shades of #8D5D9C

#8D5D9C
(141,93,156)
#81558E
(129,85,142)
#754D80
(117,77,128)
#694572
(105,69,114)
#5D3D64
(93,61,100)
#513556
(81,53,86)
#452D48
(69,45,72)
#39253A
(57,37,58)
#2D1D2C
(45,29,44)
#21151E
(33,21,30)
#150D10
(21,13,16)
#000000
(0,0,0)

Tints of #8D5D9C

#8D5D9C
(141,93,156)
#976BA5
(151,107,165)
#A179AE
(161,121,174)
#AB87B7
(171,135,183)
#B595C0
(181,149,192)
#BFA3C9
(191,163,201)
#C9B1D2
(201,177,210)
#D3BFDB
(211,191,219)
#DDCDE4
(221,205,228)
#E7DBED
(231,219,237)
#F1E9F6
(241,233,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D5D9C; }

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

This text font color is #8D5D9C.


Background Color

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

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

This div background color is #8D5D9C.


Border color

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

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

This div border color is #8D5D9C.


Opacity

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

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

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

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

This text has shadow with #8D5D9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D5D9C on black background.


Color preview on white background

This text has color #8D5D9C on white background.



Black color preview on #8D5D9C background

This text has black color on #8D5D9C background.


White color preview on #8D5D9C background

This text has white color on #8D5D9C background.