COLOR #9F5B7A

HEX: #9F5B7A
RGB: (159,91,122)

Color info

#9F5B7A contains mainly red and blue colors. Web safe color of #9F5B7A is #996666 (or #966).

RGB color model

#9F5B7A color RGB value is (159,91,122).

  • red value is 159;
  • green value is 91;
  • blue value is 122.
RGB:
(159,91,122)
(62%,36%,48%)

RGB channels and saturation

R 159 of 255 = 62%
G 91 of 255 = 36%
B 122 of 255 = 48%

159
91
122

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

Portions of RGB colors in percentages

R + G + B =
159 + 91 + 122 = 372 (100%)
R 159 of 372 ~ 42.74%
G 91 of 372 ~ 24.46%
B 122 of 372 ~ 32.8%

%42.74
%24.46
%32.8

CMYK color model

#9F5B7A color CMYK value is (0,43,23,38).

  • cyan value is 0.00%
  • magenta value is 42.77%
  • yellow value is 23.27%
  • key color value is 37.65%
CMYK:
(0,43,23,38)
C0M43Y23K38 
(0%,43%,23%,38%)
(0.00/0.43/0.23/0.38)	

CMYK percentages

%0
%42.77
%23.27
%37.65

Codes

Color #9F5B7A in popluar color models

9F5B7A
RGB15991122
HSL333°27.20%49.02%
HSB/HSV333°42.77%62.35%
CMYK0.00%42.77%23.27%
37.65%

Color #9F5B7A in popluar number systems.

HEX9F5B7A
Decimal15991122
Binary1001111110110111111010
Octal237133172

Shades and tints

Shades of #9F5B7A

#9F5B7A
(159,91,122)
#91536F
(145,83,111)
#834B64
(131,75,100)
#754359
(117,67,89)
#673B4E
(103,59,78)
#593343
(89,51,67)
#4B2B38
(75,43,56)
#3D232D
(61,35,45)
#2F1B22
(47,27,34)
#211317
(33,19,23)
#130B0C
(19,11,12)
#000000
(0,0,0)

Tints of #9F5B7A

#9F5B7A
(159,91,122)
#A76986
(167,105,134)
#AF7792
(175,119,146)
#B7859E
(183,133,158)
#BF93AA
(191,147,170)
#C7A1B6
(199,161,182)
#CFAFC2
(207,175,194)
#D7BDCE
(215,189,206)
#DFCBDA
(223,203,218)
#E7D9E6
(231,217,230)
#EFE7F2
(239,231,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F5B7A color. Also use rgb(159,91,122) instead hex code.

Text Font Color

.myTextColor { color: #9F5B7A; }

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

This text font color is #9F5B7A.


Background Color

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

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

This div background color is #9F5B7A.


Border color

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

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

This div border color is #9F5B7A.


Opacity

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

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

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

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

This text has shadow with #9F5B7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F5B7A on black background.


Color preview on white background

This text has color #9F5B7A on white background.



Black color preview on #9F5B7A background

This text has black color on #9F5B7A background.


White color preview on #9F5B7A background

This text has white color on #9F5B7A background.