COLOR #9F5986

HEX: #9F5986
RGB: (159,89,134)

Color info

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

RGB color model

#9F5986 color RGB value is (159,89,134).

  • red value is 159;
  • green value is 89;
  • blue value is 134.
RGB:
(159,89,134)
(62%,35%,53%)

RGB channels and saturation

R 159 of 255 = 62%
G 89 of 255 = 35%
B 134 of 255 = 53%

159
89
134

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

Portions of RGB colors in percentages

R + G + B =
159 + 89 + 134 = 382 (100%)
R 159 of 382 ~ 41.62%
G 89 of 382 ~ 23.3%
B 134 of 382 ~ 35.08%

%41.62
%23.3
%35.08

CMYK color model

#9F5986 color CMYK value is (0,44,16,38).

  • cyan value is 0.00%
  • magenta value is 44.03%
  • yellow value is 15.72%
  • key color value is 37.65%
CMYK:
(0,44,16,38)
C0M44Y16K38 
(0%,44%,16%,38%)
(0.00/0.44/0.16/0.38)	

CMYK percentages

%0
%44.03
%15.72
%37.65

Codes

Color #9F5986 in popluar color models

9F5986
RGB15989134
HSL321°28.23%48.63%
HSB/HSV321°44.03%62.35%
CMYK0.00%44.03%15.72%
37.65%

Color #9F5986 in popluar number systems.

HEX9F5986
Decimal15989134
Binary10011111101100110000110
Octal237131206

Shades and tints

Shades of #9F5986

#9F5986
(159,89,134)
#91517A
(145,81,122)
#83496E
(131,73,110)
#754162
(117,65,98)
#673956
(103,57,86)
#59314A
(89,49,74)
#4B293E
(75,41,62)
#3D2132
(61,33,50)
#2F1926
(47,25,38)
#21111A
(33,17,26)
#13090E
(19,9,14)
#000000
(0,0,0)

Tints of #9F5986

#9F5986
(159,89,134)
#A76891
(167,104,145)
#AF779C
(175,119,156)
#B786A7
(183,134,167)
#BF95B2
(191,149,178)
#C7A4BD
(199,164,189)
#CFB3C8
(207,179,200)
#D7C2D3
(215,194,211)
#DFD1DE
(223,209,222)
#E7E0E9
(231,224,233)
#EFEFF4
(239,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F5986 color. Also use rgb(159,89,134) instead hex code.

Text Font Color

.myTextColor { color: #9F5986; }

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

This text font color is #9F5986.


Background Color

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

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

This div background color is #9F5986.


Border color

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

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

This div border color is #9F5986.


Opacity

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

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

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

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

This text has shadow with #9F5986 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F5986 on black background.


Color preview on white background

This text has color #9F5986 on white background.



Black color preview on #9F5986 background

This text has black color on #9F5986 background.


White color preview on #9F5986 background

This text has white color on #9F5986 background.