COLOR #8D6D8A

HEX: #8D6D8A
RGB: (141,109,138)

Color info

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

RGB color model

#8D6D8A color RGB value is (141,109,138).

  • red value is 141;
  • green value is 109;
  • blue value is 138.
RGB:
(141,109,138)
(55%,43%,54%)

RGB channels and saturation

R 141 of 255 = 55%
G 109 of 255 = 43%
B 138 of 255 = 54%

141
109
138

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

Portions of RGB colors in percentages

R + G + B =
141 + 109 + 138 = 388 (100%)
R 141 of 388 ~ 36.34%
G 109 of 388 ~ 28.09%
B 138 of 388 ~ 35.57%

%36.34
%28.09
%35.57

CMYK color model

#8D6D8A color CMYK value is (0,23,2,45).

  • cyan value is 0.00%
  • magenta value is 22.70%
  • yellow value is 2.13%
  • key color value is 44.71%
CMYK:
(0,23,2,45)
C0M23Y2K45 
(0%,23%,2%,45%)
(0.00/0.23/0.02/0.45)	

CMYK percentages

%0
%22.7
%2.13
%44.71

Codes

Color #8D6D8A in popluar color models

8D6D8A
RGB141109138
HSL306°12.80%49.02%
HSB/HSV306°22.70%55.29%
CMYK0.00%22.70%2.13%
44.71%

Color #8D6D8A in popluar number systems.

HEX8D6D8A
Decimal141109138
Binary10001101110110110001010
Octal215155212

Shades and tints

Shades of #8D6D8A

#8D6D8A
(141,109,138)
#81647E
(129,100,126)
#755B72
(117,91,114)
#695266
(105,82,102)
#5D495A
(93,73,90)
#51404E
(81,64,78)
#453742
(69,55,66)
#392E36
(57,46,54)
#2D252A
(45,37,42)
#211C1E
(33,28,30)
#151312
(21,19,18)
#000000
(0,0,0)

Tints of #8D6D8A

#8D6D8A
(141,109,138)
#977A94
(151,122,148)
#A1879E
(161,135,158)
#AB94A8
(171,148,168)
#B5A1B2
(181,161,178)
#BFAEBC
(191,174,188)
#C9BBC6
(201,187,198)
#D3C8D0
(211,200,208)
#DDD5DA
(221,213,218)
#E7E2E4
(231,226,228)
#F1EFEE
(241,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D6D8A color. Also use rgb(141,109,138) instead hex code.

Text Font Color

.myTextColor { color: #8D6D8A; }

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

This text font color is #8D6D8A.


Background Color

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

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

This div background color is #8D6D8A.


Border color

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

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

This div border color is #8D6D8A.


Opacity

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

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

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

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

This text has shadow with #8D6D8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D6D8A on black background.


Color preview on white background

This text has color #8D6D8A on white background.



Black color preview on #8D6D8A background

This text has black color on #8D6D8A background.


White color preview on #8D6D8A background

This text has white color on #8D6D8A background.