COLOR #9F3B7C

HEX: #9F3B7C
RGB: (159,59,124)

Color info

#9F3B7C contains mainly red and blue colors. Web safe color of #9F3B7C is #993366 (or #936).

RGB color model

#9F3B7C color RGB value is (159,59,124).

  • red value is 159;
  • green value is 59;
  • blue value is 124.
RGB:
(159,59,124)
(62%,23%,49%)

RGB channels and saturation

R 159 of 255 = 62%
G 59 of 255 = 23%
B 124 of 255 = 49%

159
59
124

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

Portions of RGB colors in percentages

R + G + B =
159 + 59 + 124 = 342 (100%)
R 159 of 342 ~ 46.49%
G 59 of 342 ~ 17.25%
B 124 of 342 ~ 36.26%

%46.49
%17.25
%36.26

CMYK color model

#9F3B7C color CMYK value is (0,63,22,38).

  • cyan value is 0.00%
  • magenta value is 62.89%
  • yellow value is 22.01%
  • key color value is 37.65%
CMYK:
(0,63,22,38)
C0M63Y22K38 
(0%,63%,22%,38%)
(0.00/0.63/0.22/0.38)	

CMYK percentages

%0
%62.89
%22.01
%37.65

Codes

Color #9F3B7C in popluar color models

9F3B7C
RGB15959124
HSL321°45.87%42.75%
HSB/HSV321°62.89%62.35%
CMYK0.00%62.89%22.01%
37.65%

Color #9F3B7C in popluar number systems.

HEX9F3B7C
Decimal15959124
Binary100111111110111111100
Octal23773174

Shades and tints

Shades of #9F3B7C

#9F3B7C
(159,59,124)
#913671
(145,54,113)
#833166
(131,49,102)
#752C5B
(117,44,91)
#672750
(103,39,80)
#592245
(89,34,69)
#4B1D3A
(75,29,58)
#3D182F
(61,24,47)
#2F1324
(47,19,36)
#210E19
(33,14,25)
#13090E
(19,9,14)
#000000
(0,0,0)

Tints of #9F3B7C

#9F3B7C
(159,59,124)
#A74C87
(167,76,135)
#AF5D92
(175,93,146)
#B76E9D
(183,110,157)
#BF7FA8
(191,127,168)
#C790B3
(199,144,179)
#CFA1BE
(207,161,190)
#D7B2C9
(215,178,201)
#DFC3D4
(223,195,212)
#E7D4DF
(231,212,223)
#EFE5EA
(239,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F3B7C color. Also use rgb(159,59,124) instead hex code.

Text Font Color

.myTextColor { color: #9F3B7C; }

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

This text font color is #9F3B7C.


Background Color

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

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

This div background color is #9F3B7C.


Border color

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

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

This div border color is #9F3B7C.


Opacity

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

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

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

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

This text has shadow with #9F3B7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F3B7C on black background.


Color preview on white background

This text has color #9F3B7C on white background.



Black color preview on #9F3B7C background

This text has black color on #9F3B7C background.


White color preview on #9F3B7C background

This text has white color on #9F3B7C background.