COLOR #9F4F6A

HEX: #9F4F6A
RGB: (159,79,106)

Color info

#9F4F6A contains mainly red and blue colors. Web safe color of #9F4F6A is #996666 (or #966).

RGB color model

#9F4F6A color RGB value is (159,79,106).

  • red value is 159;
  • green value is 79;
  • blue value is 106.
RGB:
(159,79,106)
(62%,31%,42%)

RGB channels and saturation

R 159 of 255 = 62%
G 79 of 255 = 31%
B 106 of 255 = 42%

159
79
106

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

Portions of RGB colors in percentages

R + G + B =
159 + 79 + 106 = 344 (100%)
R 159 of 344 ~ 46.22%
G 79 of 344 ~ 22.97%
B 106 of 344 ~ 30.81%

%46.22
%22.97
%30.81

CMYK color model

#9F4F6A color CMYK value is (0,50,33,38).

  • cyan value is 0.00%
  • magenta value is 50.31%
  • yellow value is 33.33%
  • key color value is 37.65%
CMYK:
(0,50,33,38)
C0M50Y33K38 
(0%,50%,33%,38%)
(0.00/0.50/0.33/0.38)	

CMYK percentages

%0
%50.31
%33.33
%37.65

Codes

Color #9F4F6A in popluar color models

9F4F6A
RGB15979106
HSL340°33.61%46.67%
HSB/HSV340°50.31%62.35%
CMYK0.00%50.31%33.33%
37.65%

Color #9F4F6A in popluar number systems.

HEX9F4F6A
Decimal15979106
Binary1001111110011111101010
Octal237117152

Shades and tints

Shades of #9F4F6A

#9F4F6A
(159,79,106)
#914861
(145,72,97)
#834158
(131,65,88)
#753A4F
(117,58,79)
#673346
(103,51,70)
#592C3D
(89,44,61)
#4B2534
(75,37,52)
#3D1E2B
(61,30,43)
#2F1722
(47,23,34)
#211019
(33,16,25)
#130910
(19,9,16)
#000000
(0,0,0)

Tints of #9F4F6A

#9F4F6A
(159,79,106)
#A75F77
(167,95,119)
#AF6F84
(175,111,132)
#B77F91
(183,127,145)
#BF8F9E
(191,143,158)
#C79FAB
(199,159,171)
#CFAFB8
(207,175,184)
#D7BFC5
(215,191,197)
#DFCFD2
(223,207,210)
#E7DFDF
(231,223,223)
#EFEFEC
(239,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F4F6A color. Also use rgb(159,79,106) instead hex code.

Text Font Color

.myTextColor { color: #9F4F6A; }

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

This text font color is #9F4F6A.


Background Color

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

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

This div background color is #9F4F6A.


Border color

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

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

This div border color is #9F4F6A.


Opacity

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

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

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

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

This text has shadow with #9F4F6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F4F6A on black background.


Color preview on white background

This text has color #9F4F6A on white background.



Black color preview on #9F4F6A background

This text has black color on #9F4F6A background.


White color preview on #9F4F6A background

This text has white color on #9F4F6A background.