COLOR #8D7A9C

HEX: #8D7A9C RGB: (141,122,156)

Color info

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

RGB color model

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

RGB: (141,122,156) (55%, 48%, 61%)

RGB channels and saturation

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

141
122
156

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

Portions of RGB colors in percentages

R + G + B = 141 + 122 + 156 = 419 (100%)
R 141 of 419 ~ 33.65%
G 122 of 419 ~ 29.12%
B 156 of 419 ~ 37.23'%

%33.65
%29.12
%37.23

CMYK color model

#8D7A9C color CMYK value is (10,22,0,39).

  • cyan value is 9.62%
  • magenta value is 21.79%
  • yellow value is 0.00%
  • key color value is 38.82%

CMYK: (10,22,0,39)
C10M22Y0K39 (10%, 22%, 0%, 39%)
(0.10 / 0.22 / 0.00 / 0.39)

CMYK percentages

%9.62
%21.79
%0
%38.82

Codes

Color #8D7A9C in popluar color models

8D 7A 9C
RGB 141 122 156
HSL 274° 14.66% 54.51%
HSB/HSV 274° 21.79% 61.18%
CMYK 9.62% 21.79% 0.00%
38.82%

Color #8D7A9C in popluar number systems.

HEX 8D 7A 9C
Decimal 141 122 156
Binary 10001101 1111010 10011100
Octal 215 172 234

Shades and tints

Shades of #8D7A9C

#8D7A9C
(141,122,156)
#816F8E
(129,111,142)
#756480
(117,100,128)
#695972
(105,89,114)
#5D4E64
(93,78,100)
#514356
(81,67,86)
#453848
(69,56,72)
#392D3A
(57,45,58)
#2D222C
(45,34,44)
#21171E
(33,23,30)
#150C10
(21,12,16)
#000000
(0,0,0)

Tints of #8D7A9C

#8D7A9C
(141,122,156)
#9786A5
(151,134,165)
#A192AE
(161,146,174)
#AB9EB7
(171,158,183)
#B5AAC0
(181,170,192)
#BFB6C9
(191,182,201)
#C9C2D2
(201,194,210)
#D3CEDB
(211,206,219)
#DDDAE4
(221,218,228)
#E7E6ED
(231,230,237)
#F1F2F6
(241,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D7A9C; }

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

This text font color is #8D7A9C.

Background Color

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

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

This div background color is #8D7A9C.

Border color

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

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

This div border color is #8D7A9C.

Opacity

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

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

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

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

This text has shadow with #8D7A9C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8D7A9C.

Preview

Color preview on black background

This text has color #8D7A9C on black background.


Color preview on white background

This text has color #8D7A9C on white background.


Black color preview on #8D7A9C background

This text has black color on #8D7A9C background.


White color preview on #8D7A9C background

This text has white color on #8D7A9C background.


Related colors

Complementary color

Complementary color for #hex is #728563.


I love getcolorcode.com

Triadic colors

1 #9C8D7A and #7A9C8D with #8D7A9C are triadic colors.

2 #9C7A8D and #7A8D9C with #8D7A9C are triadic colors.