COLOR #9F7189

HEX: #9F7189
RGB: (159,113,137)

Color info

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

RGB color model

#9F7189 color RGB value is (159,113,137).

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

RGB channels and saturation

R 159 of 255 = 62%
G 113 of 255 = 44%
B 137 of 255 = 54%

159
113
137

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

Portions of RGB colors in percentages

R + G + B =
159 + 113 + 137 = 409 (100%)
R 159 of 409 ~ 38.88%
G 113 of 409 ~ 27.63%
B 137 of 409 ~ 33.5%

%38.88
%27.63
%33.5

CMYK color model

#9F7189 color CMYK value is (0,29,14,38).

  • cyan value is 0.00%
  • magenta value is 28.93%
  • yellow value is 13.84%
  • key color value is 37.65%
CMYK:
(0,29,14,38)
C0M29Y14K38 
(0%,29%,14%,38%)
(0.00/0.29/0.14/0.38)	

CMYK percentages

%0
%28.93
%13.84
%37.65

Codes

Color #9F7189 in popluar color models

9F7189
RGB159113137
HSL329°19.33%53.33%
HSB/HSV329°28.93%62.35%
CMYK0.00%28.93%13.84%
37.65%

Color #9F7189 in popluar number systems.

HEX9F7189
Decimal159113137
Binary10011111111000110001001
Octal237161211

Shades and tints

Shades of #9F7189

#9F7189
(159,113,137)
#91677D
(145,103,125)
#835D71
(131,93,113)
#755365
(117,83,101)
#674959
(103,73,89)
#593F4D
(89,63,77)
#4B3541
(75,53,65)
#3D2B35
(61,43,53)
#2F2129
(47,33,41)
#21171D
(33,23,29)
#130D11
(19,13,17)
#000000
(0,0,0)

Tints of #9F7189

#9F7189
(159,113,137)
#A77D93
(167,125,147)
#AF899D
(175,137,157)
#B795A7
(183,149,167)
#BFA1B1
(191,161,177)
#C7ADBB
(199,173,187)
#CFB9C5
(207,185,197)
#D7C5CF
(215,197,207)
#DFD1D9
(223,209,217)
#E7DDE3
(231,221,227)
#EFE9ED
(239,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F7189; }

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

This text font color is #9F7189.


Background Color

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

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

This div background color is #9F7189.


Border color

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

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

This div border color is #9F7189.


Opacity

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

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

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

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

This text has shadow with #9F7189 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F7189 on black background.


Color preview on white background

This text has color #9F7189 on white background.



Black color preview on #9F7189 background

This text has black color on #9F7189 background.


White color preview on #9F7189 background

This text has white color on #9F7189 background.