COLOR #9F7380

HEX: #9F7380
RGB: (159,115,128)

Color info

#9F7380 contains red, green and blue colors in about the same proportion. Web safe color of #9F7380 is #996666 (or #966).

RGB color model

#9F7380 color RGB value is (159,115,128).

  • red value is 159;
  • green value is 115;
  • blue value is 128.
RGB:
(159,115,128)
(62%,45%,50%)

RGB channels and saturation

R 159 of 255 = 62%
G 115 of 255 = 45%
B 128 of 255 = 50%

159
115
128

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

Portions of RGB colors in percentages

R + G + B =
159 + 115 + 128 = 402 (100%)
R 159 of 402 ~ 39.55%
G 115 of 402 ~ 28.61%
B 128 of 402 ~ 31.84%

%39.55
%28.61
%31.84

CMYK color model

#9F7380 color CMYK value is (0,28,19,38).

  • cyan value is 0.00%
  • magenta value is 27.67%
  • yellow value is 19.50%
  • key color value is 37.65%
CMYK:
(0,28,19,38)
C0M28Y19K38 
(0%,28%,19%,38%)
(0.00/0.28/0.19/0.38)	

CMYK percentages

%0
%27.67
%19.5
%37.65

Codes

Color #9F7380 in popluar color models

9F7380
RGB159115128
HSL342°18.64%53.73%
HSB/HSV342°27.67%62.35%
CMYK0.00%27.67%19.50%
37.65%

Color #9F7380 in popluar number systems.

HEX9F7380
Decimal159115128
Binary10011111111001110000000
Octal237163200

Shades and tints

Shades of #9F7380

#9F7380
(159,115,128)
#916975
(145,105,117)
#835F6A
(131,95,106)
#75555F
(117,85,95)
#674B54
(103,75,84)
#594149
(89,65,73)
#4B373E
(75,55,62)
#3D2D33
(61,45,51)
#2F2328
(47,35,40)
#21191D
(33,25,29)
#130F12
(19,15,18)
#000000
(0,0,0)

Tints of #9F7380

#9F7380
(159,115,128)
#A77F8B
(167,127,139)
#AF8B96
(175,139,150)
#B797A1
(183,151,161)
#BFA3AC
(191,163,172)
#C7AFB7
(199,175,183)
#CFBBC2
(207,187,194)
#D7C7CD
(215,199,205)
#DFD3D8
(223,211,216)
#E7DFE3
(231,223,227)
#EFEBEE
(239,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F7380 color. Also use rgb(159,115,128) instead hex code.

Text Font Color

.myTextColor { color: #9F7380; }

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

This text font color is #9F7380.


Background Color

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

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

This div background color is #9F7380.


Border color

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

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

This div border color is #9F7380.


Opacity

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

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

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

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

This text has shadow with #9F7380 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F7380 on black background.


Color preview on white background

This text has color #9F7380 on white background.



Black color preview on #9F7380 background

This text has black color on #9F7380 background.


White color preview on #9F7380 background

This text has white color on #9F7380 background.