COLOR #9F5873

HEX: #9F5873
RGB: (159,88,115)

Color info

#9F5873 contains mainly red and blue colors. Web safe color of #9F5873 is #996666 (or #966).

RGB color model

#9F5873 color RGB value is (159,88,115).

  • red value is 159;
  • green value is 88;
  • blue value is 115.
RGB:
(159,88,115)
(62%,35%,45%)

RGB channels and saturation

R 159 of 255 = 62%
G 88 of 255 = 35%
B 115 of 255 = 45%

159
88
115

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

Portions of RGB colors in percentages

R + G + B =
159 + 88 + 115 = 362 (100%)
R 159 of 362 ~ 43.92%
G 88 of 362 ~ 24.31%
B 115 of 362 ~ 31.77%

%43.92
%24.31
%31.77

CMYK color model

#9F5873 color CMYK value is (0,45,28,38).

  • cyan value is 0.00%
  • magenta value is 44.65%
  • yellow value is 27.67%
  • key color value is 37.65%
CMYK:
(0,45,28,38)
C0M45Y28K38 
(0%,45%,28%,38%)
(0.00/0.45/0.28/0.38)	

CMYK percentages

%0
%44.65
%27.67
%37.65

Codes

Color #9F5873 in popluar color models

9F5873
RGB15988115
HSL337°28.74%48.43%
HSB/HSV337°44.65%62.35%
CMYK0.00%44.65%27.67%
37.65%

Color #9F5873 in popluar number systems.

HEX9F5873
Decimal15988115
Binary1001111110110001110011
Octal237130163

Shades and tints

Shades of #9F5873

#9F5873
(159,88,115)
#915069
(145,80,105)
#83485F
(131,72,95)
#754055
(117,64,85)
#67384B
(103,56,75)
#593041
(89,48,65)
#4B2837
(75,40,55)
#3D202D
(61,32,45)
#2F1823
(47,24,35)
#211019
(33,16,25)
#13080F
(19,8,15)
#000000
(0,0,0)

Tints of #9F5873

#9F5873
(159,88,115)
#A7677F
(167,103,127)
#AF768B
(175,118,139)
#B78597
(183,133,151)
#BF94A3
(191,148,163)
#C7A3AF
(199,163,175)
#CFB2BB
(207,178,187)
#D7C1C7
(215,193,199)
#DFD0D3
(223,208,211)
#E7DFDF
(231,223,223)
#EFEEEB
(239,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F5873 color. Also use rgb(159,88,115) instead hex code.

Text Font Color

.myTextColor { color: #9F5873; }

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

This text font color is #9F5873.


Background Color

.myBgColor { background-color: #9F5873; }

<div style="background-color:#9F5873">Inner text</div>

This div background color is #9F5873.


Border color

.myBorderColor { border: 1px solid #9F5873; }

<div style="border:3px solid #9F5873">Div</div>

This div border color is #9F5873.


Opacity

.myOpacity80 { color: #9F5873; opacity: 0.8; }

<p style="color:#9F5873;opacity:0.8;">80%</p>

Text with #9F5873 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 #9F5873;}

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

This text has shadow with #9F5873 color.

.textShadow {text-shadow: 3px 3px 1px #9F5873, 3px 3px 1px red;}

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

This text has shadow with #9F5873 primary color and red secondary color.


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

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

This text has shadow with #9F5873 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F5873 on black background.


Color preview on white background

This text has color #9F5873 on white background.



Black color preview on #9F5873 background

This text has black color on #9F5873 background.


White color preview on #9F5873 background

This text has white color on #9F5873 background.