COLOR #8D6A8A

HEX: #8D6A8A
RGB: (141,106,138)

Color info

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

RGB color model

#8D6A8A color RGB value is (141,106,138).

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

RGB channels and saturation

R 141 of 255 = 55%
G 106 of 255 = 42%
B 138 of 255 = 54%

141
106
138

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

Portions of RGB colors in percentages

R + G + B =
141 + 106 + 138 = 385 (100%)
R 141 of 385 ~ 36.62%
G 106 of 385 ~ 27.53%
B 138 of 385 ~ 35.84%

%36.62
%27.53
%35.84

CMYK color model

#8D6A8A color CMYK value is (0,25,2,45).

  • cyan value is 0.00%
  • magenta value is 24.82%
  • yellow value is 2.13%
  • key color value is 44.71%
CMYK:
(0,25,2,45)
C0M25Y2K45 
(0%,25%,2%,45%)
(0.00/0.25/0.02/0.45)	

CMYK percentages

%0
%24.82
%2.13
%44.71

Codes

Color #8D6A8A in popluar color models

8D6A8A
RGB141106138
HSL305°14.17%48.43%
HSB/HSV305°24.82%55.29%
CMYK0.00%24.82%2.13%
44.71%

Color #8D6A8A in popluar number systems.

HEX8D6A8A
Decimal141106138
Binary10001101110101010001010
Octal215152212

Shades and tints

Shades of #8D6A8A

#8D6A8A
(141,106,138)
#81617E
(129,97,126)
#755872
(117,88,114)
#694F66
(105,79,102)
#5D465A
(93,70,90)
#513D4E
(81,61,78)
#453442
(69,52,66)
#392B36
(57,43,54)
#2D222A
(45,34,42)
#21191E
(33,25,30)
#151012
(21,16,18)
#000000
(0,0,0)

Tints of #8D6A8A

#8D6A8A
(141,106,138)
#977794
(151,119,148)
#A1849E
(161,132,158)
#AB91A8
(171,145,168)
#B59EB2
(181,158,178)
#BFABBC
(191,171,188)
#C9B8C6
(201,184,198)
#D3C5D0
(211,197,208)
#DDD2DA
(221,210,218)
#E7DFE4
(231,223,228)
#F1ECEE
(241,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D6A8A; }

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

This text font color is #8D6A8A.


Background Color

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

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

This div background color is #8D6A8A.


Border color

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

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

This div border color is #8D6A8A.


Opacity

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

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

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

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

This text has shadow with #8D6A8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D6A8A on black background.


Color preview on white background

This text has color #8D6A8A on white background.



Black color preview on #8D6A8A background

This text has black color on #8D6A8A background.


White color preview on #8D6A8A background

This text has white color on #8D6A8A background.