COLOR #9F3D8D

HEX: #9F3D8D
RGB: (159,61,141)

Color info

#9F3D8D contains mainly red and blue colors. Web safe color of #9F3D8D is #993399 (or #939).

RGB color model

#9F3D8D color RGB value is (159,61,141).

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

RGB channels and saturation

R 159 of 255 = 62%
G 61 of 255 = 24%
B 141 of 255 = 55%

159
61
141

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

Portions of RGB colors in percentages

R + G + B =
159 + 61 + 141 = 361 (100%)
R 159 of 361 ~ 44.04%
G 61 of 361 ~ 16.9%
B 141 of 361 ~ 39.06%

%44.04
%16.9
%39.06

CMYK color model

#9F3D8D color CMYK value is (0,62,11,38).

  • cyan value is 0.00%
  • magenta value is 61.64%
  • yellow value is 11.32%
  • key color value is 37.65%
CMYK:
(0,62,11,38)
C0M62Y11K38 
(0%,62%,11%,38%)
(0.00/0.62/0.11/0.38)	

CMYK percentages

%0
%61.64
%11.32
%37.65

Codes

Color #9F3D8D in popluar color models

9F3D8D
RGB15961141
HSL311°44.55%43.14%
HSB/HSV311°61.64%62.35%
CMYK0.00%61.64%11.32%
37.65%

Color #9F3D8D in popluar number systems.

HEX9F3D8D
Decimal15961141
Binary1001111111110110001101
Octal23775215

Shades and tints

Shades of #9F3D8D

#9F3D8D
(159,61,141)
#913881
(145,56,129)
#833375
(131,51,117)
#752E69
(117,46,105)
#67295D
(103,41,93)
#592451
(89,36,81)
#4B1F45
(75,31,69)
#3D1A39
(61,26,57)
#2F152D
(47,21,45)
#211021
(33,16,33)
#130B15
(19,11,21)
#000000
(0,0,0)

Tints of #9F3D8D

#9F3D8D
(159,61,141)
#A74E97
(167,78,151)
#AF5FA1
(175,95,161)
#B770AB
(183,112,171)
#BF81B5
(191,129,181)
#C792BF
(199,146,191)
#CFA3C9
(207,163,201)
#D7B4D3
(215,180,211)
#DFC5DD
(223,197,221)
#E7D6E7
(231,214,231)
#EFE7F1
(239,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F3D8D; }

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

This text font color is #9F3D8D.


Background Color

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

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

This div background color is #9F3D8D.


Border color

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

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

This div border color is #9F3D8D.


Opacity

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

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

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

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

This text has shadow with #9F3D8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F3D8D on black background.


Color preview on white background

This text has color #9F3D8D on white background.



Black color preview on #9F3D8D background

This text has black color on #9F3D8D background.


White color preview on #9F3D8D background

This text has white color on #9F3D8D background.