COLOR #9F5B93

HEX: #9F5B93
RGB: (159,91,147)

Color info

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

RGB color model

#9F5B93 color RGB value is (159,91,147).

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

RGB channels and saturation

R 159 of 255 = 62%
G 91 of 255 = 36%
B 147 of 255 = 58%

159
91
147

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

Portions of RGB colors in percentages

R + G + B =
159 + 91 + 147 = 397 (100%)
R 159 of 397 ~ 40.05%
G 91 of 397 ~ 22.92%
B 147 of 397 ~ 37.03%

%40.05
%22.92
%37.03

CMYK color model

#9F5B93 color CMYK value is (0,43,8,38).

  • cyan value is 0.00%
  • magenta value is 42.77%
  • yellow value is 7.55%
  • key color value is 37.65%
CMYK:
(0,43,8,38)
C0M43Y8K38 
(0%,43%,8%,38%)
(0.00/0.43/0.08/0.38)	

CMYK percentages

%0
%42.77
%7.55
%37.65

Codes

Color #9F5B93 in popluar color models

9F5B93
RGB15991147
HSL311°27.20%49.02%
HSB/HSV311°42.77%62.35%
CMYK0.00%42.77%7.55%
37.65%

Color #9F5B93 in popluar number systems.

HEX9F5B93
Decimal15991147
Binary10011111101101110010011
Octal237133223

Shades and tints

Shades of #9F5B93

#9F5B93
(159,91,147)
#915386
(145,83,134)
#834B79
(131,75,121)
#75436C
(117,67,108)
#673B5F
(103,59,95)
#593352
(89,51,82)
#4B2B45
(75,43,69)
#3D2338
(61,35,56)
#2F1B2B
(47,27,43)
#21131E
(33,19,30)
#130B11
(19,11,17)
#000000
(0,0,0)

Tints of #9F5B93

#9F5B93
(159,91,147)
#A7699C
(167,105,156)
#AF77A5
(175,119,165)
#B785AE
(183,133,174)
#BF93B7
(191,147,183)
#C7A1C0
(199,161,192)
#CFAFC9
(207,175,201)
#D7BDD2
(215,189,210)
#DFCBDB
(223,203,219)
#E7D9E4
(231,217,228)
#EFE7ED
(239,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F5B93; }

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

This text font color is #9F5B93.


Background Color

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

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

This div background color is #9F5B93.


Border color

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

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

This div border color is #9F5B93.


Opacity

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

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

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

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

This text has shadow with #9F5B93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F5B93 on black background.


Color preview on white background

This text has color #9F5B93 on white background.



Black color preview on #9F5B93 background

This text has black color on #9F5B93 background.


White color preview on #9F5B93 background

This text has white color on #9F5B93 background.