COLOR #9F5B82

HEX: #9F5B82
RGB: (159,91,130)

Color info

#9F5B82 contains mainly red and blue colors. Web safe color of #9F5B82 is #996699 (or #969).

RGB color model

#9F5B82 color RGB value is (159,91,130).

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

RGB channels and saturation

R 159 of 255 = 62%
G 91 of 255 = 36%
B 130 of 255 = 51%

159
91
130

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

Portions of RGB colors in percentages

R + G + B =
159 + 91 + 130 = 380 (100%)
R 159 of 380 ~ 41.84%
G 91 of 380 ~ 23.95%
B 130 of 380 ~ 34.21%

%41.84
%23.95
%34.21

CMYK color model

#9F5B82 color CMYK value is (0,43,18,38).

  • cyan value is 0.00%
  • magenta value is 42.77%
  • yellow value is 18.24%
  • key color value is 37.65%
CMYK:
(0,43,18,38)
C0M43Y18K38 
(0%,43%,18%,38%)
(0.00/0.43/0.18/0.38)	

CMYK percentages

%0
%42.77
%18.24
%37.65

Codes

Color #9F5B82 in popluar color models

9F5B82
RGB15991130
HSL326°27.20%49.02%
HSB/HSV326°42.77%62.35%
CMYK0.00%42.77%18.24%
37.65%

Color #9F5B82 in popluar number systems.

HEX9F5B82
Decimal15991130
Binary10011111101101110000010
Octal237133202

Shades and tints

Shades of #9F5B82

#9F5B82
(159,91,130)
#915377
(145,83,119)
#834B6C
(131,75,108)
#754361
(117,67,97)
#673B56
(103,59,86)
#59334B
(89,51,75)
#4B2B40
(75,43,64)
#3D2335
(61,35,53)
#2F1B2A
(47,27,42)
#21131F
(33,19,31)
#130B14
(19,11,20)
#000000
(0,0,0)

Tints of #9F5B82

#9F5B82
(159,91,130)
#A7698D
(167,105,141)
#AF7798
(175,119,152)
#B785A3
(183,133,163)
#BF93AE
(191,147,174)
#C7A1B9
(199,161,185)
#CFAFC4
(207,175,196)
#D7BDCF
(215,189,207)
#DFCBDA
(223,203,218)
#E7D9E5
(231,217,229)
#EFE7F0
(239,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F5B82; }

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

This text font color is #9F5B82.


Background Color

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

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

This div background color is #9F5B82.


Border color

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

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

This div border color is #9F5B82.


Opacity

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

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

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

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

This text has shadow with #9F5B82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F5B82 on black background.


Color preview on white background

This text has color #9F5B82 on white background.



Black color preview on #9F5B82 background

This text has black color on #9F5B82 background.


White color preview on #9F5B82 background

This text has white color on #9F5B82 background.