COLOR #8D759F

HEX: #8D759F
RGB: (141,117,159)

Color info

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

RGB color model

#8D759F color RGB value is (141,117,159).

  • red value is 141;
  • green value is 117;
  • blue value is 159.
RGB:
(141,117,159)
(55%,46%,62%)

RGB channels and saturation

R 141 of 255 = 55%
G 117 of 255 = 46%
B 159 of 255 = 62%

141
117
159

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

Portions of RGB colors in percentages

R + G + B =
141 + 117 + 159 = 417 (100%)
R 141 of 417 ~ 33.81%
G 117 of 417 ~ 28.06%
B 159 of 417 ~ 38.13%

%33.81
%28.06
%38.13

CMYK color model

#8D759F color CMYK value is (11,26,0,38).

  • cyan value is 11.32%
  • magenta value is 26.42%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(11,26,0,38)
C11M26Y0K38 
(11%,26%,0%,38%)
(0.11/0.26/0.00/0.38)	

CMYK percentages

%11.32
%26.42
%0
%37.65

Codes

Color #8D759F in popluar color models

8D759F
RGB141117159
HSL274°17.95%54.12%
HSB/HSV274°26.42%62.35%
CMYK11.32%26.42%0.00%
37.65%

Color #8D759F in popluar number systems.

HEX8D759F
Decimal141117159
Binary10001101111010110011111
Octal215165237

Shades and tints

Shades of #8D759F

#8D759F
(141,117,159)
#816B91
(129,107,145)
#756183
(117,97,131)
#695775
(105,87,117)
#5D4D67
(93,77,103)
#514359
(81,67,89)
#45394B
(69,57,75)
#392F3D
(57,47,61)
#2D252F
(45,37,47)
#211B21
(33,27,33)
#151113
(21,17,19)
#000000
(0,0,0)

Tints of #8D759F

#8D759F
(141,117,159)
#9781A7
(151,129,167)
#A18DAF
(161,141,175)
#AB99B7
(171,153,183)
#B5A5BF
(181,165,191)
#BFB1C7
(191,177,199)
#C9BDCF
(201,189,207)
#D3C9D7
(211,201,215)
#DDD5DF
(221,213,223)
#E7E1E7
(231,225,231)
#F1EDEF
(241,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D759F; }

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

This text font color is #8D759F.


Background Color

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

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

This div background color is #8D759F.


Border color

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

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

This div border color is #8D759F.


Opacity

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

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

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

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

This text has shadow with #8D759F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D759F on black background.


Color preview on white background

This text has color #8D759F on white background.



Black color preview on #8D759F background

This text has black color on #8D759F background.


White color preview on #8D759F background

This text has white color on #8D759F background.