COLOR #8D6583

HEX: #8D6583
RGB: (141,101,131)

Color info

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

RGB color model

#8D6583 color RGB value is (141,101,131).

  • red value is 141;
  • green value is 101;
  • blue value is 131.
RGB:
(141,101,131)
(55%,40%,51%)

RGB channels and saturation

R 141 of 255 = 55%
G 101 of 255 = 40%
B 131 of 255 = 51%

141
101
131

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

Portions of RGB colors in percentages

R + G + B =
141 + 101 + 131 = 373 (100%)
R 141 of 373 ~ 37.8%
G 101 of 373 ~ 27.08%
B 131 of 373 ~ 35.12%

%37.8
%27.08
%35.12

CMYK color model

#8D6583 color CMYK value is (0,28,7,45).

  • cyan value is 0.00%
  • magenta value is 28.37%
  • yellow value is 7.09%
  • key color value is 44.71%
CMYK:
(0,28,7,45)
C0M28Y7K45 
(0%,28%,7%,45%)
(0.00/0.28/0.07/0.45)	

CMYK percentages

%0
%28.37
%7.09
%44.71

Codes

Color #8D6583 in popluar color models

8D6583
RGB141101131
HSL315°16.53%47.45%
HSB/HSV315°28.37%55.29%
CMYK0.00%28.37%7.09%
44.71%

Color #8D6583 in popluar number systems.

HEX8D6583
Decimal141101131
Binary10001101110010110000011
Octal215145203

Shades and tints

Shades of #8D6583

#8D6583
(141,101,131)
#815C78
(129,92,120)
#75536D
(117,83,109)
#694A62
(105,74,98)
#5D4157
(93,65,87)
#51384C
(81,56,76)
#452F41
(69,47,65)
#392636
(57,38,54)
#2D1D2B
(45,29,43)
#211420
(33,20,32)
#150B15
(21,11,21)
#000000
(0,0,0)

Tints of #8D6583

#8D6583
(141,101,131)
#97738E
(151,115,142)
#A18199
(161,129,153)
#AB8FA4
(171,143,164)
#B59DAF
(181,157,175)
#BFABBA
(191,171,186)
#C9B9C5
(201,185,197)
#D3C7D0
(211,199,208)
#DDD5DB
(221,213,219)
#E7E3E6
(231,227,230)
#F1F1F1
(241,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D6583 color. Also use rgb(141,101,131) instead hex code.

Text Font Color

.myTextColor { color: #8D6583; }

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

This text font color is #8D6583.


Background Color

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

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

This div background color is #8D6583.


Border color

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

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

This div border color is #8D6583.


Opacity

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

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

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

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

This text has shadow with #8D6583 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D6583 on black background.


Color preview on white background

This text has color #8D6583 on white background.



Black color preview on #8D6583 background

This text has black color on #8D6583 background.


White color preview on #8D6583 background

This text has white color on #8D6583 background.