COLOR #8D539D

HEX: #8D539D
RGB: (141,83,157)

Color info

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

RGB color model

#8D539D color RGB value is (141,83,157).

  • red value is 141;
  • green value is 83;
  • blue value is 157.
RGB:
(141,83,157)
(55%,33%,62%)

RGB channels and saturation

R 141 of 255 = 55%
G 83 of 255 = 33%
B 157 of 255 = 62%

141
83
157

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

Portions of RGB colors in percentages

R + G + B =
141 + 83 + 157 = 381 (100%)
R 141 of 381 ~ 37.01%
G 83 of 381 ~ 21.78%
B 157 of 381 ~ 41.21%

%37.01
%21.78
%41.21

CMYK color model

#8D539D color CMYK value is (10,47,0,38).

  • cyan value is 10.19%
  • magenta value is 47.13%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(10,47,0,38)
C10M47Y0K38 
(10%,47%,0%,38%)
(0.10/0.47/0.00/0.38)	

CMYK percentages

%10.19
%47.13
%0
%38.43

Codes

Color #8D539D in popluar color models

8D539D
RGB14183157
HSL287°30.83%47.06%
HSB/HSV287°47.13%61.57%
CMYK10.19%47.13%0.00%
38.43%

Color #8D539D in popluar number systems.

HEX8D539D
Decimal14183157
Binary10001101101001110011101
Octal215123235

Shades and tints

Shades of #8D539D

#8D539D
(141,83,157)
#814C8F
(129,76,143)
#754581
(117,69,129)
#693E73
(105,62,115)
#5D3765
(93,55,101)
#513057
(81,48,87)
#452949
(69,41,73)
#39223B
(57,34,59)
#2D1B2D
(45,27,45)
#21141F
(33,20,31)
#150D11
(21,13,17)
#000000
(0,0,0)

Tints of #8D539D

#8D539D
(141,83,157)
#9762A5
(151,98,165)
#A171AD
(161,113,173)
#AB80B5
(171,128,181)
#B58FBD
(181,143,189)
#BF9EC5
(191,158,197)
#C9ADCD
(201,173,205)
#D3BCD5
(211,188,213)
#DDCBDD
(221,203,221)
#E7DAE5
(231,218,229)
#F1E9ED
(241,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D539D color. Also use rgb(141,83,157) instead hex code.

Text Font Color

.myTextColor { color: #8D539D; }

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

This text font color is #8D539D.


Background Color

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

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

This div background color is #8D539D.


Border color

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

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

This div border color is #8D539D.


Opacity

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

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

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

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

This text has shadow with #8D539D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D539D on black background.


Color preview on white background

This text has color #8D539D on white background.



Black color preview on #8D539D background

This text has black color on #8D539D background.


White color preview on #8D539D background

This text has white color on #8D539D background.