COLOR #8D7F9A

HEX: #8D7F9A RGB: (141,127,154)

Color info

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

RGB color model

#8D7F9A color RGB value is (141,127,154).

RGB: (141,127,154) (55%, 50%, 60%)

RGB channels and saturation

R 141 of 255 = 55%
G 127 of 255 = 50%
B 154 of 255 = 60%

141
127
154

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

Portions of RGB colors in percentages

R + G + B = 141 + 127 + 154 = 422 (100%)
R 141 of 422 ~ 33.41%
G 127 of 422 ~ 30.09%
B 154 of 422 ~ 36.49'%

%33.41
%30.09
%36.49

CMYK color model

#8D7F9A color CMYK value is (8,18,0,40).

  • cyan value is 8.44%
  • magenta value is 17.53%
  • yellow value is 0.00%
  • key color value is 39.61%

CMYK: (8,18,0,40)
C8M18Y0K40 (8%, 18%, 0%, 40%)
(0.08 / 0.18 / 0.00 / 0.40)

CMYK percentages

%8.44
%17.53
%0
%39.61

Codes

Color #8D7F9A in popluar color models

8D 7F 9A
RGB 141 127 154
HSL 271° 11.79% 55.10%
HSB/HSV 271° 17.53% 60.39%
CMYK 8.44% 17.53% 0.00%
39.61%

Color #8D7F9A in popluar number systems.

HEX 8D 7F 9A
Decimal 141 127 154
Binary 10001101 1111111 10011010
Octal 215 177 232

Shades and tints

Shades of #8D7F9A

#8D7F9A
(141,127,154)
#81748C
(129,116,140)
#75697E
(117,105,126)
#695E70
(105,94,112)
#5D5362
(93,83,98)
#514854
(81,72,84)
#453D46
(69,61,70)
#393238
(57,50,56)
#2D272A
(45,39,42)
#211C1C
(33,28,28)
#15110E
(21,17,14)
#000000
(0,0,0)

Tints of #8D7F9A

#8D7F9A
(141,127,154)
#978AA3
(151,138,163)
#A195AC
(161,149,172)
#ABA0B5
(171,160,181)
#B5ABBE
(181,171,190)
#BFB6C7
(191,182,199)
#C9C1D0
(201,193,208)
#D3CCD9
(211,204,217)
#DDD7E2
(221,215,226)
#E7E2EB
(231,226,235)
#F1EDF4
(241,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D7F9A; }

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

This text font color is #8D7F9A.

Background Color

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

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

This div background color is #8D7F9A.

Border color

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

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

This div border color is #8D7F9A.

Opacity

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

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

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

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

This text has shadow with #8D7F9A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8D7F9A.

Preview

Color preview on black background

This text has color #8D7F9A on black background.


Color preview on white background

This text has color #8D7F9A on white background.


Black color preview on #8D7F9A background

This text has black color on #8D7F9A background.


White color preview on #8D7F9A background

This text has white color on #8D7F9A background.


Related colors

Complementary color

Complementary color for #hex is #728065.


I love getcolorcode.com

Triadic colors

1 #9A8D7F and #7F9A8D with #8D7F9A are triadic colors.

2 #9A7F8D and #7F8D9A with #8D7F9A are triadic colors.