COLOR #8D7584

HEX: #8D7584
RGB: (141,117,132)

Color info

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

RGB color model

#8D7584 color RGB value is (141,117,132).

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

RGB channels and saturation

R 141 of 255 = 55%
G 117 of 255 = 46%
B 132 of 255 = 52%

141
117
132

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

Portions of RGB colors in percentages

R + G + B =
141 + 117 + 132 = 390 (100%)
R 141 of 390 ~ 36.15%
G 117 of 390 ~ 30%
B 132 of 390 ~ 33.85%

%36.15
%30
%33.85

CMYK color model

#8D7584 color CMYK value is (0,17,6,45).

  • cyan value is 0.00%
  • magenta value is 17.02%
  • yellow value is 6.38%
  • key color value is 44.71%
CMYK:
(0,17,6,45)
C0M17Y6K45 
(0%,17%,6%,45%)
(0.00/0.17/0.06/0.45)	

CMYK percentages

%0
%17.02
%6.38
%44.71

Codes

Color #8D7584 in popluar color models

8D7584
RGB141117132
HSL323°9.52%50.59%
HSB/HSV323°17.02%55.29%
CMYK0.00%17.02%6.38%
44.71%

Color #8D7584 in popluar number systems.

HEX8D7584
Decimal141117132
Binary10001101111010110000100
Octal215165204

Shades and tints

Shades of #8D7584

#8D7584
(141,117,132)
#816B78
(129,107,120)
#75616C
(117,97,108)
#695760
(105,87,96)
#5D4D54
(93,77,84)
#514348
(81,67,72)
#45393C
(69,57,60)
#392F30
(57,47,48)
#2D2524
(45,37,36)
#211B18
(33,27,24)
#15110C
(21,17,12)
#000000
(0,0,0)

Tints of #8D7584

#8D7584
(141,117,132)
#97818F
(151,129,143)
#A18D9A
(161,141,154)
#AB99A5
(171,153,165)
#B5A5B0
(181,165,176)
#BFB1BB
(191,177,187)
#C9BDC6
(201,189,198)
#D3C9D1
(211,201,209)
#DDD5DC
(221,213,220)
#E7E1E7
(231,225,231)
#F1EDF2
(241,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D7584; }

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

This text font color is #8D7584.


Background Color

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

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

This div background color is #8D7584.


Border color

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

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

This div border color is #8D7584.


Opacity

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

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

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

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

This text has shadow with #8D7584 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D7584 on black background.


Color preview on white background

This text has color #8D7584 on white background.



Black color preview on #8D7584 background

This text has black color on #8D7584 background.


White color preview on #8D7584 background

This text has white color on #8D7584 background.