COLOR #8F597D

HEX: #8F597D RGB: (143,89,125)

Color info

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

RGB color model

#8F597D color RGB value is (143,89,125).

RGB: (143,89,125) (56%, 35%, 49%)

RGB channels and saturation

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

143
89
125

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

Portions of RGB colors in percentages

R + G + B = 143 + 89 + 125 = 357 (100%)
R 143 of 357 ~ 40.06%
G 89 of 357 ~ 24.93%
B 125 of 357 ~ 35.01'%

%40.06
%24.93
%35.01

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 37.76%
  • 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
%37.76
%12.59
%43.92

Codes

Color #8F597D in popluar color models

8F 59 7D
RGB 143 89 125
HSL 320° 23.28% 45.49%
HSB/HSV 320° 37.76% 56.08%
CMYK 0.00% 37.76% 12.59%
43.92%

Color #8F597D in popluar number systems.

HEX 8F 59 7D
Decimal 143 89 125
Binary 10001111 1011001 1111101
Octal 217 131 175

Shades and tints

Shades of #8F597D

#8F597D
(143,89,125)
#825172
(130,81,114)
#754967
(117,73,103)
#68415C
(104,65,92)
#5B3951
(91,57,81)
#4E3146
(78,49,70)
#41293B
(65,41,59)
#342130
(52,33,48)
#271925
(39,25,37)
#1A111A
(26,17,26)
#0D090F
(13,9,15)
#000000
(0,0,0)

Tints of #8F597D

#8F597D
(143,89,125)
#996888
(153,104,136)
#A37793
(163,119,147)
#AD869E
(173,134,158)
#B795A9
(183,149,169)
#C1A4B4
(193,164,180)
#CBB3BF
(203,179,191)
#D5C2CA
(213,194,202)
#DFD1D5
(223,209,213)
#E9E0E0
(233,224,224)
#F3EFEB
(243,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F597D; }

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

This text font color is #8F597D.

Background Color

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

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

This div background color is #8F597D.

Border color

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

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

This div border color is #8F597D.

Opacity

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

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

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

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

This text has shadow with #8F597D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F597D.

Preview

Color preview on black background

This text has color #8F597D on black background.


Color preview on white background

This text has color #8F597D on white background.


Black color preview on #8F597D background

This text has black color on #8F597D background.


White color preview on #8F597D background

This text has white color on #8F597D background.


Related colors

Complementary color

Complementary color for #hex is #70A682.


I love getcolorcode.com

Triadic colors

1 #7D8F59 and #597D8F with #8F597D are triadic colors.

2 #7D598F and #598F7D with #8F597D are triadic colors.