COLOR #8F5E7F

HEX: #8F5E7F
RGB: (143,94,127)

Color info

#8F5E7F contains red, green and blue colors in about the same proportion. Web safe color of #8F5E7F is #996666 (or #966).

RGB color model

#8F5E7F color RGB value is (143,94,127).

  • red value is 143;
  • green value is 94;
  • blue value is 127.
RGB:
(143,94,127)
(56%,37%,50%)

RGB channels and saturation

R 143 of 255 = 56%
G 94 of 255 = 37%
B 127 of 255 = 50%

143
94
127

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

Portions of RGB colors in percentages

R + G + B =
143 + 94 + 127 = 364 (100%)
R 143 of 364 ~ 39.29%
G 94 of 364 ~ 25.82%
B 127 of 364 ~ 34.89%

%39.29
%25.82
%34.89

CMYK color model

#8F5E7F color CMYK value is (0,34,11,44).

  • cyan value is 0.00%
  • magenta value is 34.27%
  • yellow value is 11.19%
  • key color value is 43.92%
CMYK:
(0,34,11,44)
C0M34Y11K44 
(0%,34%,11%,44%)
(0.00/0.34/0.11/0.44)	

CMYK percentages

%0
%34.27
%11.19
%43.92

Codes

Color #8F5E7F in popluar color models

8F5E7F
RGB14394127
HSL320°20.68%46.47%
HSB/HSV320°34.27%56.08%
CMYK0.00%34.27%11.19%
43.92%

Color #8F5E7F in popluar number systems.

HEX8F5E7F
Decimal14394127
Binary1000111110111101111111
Octal217136177

Shades and tints

Shades of #8F5E7F

#8F5E7F
(143,94,127)
#825674
(130,86,116)
#754E69
(117,78,105)
#68465E
(104,70,94)
#5B3E53
(91,62,83)
#4E3648
(78,54,72)
#412E3D
(65,46,61)
#342632
(52,38,50)
#271E27
(39,30,39)
#1A161C
(26,22,28)
#0D0E11
(13,14,17)
#000000
(0,0,0)

Tints of #8F5E7F

#8F5E7F
(143,94,127)
#996C8A
(153,108,138)
#A37A95
(163,122,149)
#AD88A0
(173,136,160)
#B796AB
(183,150,171)
#C1A4B6
(193,164,182)
#CBB2C1
(203,178,193)
#D5C0CC
(213,192,204)
#DFCED7
(223,206,215)
#E9DCE2
(233,220,226)
#F3EAED
(243,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F5E7F color. Also use rgb(143,94,127) instead hex code.

Text Font Color

.myTextColor { color: #8F5E7F; }

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

This text font color is #8F5E7F.


Background Color

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

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

This div background color is #8F5E7F.


Border color

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

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

This div border color is #8F5E7F.


Opacity

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

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

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

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

This text has shadow with #8F5E7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F5E7F on black background.


Color preview on white background

This text has color #8F5E7F on white background.



Black color preview on #8F5E7F background

This text has black color on #8F5E7F background.


White color preview on #8F5E7F background

This text has white color on #8F5E7F background.