COLOR #8F597B

HEX: #8F597B
RGB: (143,89,123)

Color info

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

RGB color model

#8F597B color RGB value is (143,89,123).

  • red value is 143;
  • green value is 89;
  • blue value is 123.
RGB:
(143,89,123)
(56%,35%,48%)

RGB channels and saturation

R 143 of 255 = 56%
G 89 of 255 = 35%
B 123 of 255 = 48%

143
89
123

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

Portions of RGB colors in percentages

R + G + B =
143 + 89 + 123 = 355 (100%)
R 143 of 355 ~ 40.28%
G 89 of 355 ~ 25.07%
B 123 of 355 ~ 34.65%

%40.28
%25.07
%34.65

CMYK color model

#8F597B color CMYK value is (0,38,14,44).

  • cyan value is 0.00%
  • magenta value is 37.76%
  • yellow value is 13.99%
  • key color value is 43.92%
CMYK:
(0,38,14,44)
C0M38Y14K44 
(0%,38%,14%,44%)
(0.00/0.38/0.14/0.44)	

CMYK percentages

%0
%37.76
%13.99
%43.92

Codes

Color #8F597B in popluar color models

8F597B
RGB14389123
HSL322°23.28%45.49%
HSB/HSV322°37.76%56.08%
CMYK0.00%37.76%13.99%
43.92%

Color #8F597B in popluar number systems.

HEX8F597B
Decimal14389123
Binary1000111110110011111011
Octal217131173

Shades and tints

Shades of #8F597B

#8F597B
(143,89,123)
#825170
(130,81,112)
#754965
(117,73,101)
#68415A
(104,65,90)
#5B394F
(91,57,79)
#4E3144
(78,49,68)
#412939
(65,41,57)
#34212E
(52,33,46)
#271923
(39,25,35)
#1A1118
(26,17,24)
#0D090D
(13,9,13)
#000000
(0,0,0)

Tints of #8F597B

#8F597B
(143,89,123)
#996887
(153,104,135)
#A37793
(163,119,147)
#AD869F
(173,134,159)
#B795AB
(183,149,171)
#C1A4B7
(193,164,183)
#CBB3C3
(203,179,195)
#D5C2CF
(213,194,207)
#DFD1DB
(223,209,219)
#E9E0E7
(233,224,231)
#F3EFF3
(243,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F597B; }

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

This text font color is #8F597B.


Background Color

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

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

This div background color is #8F597B.


Border color

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

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

This div border color is #8F597B.


Opacity

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

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

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

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

This text has shadow with #8F597B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F597B on black background.


Color preview on white background

This text has color #8F597B on white background.



Black color preview on #8F597B background

This text has black color on #8F597B background.


White color preview on #8F597B background

This text has white color on #8F597B background.