COLOR #8F587D

HEX: #8F587D
RGB: (143,88,125)

Color info

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

RGB color model

#8F587D color RGB value is (143,88,125).

  • red value is 143;
  • green value is 88;
  • blue value is 125.
RGB:
(143,88,125)
(56%,35%,49%)

RGB channels and saturation

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

143
88
125

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

Portions of RGB colors in percentages

R + G + B =
143 + 88 + 125 = 356 (100%)
R 143 of 356 ~ 40.17%
G 88 of 356 ~ 24.72%
B 125 of 356 ~ 35.11%

%40.17
%24.72
%35.11

CMYK color model

#8F587D color CMYK value is (0,38,13,44).

  • cyan value is 0.00%
  • magenta value is 38.46%
  • yellow value is 12.59%
  • key color value is 43.92%
CMYK:
(0,38,13,44)
C0M38Y13K44 
(0%,38%,13%,44%)
(0.00/0.38/0.13/0.44)	

CMYK percentages

%0
%38.46
%12.59
%43.92

Codes

Color #8F587D in popluar color models

8F587D
RGB14388125
HSL320°23.81%45.29%
HSB/HSV320°38.46%56.08%
CMYK0.00%38.46%12.59%
43.92%

Color #8F587D in popluar number systems.

HEX8F587D
Decimal14388125
Binary1000111110110001111101
Octal217130175

Shades and tints

Shades of #8F587D

#8F587D
(143,88,125)
#825072
(130,80,114)
#754867
(117,72,103)
#68405C
(104,64,92)
#5B3851
(91,56,81)
#4E3046
(78,48,70)
#41283B
(65,40,59)
#342030
(52,32,48)
#271825
(39,24,37)
#1A101A
(26,16,26)
#0D080F
(13,8,15)
#000000
(0,0,0)

Tints of #8F587D

#8F587D
(143,88,125)
#996788
(153,103,136)
#A37693
(163,118,147)
#AD859E
(173,133,158)
#B794A9
(183,148,169)
#C1A3B4
(193,163,180)
#CBB2BF
(203,178,191)
#D5C1CA
(213,193,202)
#DFD0D5
(223,208,213)
#E9DFE0
(233,223,224)
#F3EEEB
(243,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F587D; }

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

This text font color is #8F587D.


Background Color

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

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

This div background color is #8F587D.


Border color

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

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

This div border color is #8F587D.


Opacity

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

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

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

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

This text has shadow with #8F587D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F587D on black background.


Color preview on white background

This text has color #8F587D on white background.



Black color preview on #8F587D background

This text has black color on #8F587D background.


White color preview on #8F587D background

This text has white color on #8F587D background.