COLOR #9F7884

HEX: #9F7884
RGB: (159,120,132)

Color info

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

RGB color model

#9F7884 color RGB value is (159,120,132).

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

RGB channels and saturation

R 159 of 255 = 62%
G 120 of 255 = 47%
B 132 of 255 = 52%

159
120
132

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

Portions of RGB colors in percentages

R + G + B =
159 + 120 + 132 = 411 (100%)
R 159 of 411 ~ 38.69%
G 120 of 411 ~ 29.2%
B 132 of 411 ~ 32.12%

%38.69
%29.2
%32.12

CMYK color model

#9F7884 color CMYK value is (0,25,17,38).

  • cyan value is 0.00%
  • magenta value is 24.53%
  • yellow value is 16.98%
  • key color value is 37.65%
CMYK:
(0,25,17,38)
C0M25Y17K38 
(0%,25%,17%,38%)
(0.00/0.25/0.17/0.38)	

CMYK percentages

%0
%24.53
%16.98
%37.65

Codes

Color #9F7884 in popluar color models

9F7884
RGB159120132
HSL342°16.88%54.71%
HSB/HSV342°24.53%62.35%
CMYK0.00%24.53%16.98%
37.65%

Color #9F7884 in popluar number systems.

HEX9F7884
Decimal159120132
Binary10011111111100010000100
Octal237170204

Shades and tints

Shades of #9F7884

#9F7884
(159,120,132)
#916E78
(145,110,120)
#83646C
(131,100,108)
#755A60
(117,90,96)
#675054
(103,80,84)
#594648
(89,70,72)
#4B3C3C
(75,60,60)
#3D3230
(61,50,48)
#2F2824
(47,40,36)
#211E18
(33,30,24)
#13140C
(19,20,12)
#000000
(0,0,0)

Tints of #9F7884

#9F7884
(159,120,132)
#A7848F
(167,132,143)
#AF909A
(175,144,154)
#B79CA5
(183,156,165)
#BFA8B0
(191,168,176)
#C7B4BB
(199,180,187)
#CFC0C6
(207,192,198)
#D7CCD1
(215,204,209)
#DFD8DC
(223,216,220)
#E7E4E7
(231,228,231)
#EFF0F2
(239,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F7884; }

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

This text font color is #9F7884.


Background Color

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

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

This div background color is #9F7884.


Border color

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

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

This div border color is #9F7884.


Opacity

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

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

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

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

This text has shadow with #9F7884 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F7884 on black background.


Color preview on white background

This text has color #9F7884 on white background.



Black color preview on #9F7884 background

This text has black color on #9F7884 background.


White color preview on #9F7884 background

This text has white color on #9F7884 background.