COLOR #8D7F99

HEX: #8D7F99 RGB: (141,127,153)

Color info

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

RGB color model

#8D7F99 color RGB value is (141,127,153).

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

RGB channels and saturation

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

141
127
153

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

Portions of RGB colors in percentages

R + G + B = 141 + 127 + 153 = 421 (100%)
R 141 of 421 ~ 33.49%
G 127 of 421 ~ 30.17%
B 153 of 421 ~ 36.34'%

%33.49
%30.17
%36.34

CMYK color model

#8D7F99 color CMYK value is (8,17,0,40).

  • cyan value is 7.84%
  • magenta value is 16.99%
  • yellow value is 0.00%
  • key color value is 40.00%

CMYK: (8,17,0,40)
C8M17Y0K40 (8%, 17%, 0%, 40%)
(0.08 / 0.17 / 0.00 / 0.40)

CMYK percentages

%7.84
%16.99
%0
%40

Codes

Color #8D7F99 in popluar color models

8D 7F 99
RGB 141 127 153
HSL 272° 11.30% 54.90%
HSB/HSV 272° 16.99% 60.00%
CMYK 7.84% 16.99% 0.00%
40.00%

Color #8D7F99 in popluar number systems.

HEX 8D 7F 99
Decimal 141 127 153
Binary 10001101 1111111 10011001
Octal 215 177 231

Shades and tints

Shades of #8D7F99

#8D7F99
(141,127,153)
#81748C
(129,116,140)
#75697F
(117,105,127)
#695E72
(105,94,114)
#5D5365
(93,83,101)
#514858
(81,72,88)
#453D4B
(69,61,75)
#39323E
(57,50,62)
#2D2731
(45,39,49)
#211C24
(33,28,36)
#151117
(21,17,23)
#000000
(0,0,0)

Tints of #8D7F99

#8D7F99
(141,127,153)
#978AA2
(151,138,162)
#A195AB
(161,149,171)
#ABA0B4
(171,160,180)
#B5ABBD
(181,171,189)
#BFB6C6
(191,182,198)
#C9C1CF
(201,193,207)
#D3CCD8
(211,204,216)
#DDD7E1
(221,215,225)
#E7E2EA
(231,226,234)
#F1EDF3
(241,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D7F99; }

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

This text font color is #8D7F99.

Background Color

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

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

This div background color is #8D7F99.

Border color

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

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

This div border color is #8D7F99.

Opacity

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

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

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

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

This text has shadow with #8D7F99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8D7F99.

Preview

Color preview on black background

This text has color #8D7F99 on black background.


Color preview on white background

This text has color #8D7F99 on white background.


Black color preview on #8D7F99 background

This text has black color on #8D7F99 background.


White color preview on #8D7F99 background

This text has white color on #8D7F99 background.


Related colors

Complementary color

Complementary color for #hex is #728066.


I love getcolorcode.com

Triadic colors

1 #998D7F and #7F998D with #8D7F99 are triadic colors.

2 #997F8D and #7F8D99 with #8D7F99 are triadic colors.