COLOR #8D7593

HEX: #8D7593
RGB: (141,117,147)

Color info

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

RGB color model

#8D7593 color RGB value is (141,117,147).

  • red value is 141;
  • green value is 117;
  • blue value is 147.
RGB:
(141,117,147)
(55%,46%,58%)

RGB channels and saturation

R 141 of 255 = 55%
G 117 of 255 = 46%
B 147 of 255 = 58%

141
117
147

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

Portions of RGB colors in percentages

R + G + B =
141 + 117 + 147 = 405 (100%)
R 141 of 405 ~ 34.81%
G 117 of 405 ~ 28.89%
B 147 of 405 ~ 36.3%

%34.81
%28.89
%36.3

CMYK color model

#8D7593 color CMYK value is (4,20,0,42).

  • cyan value is 4.08%
  • magenta value is 20.41%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(4,20,0,42)
C4M20Y0K42 
(4%,20%,0%,42%)
(0.04/0.20/0.00/0.42)	

CMYK percentages

%4.08
%20.41
%0
%42.35

Codes

Color #8D7593 in popluar color models

8D7593
RGB141117147
HSL288°12.20%51.76%
HSB/HSV288°20.41%57.65%
CMYK4.08%20.41%0.00%
42.35%

Color #8D7593 in popluar number systems.

HEX8D7593
Decimal141117147
Binary10001101111010110010011
Octal215165223

Shades and tints

Shades of #8D7593

#8D7593
(141,117,147)
#816B86
(129,107,134)
#756179
(117,97,121)
#69576C
(105,87,108)
#5D4D5F
(93,77,95)
#514352
(81,67,82)
#453945
(69,57,69)
#392F38
(57,47,56)
#2D252B
(45,37,43)
#211B1E
(33,27,30)
#151111
(21,17,17)
#000000
(0,0,0)

Tints of #8D7593

#8D7593
(141,117,147)
#97819C
(151,129,156)
#A18DA5
(161,141,165)
#AB99AE
(171,153,174)
#B5A5B7
(181,165,183)
#BFB1C0
(191,177,192)
#C9BDC9
(201,189,201)
#D3C9D2
(211,201,210)
#DDD5DB
(221,213,219)
#E7E1E4
(231,225,228)
#F1EDED
(241,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D7593 color. Also use rgb(141,117,147) instead hex code.

Text Font Color

.myTextColor { color: #8D7593; }

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

This text font color is #8D7593.


Background Color

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

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

This div background color is #8D7593.


Border color

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

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

This div border color is #8D7593.


Opacity

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

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

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

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

This text has shadow with #8D7593 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D7593 on black background.


Color preview on white background

This text has color #8D7593 on white background.



Black color preview on #8D7593 background

This text has black color on #8D7593 background.


White color preview on #8D7593 background

This text has white color on #8D7593 background.