COLOR #9F407F

HEX: #9F407F
RGB: (159,64,127)

Color info

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

RGB color model

#9F407F color RGB value is (159,64,127).

  • red value is 159;
  • green value is 64;
  • blue value is 127.
RGB: (159,64,127) (62%,25%,50%)

RGB channels and saturation

R 159 of 255 = 62%
G 64 of 255 = 25%
B 127 of 255 = 50%

159
64
127

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

Portions of RGB colors in percentages

R + G + B =
159 + 64 + 127 = 350 (100%)
R 159 of 350 ~ 45.43%
G 64 of 350 ~ 18.29%
B 127 of 350 ~ 36.29%

%45.43
%18.29
%36.29

CMYK color model

#9F407F color CMYK value is (0,60,20,38).

  • cyan value is 0.00%
  • magenta value is 59.75%
  • yellow value is 20.13%
  • key color value is 37.65%
CMYK: (0,60,20,38) C0M60Y20K38 (0%,60%,20%,38%) (0.00/0.60/0.20/0.38)

CMYK percentages

%0
%59.75
%20.13
%37.65

Codes

Color #9F407F in popluar color models

9F407F
RGB15964127
HSL320°42.60%43.73%
HSB/HSV320°59.75%62.35%
CMYK0.00%59.75%20.13%
37.65%

Color #9F407F in popluar number systems.

HEX9F407F
Decimal15964127
Binary1001111110000001111111
Octal237100177

Shades and tints

Shades of #9F407F

#9F407F
(159,64,127)
#913B74
(145,59,116)
#833669
(131,54,105)
#75315E
(117,49,94)
#672C53
(103,44,83)
#592748
(89,39,72)
#4B223D
(75,34,61)
#3D1D32
(61,29,50)
#2F1827
(47,24,39)
#21131C
(33,19,28)
#130E11
(19,14,17)
#000000
(0,0,0)

Tints of #9F407F

#9F407F
(159,64,127)
#A7518A
(167,81,138)
#AF6295
(175,98,149)
#B773A0
(183,115,160)
#BF84AB
(191,132,171)
#C795B6
(199,149,182)
#CFA6C1
(207,166,193)
#D7B7CC
(215,183,204)
#DFC8D7
(223,200,215)
#E7D9E2
(231,217,226)
#EFEAED
(239,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F407F color. Also use rgb(159,64,127) instead hex code.

Text Font Color

.myTextColor { color: #9F407F; }

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

This text font color is #9F407F.


Background Color

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

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

This div background color is #9F407F.


Border color

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

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

This div border color is #9F407F.


Opacity

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

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

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

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

This text has shadow with #9F407F color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #9F407F on black background.


Color preview on white background

This text has color #9F407F on white background.



Black color preview on #9F407F background

This text has black color on #9F407F background.


White color preview on #9F407F background

This text has white color on #9F407F background.