COLOR #9F5B80

HEX: #9F5B80
RGB: (159,91,128)

Color info

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

RGB color model

#9F5B80 color RGB value is (159,91,128).

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

RGB channels and saturation

R 159 of 255 = 62%
G 91 of 255 = 36%
B 128 of 255 = 50%

159
91
128

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

Portions of RGB colors in percentages

R + G + B =
159 + 91 + 128 = 378 (100%)
R 159 of 378 ~ 42.06%
G 91 of 378 ~ 24.07%
B 128 of 378 ~ 33.86%

%42.06
%24.07
%33.86

CMYK color model

#9F5B80 color CMYK value is (0,43,19,38).

  • cyan value is 0.00%
  • magenta value is 42.77%
  • yellow value is 19.50%
  • key color value is 37.65%
CMYK:
(0,43,19,38)
C0M43Y19K38 
(0%,43%,19%,38%)
(0.00/0.43/0.19/0.38)	

CMYK percentages

%0
%42.77
%19.5
%37.65

Codes

Color #9F5B80 in popluar color models

9F5B80
RGB15991128
HSL327°27.20%49.02%
HSB/HSV327°42.77%62.35%
CMYK0.00%42.77%19.50%
37.65%

Color #9F5B80 in popluar number systems.

HEX9F5B80
Decimal15991128
Binary10011111101101110000000
Octal237133200

Shades and tints

Shades of #9F5B80

#9F5B80
(159,91,128)
#915375
(145,83,117)
#834B6A
(131,75,106)
#75435F
(117,67,95)
#673B54
(103,59,84)
#593349
(89,51,73)
#4B2B3E
(75,43,62)
#3D2333
(61,35,51)
#2F1B28
(47,27,40)
#21131D
(33,19,29)
#130B12
(19,11,18)
#000000
(0,0,0)

Tints of #9F5B80

#9F5B80
(159,91,128)
#A7698B
(167,105,139)
#AF7796
(175,119,150)
#B785A1
(183,133,161)
#BF93AC
(191,147,172)
#C7A1B7
(199,161,183)
#CFAFC2
(207,175,194)
#D7BDCD
(215,189,205)
#DFCBD8
(223,203,216)
#E7D9E3
(231,217,227)
#EFE7EE
(239,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F5B80; }

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

This text font color is #9F5B80.


Background Color

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

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

This div background color is #9F5B80.


Border color

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

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

This div border color is #9F5B80.


Opacity

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

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

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

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

This text has shadow with #9F5B80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F5B80 on black background.


Color preview on white background

This text has color #9F5B80 on white background.



Black color preview on #9F5B80 background

This text has black color on #9F5B80 background.


White color preview on #9F5B80 background

This text has white color on #9F5B80 background.