COLOR #9F7997

HEX: #9F7997
RGB: (159,121,151)

Color info

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

RGB color model

#9F7997 color RGB value is (159,121,151).

  • red value is 159;
  • green value is 121;
  • blue value is 151.
RGB:
(159,121,151)
(62%,47%,59%)

RGB channels and saturation

R 159 of 255 = 62%
G 121 of 255 = 47%
B 151 of 255 = 59%

159
121
151

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

Portions of RGB colors in percentages

R + G + B =
159 + 121 + 151 = 431 (100%)
R 159 of 431 ~ 36.89%
G 121 of 431 ~ 28.07%
B 151 of 431 ~ 35.03%

%36.89
%28.07
%35.03

CMYK color model

#9F7997 color CMYK value is (0,24,5,38).

  • cyan value is 0.00%
  • magenta value is 23.90%
  • yellow value is 5.03%
  • key color value is 37.65%
CMYK:
(0,24,5,38)
C0M24Y5K38 
(0%,24%,5%,38%)
(0.00/0.24/0.05/0.38)	

CMYK percentages

%0
%23.9
%5.03
%37.65

Codes

Color #9F7997 in popluar color models

9F7997
RGB159121151
HSL313°16.52%54.90%
HSB/HSV313°23.90%62.35%
CMYK0.00%23.90%5.03%
37.65%

Color #9F7997 in popluar number systems.

HEX9F7997
Decimal159121151
Binary10011111111100110010111
Octal237171227

Shades and tints

Shades of #9F7997

#9F7997
(159,121,151)
#916E8A
(145,110,138)
#83637D
(131,99,125)
#755870
(117,88,112)
#674D63
(103,77,99)
#594256
(89,66,86)
#4B3749
(75,55,73)
#3D2C3C
(61,44,60)
#2F212F
(47,33,47)
#211622
(33,22,34)
#130B15
(19,11,21)
#000000
(0,0,0)

Tints of #9F7997

#9F7997
(159,121,151)
#A785A0
(167,133,160)
#AF91A9
(175,145,169)
#B79DB2
(183,157,178)
#BFA9BB
(191,169,187)
#C7B5C4
(199,181,196)
#CFC1CD
(207,193,205)
#D7CDD6
(215,205,214)
#DFD9DF
(223,217,223)
#E7E5E8
(231,229,232)
#EFF1F1
(239,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F7997 color. Also use rgb(159,121,151) instead hex code.

Text Font Color

.myTextColor { color: #9F7997; }

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

This text font color is #9F7997.


Background Color

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

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

This div background color is #9F7997.


Border color

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

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

This div border color is #9F7997.


Opacity

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

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

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

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

This text has shadow with #9F7997 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F7997 on black background.


Color preview on white background

This text has color #9F7997 on white background.



Black color preview on #9F7997 background

This text has black color on #9F7997 background.


White color preview on #9F7997 background

This text has white color on #9F7997 background.