COLOR #9F7E98

HEX: #9F7E98
RGB: (159,126,152)

Color info

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

RGB color model

#9F7E98 color RGB value is (159,126,152).

  • red value is 159;
  • green value is 126;
  • blue value is 152.
RGB:
(159,126,152)
(62%,49%,60%)

RGB channels and saturation

R 159 of 255 = 62%
G 126 of 255 = 49%
B 152 of 255 = 60%

159
126
152

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

Portions of RGB colors in percentages

R + G + B =
159 + 126 + 152 = 437 (100%)
R 159 of 437 ~ 36.38%
G 126 of 437 ~ 28.83%
B 152 of 437 ~ 34.78%

%36.38
%28.83
%34.78

CMYK color model

#9F7E98 color CMYK value is (0,21,4,38).

  • cyan value is 0.00%
  • magenta value is 20.75%
  • yellow value is 4.40%
  • key color value is 37.65%
CMYK:
(0,21,4,38)
C0M21Y4K38 
(0%,21%,4%,38%)
(0.00/0.21/0.04/0.38)	

CMYK percentages

%0
%20.75
%4.4
%37.65

Codes

Color #9F7E98 in popluar color models

9F7E98
RGB159126152
HSL313°14.67%55.88%
HSB/HSV313°20.75%62.35%
CMYK0.00%20.75%4.40%
37.65%

Color #9F7E98 in popluar number systems.

HEX9F7E98
Decimal159126152
Binary10011111111111010011000
Octal237176230

Shades and tints

Shades of #9F7E98

#9F7E98
(159,126,152)
#91738B
(145,115,139)
#83687E
(131,104,126)
#755D71
(117,93,113)
#675264
(103,82,100)
#594757
(89,71,87)
#4B3C4A
(75,60,74)
#3D313D
(61,49,61)
#2F2630
(47,38,48)
#211B23
(33,27,35)
#131016
(19,16,22)
#000000
(0,0,0)

Tints of #9F7E98

#9F7E98
(159,126,152)
#A789A1
(167,137,161)
#AF94AA
(175,148,170)
#B79FB3
(183,159,179)
#BFAABC
(191,170,188)
#C7B5C5
(199,181,197)
#CFC0CE
(207,192,206)
#D7CBD7
(215,203,215)
#DFD6E0
(223,214,224)
#E7E1E9
(231,225,233)
#EFECF2
(239,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F7E98 color. Also use rgb(159,126,152) instead hex code.

Text Font Color

.myTextColor { color: #9F7E98; }

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

This text font color is #9F7E98.


Background Color

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

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

This div background color is #9F7E98.


Border color

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

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

This div border color is #9F7E98.


Opacity

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

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

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

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

This text has shadow with #9F7E98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F7E98 on black background.


Color preview on white background

This text has color #9F7E98 on white background.



Black color preview on #9F7E98 background

This text has black color on #9F7E98 background.


White color preview on #9F7E98 background

This text has white color on #9F7E98 background.