COLOR #8F587E

HEX: #8F587E RGB: (143,88,126)

Color info

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

RGB color model

#8F587E color RGB value is (143,88,126).

RGB: (143,88,126) (56%, 35%, 49%)

RGB channels and saturation

R 143 of 255 = 56%
G 88 of 255 = 35%
B 126 of 255 = 49%

143
88
126

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

Portions of RGB colors in percentages

R + G + B = 143 + 88 + 126 = 357 (100%)
R 143 of 357 ~ 40.06%
G 88 of 357 ~ 24.65%
B 126 of 357 ~ 35.29'%

%40.06
%24.65
%35.29

CMYK color model

#8F587E color CMYK value is (0,38,12,44).

  • cyan value is 0.00%
  • magenta value is 38.46%
  • yellow value is 11.89%
  • key color value is 43.92%

CMYK: (0,38,12,44)
C0M38Y12K44 (0%, 38%, 12%, 44%)
(0.00 / 0.38 / 0.12 / 0.44)

CMYK percentages

%0
%38.46
%11.89
%43.92

Codes

Color #8F587E in popluar color models

8F 58 7E
RGB 143 88 126
HSL 319° 23.81% 45.29%
HSB/HSV 319° 38.46% 56.08%
CMYK 0.00% 38.46% 11.89%
43.92%

Color #8F587E in popluar number systems.

HEX 8F 58 7E
Decimal 143 88 126
Binary 10001111 1011000 1111110
Octal 217 130 176

Shades and tints

Shades of #8F587E

#8F587E
(143,88,126)
#825073
(130,80,115)
#754868
(117,72,104)
#68405D
(104,64,93)
#5B3852
(91,56,82)
#4E3047
(78,48,71)
#41283C
(65,40,60)
#342031
(52,32,49)
#271826
(39,24,38)
#1A101B
(26,16,27)
#0D0810
(13,8,16)
#000000
(0,0,0)

Tints of #8F587E

#8F587E
(143,88,126)
#996789
(153,103,137)
#A37694
(163,118,148)
#AD859F
(173,133,159)
#B794AA
(183,148,170)
#C1A3B5
(193,163,181)
#CBB2C0
(203,178,192)
#D5C1CB
(213,193,203)
#DFD0D6
(223,208,214)
#E9DFE1
(233,223,225)
#F3EEEC
(243,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F587E color. Also use rgb(143,88,126) instead hex code.

Text Font Color

.myTextColor { color: #8F587E; }

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

This text font color is #8F587E.

Background Color

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

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

This div background color is #8F587E.

Border color

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

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

This div border color is #8F587E.

Opacity

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

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

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

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

This text has shadow with #8F587E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F587E.

Preview

Color preview on black background

This text has color #8F587E on black background.


Color preview on white background

This text has color #8F587E on white background.


Black color preview on #8F587E background

This text has black color on #8F587E background.


White color preview on #8F587E background

This text has white color on #8F587E background.


Related colors

Complementary color

Complementary color for #hex is #70A781.


I love getcolorcode.com

Triadic colors

1 #7E8F58 and #587E8F with #8F587E are triadic colors.

2 #7E588F and #588F7E with #8F587E are triadic colors.