COLOR #9F558D

HEX: #9F558D
RGB: (159,85,141)

Color info

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

RGB color model

#9F558D color RGB value is (159,85,141).

  • red value is 159;
  • green value is 85;
  • blue value is 141.
RGB:
(159,85,141)
(62%,33%,55%)

RGB channels and saturation

R 159 of 255 = 62%
G 85 of 255 = 33%
B 141 of 255 = 55%

159
85
141

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

Portions of RGB colors in percentages

R + G + B =
159 + 85 + 141 = 385 (100%)
R 159 of 385 ~ 41.3%
G 85 of 385 ~ 22.08%
B 141 of 385 ~ 36.62%

%41.3
%22.08
%36.62

CMYK color model

#9F558D color CMYK value is (0,47,11,38).

  • cyan value is 0.00%
  • magenta value is 46.54%
  • yellow value is 11.32%
  • key color value is 37.65%
CMYK:
(0,47,11,38)
C0M47Y11K38 
(0%,47%,11%,38%)
(0.00/0.47/0.11/0.38)	

CMYK percentages

%0
%46.54
%11.32
%37.65

Codes

Color #9F558D in popluar color models

9F558D
RGB15985141
HSL315°30.33%47.84%
HSB/HSV315°46.54%62.35%
CMYK0.00%46.54%11.32%
37.65%

Color #9F558D in popluar number systems.

HEX9F558D
Decimal15985141
Binary10011111101010110001101
Octal237125215

Shades and tints

Shades of #9F558D

#9F558D
(159,85,141)
#914E81
(145,78,129)
#834775
(131,71,117)
#754069
(117,64,105)
#67395D
(103,57,93)
#593251
(89,50,81)
#4B2B45
(75,43,69)
#3D2439
(61,36,57)
#2F1D2D
(47,29,45)
#211621
(33,22,33)
#130F15
(19,15,21)
#000000
(0,0,0)

Tints of #9F558D

#9F558D
(159,85,141)
#A76497
(167,100,151)
#AF73A1
(175,115,161)
#B782AB
(183,130,171)
#BF91B5
(191,145,181)
#C7A0BF
(199,160,191)
#CFAFC9
(207,175,201)
#D7BED3
(215,190,211)
#DFCDDD
(223,205,221)
#E7DCE7
(231,220,231)
#EFEBF1
(239,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F558D color. Also use rgb(159,85,141) instead hex code.

Text Font Color

.myTextColor { color: #9F558D; }

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

This text font color is #9F558D.


Background Color

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

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

This div background color is #9F558D.


Border color

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

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

This div border color is #9F558D.


Opacity

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

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

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

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

This text has shadow with #9F558D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F558D on black background.


Color preview on white background

This text has color #9F558D on white background.



Black color preview on #9F558D background

This text has black color on #9F558D background.


White color preview on #9F558D background

This text has white color on #9F558D background.