COLOR #9F5A93

HEX: #9F5A93
RGB: (159,90,147)

Color info

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

RGB color model

#9F5A93 color RGB value is (159,90,147).

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

RGB channels and saturation

R 159 of 255 = 62%
G 90 of 255 = 35%
B 147 of 255 = 58%

159
90
147

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

Portions of RGB colors in percentages

R + G + B =
159 + 90 + 147 = 396 (100%)
R 159 of 396 ~ 40.15%
G 90 of 396 ~ 22.73%
B 147 of 396 ~ 37.12%

%40.15
%22.73
%37.12

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 43.40%
  • 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
%43.4
%7.55
%37.65

Codes

Color #9F5A93 in popluar color models

9F5A93
RGB15990147
HSL310°27.71%48.82%
HSB/HSV310°43.40%62.35%
CMYK0.00%43.40%7.55%
37.65%

Color #9F5A93 in popluar number systems.

HEX9F5A93
Decimal15990147
Binary10011111101101010010011
Octal237132223

Shades and tints

Shades of #9F5A93

#9F5A93
(159,90,147)
#915286
(145,82,134)
#834A79
(131,74,121)
#75426C
(117,66,108)
#673A5F
(103,58,95)
#593252
(89,50,82)
#4B2A45
(75,42,69)
#3D2238
(61,34,56)
#2F1A2B
(47,26,43)
#21121E
(33,18,30)
#130A11
(19,10,17)
#000000
(0,0,0)

Tints of #9F5A93

#9F5A93
(159,90,147)
#A7699C
(167,105,156)
#AF78A5
(175,120,165)
#B787AE
(183,135,174)
#BF96B7
(191,150,183)
#C7A5C0
(199,165,192)
#CFB4C9
(207,180,201)
#D7C3D2
(215,195,210)
#DFD2DB
(223,210,219)
#E7E1E4
(231,225,228)
#EFF0ED
(239,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F5A93; }

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

This text font color is #9F5A93.


Background Color

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

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

This div background color is #9F5A93.


Border color

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

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

This div border color is #9F5A93.


Opacity

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

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

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

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

This text has shadow with #9F5A93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F5A93 on black background.


Color preview on white background

This text has color #9F5A93 on white background.



Black color preview on #9F5A93 background

This text has black color on #9F5A93 background.


White color preview on #9F5A93 background

This text has white color on #9F5A93 background.