COLOR #8D759A

HEX: #8D759A RGB: (141,117,154)

Color info

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

RGB color model

#8D759A color RGB value is (141,117,154).

RGB: (141,117,154) (55%, 46%, 60%)

RGB channels and saturation

R 141 of 255 = 55%
G 117 of 255 = 46%
B 154 of 255 = 60%

141
117
154

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

Portions of RGB colors in percentages

R + G + B = 141 + 117 + 154 = 412 (100%)
R 141 of 412 ~ 34.22%
G 117 of 412 ~ 28.4%
B 154 of 412 ~ 37.38'%

%34.22
%28.4
%37.38

CMYK color model

#8D759A color CMYK value is (8,24,0,40).

  • cyan value is 8.44%
  • magenta value is 24.03%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK: (8,24,0,40) C8M24Y0K40 (8%,24%,0%,40%) (0.08/0.24/0.00/0.40) 

CMYK percentages

%8.44
%24.03
%0
%39.61

Codes

Color #8D759A in popluar color models

8D 75 9A
RGB 141 117 154
HSL 279° 15.48% 53.14%
HSB/HSV 279° 24.03% 60.39%
CMYK 8.44% 24.03% 0.00%
39.61%

Color #8D759A in popluar number systems.

HEX 8D 75 9A
Decimal 141 117 154
Binary 10001101 1110101 10011010
Octal 215 165 232

Shades and tints

Shades of #8D759A

#8D759A
(141,117,154)
#816B8C
(129,107,140)
#75617E
(117,97,126)
#695770
(105,87,112)
#5D4D62
(93,77,98)
#514354
(81,67,84)
#453946
(69,57,70)
#392F38
(57,47,56)
#2D252A
(45,37,42)
#211B1C
(33,27,28)
#15110E
(21,17,14)
#000000
(0,0,0)

Tints of #8D759A

#8D759A
(141,117,154)
#9781A3
(151,129,163)
#A18DAC
(161,141,172)
#AB99B5
(171,153,181)
#B5A5BE
(181,165,190)
#BFB1C7
(191,177,199)
#C9BDD0
(201,189,208)
#D3C9D9
(211,201,217)
#DDD5E2
(221,213,226)
#E7E1EB
(231,225,235)
#F1EDF4
(241,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D759A; }

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

This text font color is #8D759A.

Background Color

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

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

This div background color is #8D759A.

Border color

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

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

This div border color is #8D759A.

Opacity

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

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

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

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

This text has shadow with #8D759A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8D759A.

Preview

Color preview on black background

This text has color #8D759A on black background.


Color preview on white background

This text has color #8D759A on white background.


Black color preview on #8D759A background

This text has black color on #8D759A background.


White color preview on #8D759A background

This text has white color on #8D759A background.


Related colors

Complementary color

Complementary color for #hex is #728A65.


I love getcolorcode.com

Triadic colors

1 #9A8D75 and #759A8D with #8D759A are triadic colors.

2 #9A758D and #758D9A with #8D759A are triadic colors.