COLOR #9F7883

HEX: #9F7883
RGB: (159,120,131)

Color info

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

RGB color model

#9F7883 color RGB value is (159,120,131).

  • red value is 159;
  • green value is 120;
  • blue value is 131.
RGB:
(159,120,131)
(62%,47%,51%)

RGB channels and saturation

R 159 of 255 = 62%
G 120 of 255 = 47%
B 131 of 255 = 51%

159
120
131

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

Portions of RGB colors in percentages

R + G + B =
159 + 120 + 131 = 410 (100%)
R 159 of 410 ~ 38.78%
G 120 of 410 ~ 29.27%
B 131 of 410 ~ 31.95%

%38.78
%29.27
%31.95

CMYK color model

#9F7883 color CMYK value is (0,25,18,38).

  • cyan value is 0.00%
  • magenta value is 24.53%
  • yellow value is 17.61%
  • key color value is 37.65%
CMYK:
(0,25,18,38)
C0M25Y18K38 
(0%,25%,18%,38%)
(0.00/0.25/0.18/0.38)	

CMYK percentages

%0
%24.53
%17.61
%37.65

Codes

Color #9F7883 in popluar color models

9F7883
RGB159120131
HSL343°16.88%54.71%
HSB/HSV343°24.53%62.35%
CMYK0.00%24.53%17.61%
37.65%

Color #9F7883 in popluar number systems.

HEX9F7883
Decimal159120131
Binary10011111111100010000011
Octal237170203

Shades and tints

Shades of #9F7883

#9F7883
(159,120,131)
#916E78
(145,110,120)
#83646D
(131,100,109)
#755A62
(117,90,98)
#675057
(103,80,87)
#59464C
(89,70,76)
#4B3C41
(75,60,65)
#3D3236
(61,50,54)
#2F282B
(47,40,43)
#211E20
(33,30,32)
#131415
(19,20,21)
#000000
(0,0,0)

Tints of #9F7883

#9F7883
(159,120,131)
#A7848E
(167,132,142)
#AF9099
(175,144,153)
#B79CA4
(183,156,164)
#BFA8AF
(191,168,175)
#C7B4BA
(199,180,186)
#CFC0C5
(207,192,197)
#D7CCD0
(215,204,208)
#DFD8DB
(223,216,219)
#E7E4E6
(231,228,230)
#EFF0F1
(239,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F7883 color. Also use rgb(159,120,131) instead hex code.

Text Font Color

.myTextColor { color: #9F7883; }

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

This text font color is #9F7883.


Background Color

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

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

This div background color is #9F7883.


Border color

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

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

This div border color is #9F7883.


Opacity

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

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

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

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

This text has shadow with #9F7883 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F7883 on black background.


Color preview on white background

This text has color #9F7883 on white background.



Black color preview on #9F7883 background

This text has black color on #9F7883 background.


White color preview on #9F7883 background

This text has white color on #9F7883 background.