COLOR #9F7C91

HEX: #9F7C91
RGB: (159,124,145)

Color info

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

RGB color model

#9F7C91 color RGB value is (159,124,145).

  • red value is 159;
  • green value is 124;
  • blue value is 145.
RGB:
(159,124,145)
(62%,49%,57%)

RGB channels and saturation

R 159 of 255 = 62%
G 124 of 255 = 49%
B 145 of 255 = 57%

159
124
145

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

Portions of RGB colors in percentages

R + G + B =
159 + 124 + 145 = 428 (100%)
R 159 of 428 ~ 37.15%
G 124 of 428 ~ 28.97%
B 145 of 428 ~ 33.88%

%37.15
%28.97
%33.88

CMYK color model

#9F7C91 color CMYK value is (0,22,9,38).

  • cyan value is 0.00%
  • magenta value is 22.01%
  • yellow value is 8.81%
  • key color value is 37.65%
CMYK:
(0,22,9,38)
C0M22Y9K38 
(0%,22%,9%,38%)
(0.00/0.22/0.09/0.38)	

CMYK percentages

%0
%22.01
%8.81
%37.65

Codes

Color #9F7C91 in popluar color models

9F7C91
RGB159124145
HSL324°15.42%55.49%
HSB/HSV324°22.01%62.35%
CMYK0.00%22.01%8.81%
37.65%

Color #9F7C91 in popluar number systems.

HEX9F7C91
Decimal159124145
Binary10011111111110010010001
Octal237174221

Shades and tints

Shades of #9F7C91

#9F7C91
(159,124,145)
#917184
(145,113,132)
#836677
(131,102,119)
#755B6A
(117,91,106)
#67505D
(103,80,93)
#594550
(89,69,80)
#4B3A43
(75,58,67)
#3D2F36
(61,47,54)
#2F2429
(47,36,41)
#21191C
(33,25,28)
#130E0F
(19,14,15)
#000000
(0,0,0)

Tints of #9F7C91

#9F7C91
(159,124,145)
#A7879B
(167,135,155)
#AF92A5
(175,146,165)
#B79DAF
(183,157,175)
#BFA8B9
(191,168,185)
#C7B3C3
(199,179,195)
#CFBECD
(207,190,205)
#D7C9D7
(215,201,215)
#DFD4E1
(223,212,225)
#E7DFEB
(231,223,235)
#EFEAF5
(239,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F7C91 color. Also use rgb(159,124,145) instead hex code.

Text Font Color

.myTextColor { color: #9F7C91; }

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

This text font color is #9F7C91.


Background Color

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

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

This div background color is #9F7C91.


Border color

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

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

This div border color is #9F7C91.


Opacity

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

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

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

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

This text has shadow with #9F7C91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F7C91 on black background.


Color preview on white background

This text has color #9F7C91 on white background.



Black color preview on #9F7C91 background

This text has black color on #9F7C91 background.


White color preview on #9F7C91 background

This text has white color on #9F7C91 background.