COLOR #8D7A8D

HEX: #8D7A8D
RGB: (141,122,141)

Color info

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

RGB color model

#8D7A8D color RGB value is (141,122,141).

  • red value is 141;
  • green value is 122;
  • blue value is 141.
RGB:
(141,122,141)
(55%,48%,55%)

RGB channels and saturation

R 141 of 255 = 55%
G 122 of 255 = 48%
B 141 of 255 = 55%

141
122
141

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

Portions of RGB colors in percentages

R + G + B =
141 + 122 + 141 = 404 (100%)
R 141 of 404 ~ 34.9%
G 122 of 404 ~ 30.2%
B 141 of 404 ~ 34.9%

%34.9
%30.2
%34.9

CMYK color model

#8D7A8D color CMYK value is (0,13,0,45).

  • cyan value is 0.00%
  • magenta value is 13.48%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(0,13,0,45)
C0M13Y0K45 
(0%,13%,0%,45%)
(0.00/0.13/0.00/0.45)	

CMYK percentages

%0
%13.48
%0
%44.71

Codes

Color #8D7A8D in popluar color models

8D7A8D
RGB141122141
HSL300°7.69%51.57%
HSB/HSV300°13.48%55.29%
CMYK0.00%13.48%0.00%
44.71%

Color #8D7A8D in popluar number systems.

HEX8D7A8D
Decimal141122141
Binary10001101111101010001101
Octal215172215

Shades and tints

Shades of #8D7A8D

#8D7A8D
(141,122,141)
#816F81
(129,111,129)
#756475
(117,100,117)
#695969
(105,89,105)
#5D4E5D
(93,78,93)
#514351
(81,67,81)
#453845
(69,56,69)
#392D39
(57,45,57)
#2D222D
(45,34,45)
#211721
(33,23,33)
#150C15
(21,12,21)
#000000
(0,0,0)

Tints of #8D7A8D

#8D7A8D
(141,122,141)
#978697
(151,134,151)
#A192A1
(161,146,161)
#AB9EAB
(171,158,171)
#B5AAB5
(181,170,181)
#BFB6BF
(191,182,191)
#C9C2C9
(201,194,201)
#D3CED3
(211,206,211)
#DDDADD
(221,218,221)
#E7E6E7
(231,230,231)
#F1F2F1
(241,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D7A8D; }

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

This text font color is #8D7A8D.


Background Color

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

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

This div background color is #8D7A8D.


Border color

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

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

This div border color is #8D7A8D.


Opacity

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

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

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

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

This text has shadow with #8D7A8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D7A8D on black background.


Color preview on white background

This text has color #8D7A8D on white background.



Black color preview on #8D7A8D background

This text has black color on #8D7A8D background.


White color preview on #8D7A8D background

This text has white color on #8D7A8D background.