COLOR #9F7389

HEX: #9F7389
RGB: (159,115,137)

Color info

#9F7389 contains red, green and blue colors in about the same proportion. Web safe color of #9F7389 is #996699 (or #969).

RGB color model

#9F7389 color RGB value is (159,115,137).

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

RGB channels and saturation

R 159 of 255 = 62%
G 115 of 255 = 45%
B 137 of 255 = 54%

159
115
137

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

Portions of RGB colors in percentages

R + G + B =
159 + 115 + 137 = 411 (100%)
R 159 of 411 ~ 38.69%
G 115 of 411 ~ 27.98%
B 137 of 411 ~ 33.33%

%38.69
%27.98
%33.33

CMYK color model

#9F7389 color CMYK value is (0,28,14,38).

  • cyan value is 0.00%
  • magenta value is 27.67%
  • yellow value is 13.84%
  • key color value is 37.65%
CMYK:
(0,28,14,38)
C0M28Y14K38 
(0%,28%,14%,38%)
(0.00/0.28/0.14/0.38)	

CMYK percentages

%0
%27.67
%13.84
%37.65

Codes

Color #9F7389 in popluar color models

9F7389
RGB159115137
HSL330°18.64%53.73%
HSB/HSV330°27.67%62.35%
CMYK0.00%27.67%13.84%
37.65%

Color #9F7389 in popluar number systems.

HEX9F7389
Decimal159115137
Binary10011111111001110001001
Octal237163211

Shades and tints

Shades of #9F7389

#9F7389
(159,115,137)
#91697D
(145,105,125)
#835F71
(131,95,113)
#755565
(117,85,101)
#674B59
(103,75,89)
#59414D
(89,65,77)
#4B3741
(75,55,65)
#3D2D35
(61,45,53)
#2F2329
(47,35,41)
#21191D
(33,25,29)
#130F11
(19,15,17)
#000000
(0,0,0)

Tints of #9F7389

#9F7389
(159,115,137)
#A77F93
(167,127,147)
#AF8B9D
(175,139,157)
#B797A7
(183,151,167)
#BFA3B1
(191,163,177)
#C7AFBB
(199,175,187)
#CFBBC5
(207,187,197)
#D7C7CF
(215,199,207)
#DFD3D9
(223,211,217)
#E7DFE3
(231,223,227)
#EFEBED
(239,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F7389; }

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

This text font color is #9F7389.


Background Color

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

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

This div background color is #9F7389.


Border color

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

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

This div border color is #9F7389.


Opacity

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

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

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

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

This text has shadow with #9F7389 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F7389 on black background.


Color preview on white background

This text has color #9F7389 on white background.



Black color preview on #9F7389 background

This text has black color on #9F7389 background.


White color preview on #9F7389 background

This text has white color on #9F7389 background.