COLOR #9F4E89

HEX: #9F4E89
RGB: (159,78,137)

Color info

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

RGB color model

#9F4E89 color RGB value is (159,78,137).

  • red value is 159;
  • green value is 78;
  • blue value is 137.
RGB:
(159,78,137)
(62%,31%,54%)

RGB channels and saturation

R 159 of 255 = 62%
G 78 of 255 = 31%
B 137 of 255 = 54%

159
78
137

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

Portions of RGB colors in percentages

R + G + B =
159 + 78 + 137 = 374 (100%)
R 159 of 374 ~ 42.51%
G 78 of 374 ~ 20.86%
B 137 of 374 ~ 36.63%

%42.51
%20.86
%36.63

CMYK color model

#9F4E89 color CMYK value is (0,51,14,38).

  • cyan value is 0.00%
  • magenta value is 50.94%
  • yellow value is 13.84%
  • key color value is 37.65%
CMYK:
(0,51,14,38)
C0M51Y14K38 
(0%,51%,14%,38%)
(0.00/0.51/0.14/0.38)	

CMYK percentages

%0
%50.94
%13.84
%37.65

Codes

Color #9F4E89 in popluar color models

9F4E89
RGB15978137
HSL316°34.18%46.47%
HSB/HSV316°50.94%62.35%
CMYK0.00%50.94%13.84%
37.65%

Color #9F4E89 in popluar number systems.

HEX9F4E89
Decimal15978137
Binary10011111100111010001001
Octal237116211

Shades and tints

Shades of #9F4E89

#9F4E89
(159,78,137)
#91477D
(145,71,125)
#834071
(131,64,113)
#753965
(117,57,101)
#673259
(103,50,89)
#592B4D
(89,43,77)
#4B2441
(75,36,65)
#3D1D35
(61,29,53)
#2F1629
(47,22,41)
#210F1D
(33,15,29)
#130811
(19,8,17)
#000000
(0,0,0)

Tints of #9F4E89

#9F4E89
(159,78,137)
#A75E93
(167,94,147)
#AF6E9D
(175,110,157)
#B77EA7
(183,126,167)
#BF8EB1
(191,142,177)
#C79EBB
(199,158,187)
#CFAEC5
(207,174,197)
#D7BECF
(215,190,207)
#DFCED9
(223,206,217)
#E7DEE3
(231,222,227)
#EFEEED
(239,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F4E89 color. Also use rgb(159,78,137) instead hex code.

Text Font Color

.myTextColor { color: #9F4E89; }

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

This text font color is #9F4E89.


Background Color

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

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

This div background color is #9F4E89.


Border color

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

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

This div border color is #9F4E89.


Opacity

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

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

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

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

This text has shadow with #9F4E89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F4E89 on black background.


Color preview on white background

This text has color #9F4E89 on white background.



Black color preview on #9F4E89 background

This text has black color on #9F4E89 background.


White color preview on #9F4E89 background

This text has white color on #9F4E89 background.