COLOR #9F637A

HEX: #9F637A
RGB: (159,99,122)

Color info

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

RGB color model

#9F637A color RGB value is (159,99,122).

  • red value is 159;
  • green value is 99;
  • blue value is 122.
RGB:
(159,99,122)
(62%,39%,48%)

RGB channels and saturation

R 159 of 255 = 62%
G 99 of 255 = 39%
B 122 of 255 = 48%

159
99
122

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

Portions of RGB colors in percentages

R + G + B =
159 + 99 + 122 = 380 (100%)
R 159 of 380 ~ 41.84%
G 99 of 380 ~ 26.05%
B 122 of 380 ~ 32.11%

%41.84
%26.05
%32.11

CMYK color model

#9F637A color CMYK value is (0,38,23,38).

  • cyan value is 0.00%
  • magenta value is 37.74%
  • yellow value is 23.27%
  • key color value is 37.65%
CMYK:
(0,38,23,38)
C0M38Y23K38 
(0%,38%,23%,38%)
(0.00/0.38/0.23/0.38)	

CMYK percentages

%0
%37.74
%23.27
%37.65

Codes

Color #9F637A in popluar color models

9F637A
RGB15999122
HSL337°23.81%50.59%
HSB/HSV337°37.74%62.35%
CMYK0.00%37.74%23.27%
37.65%

Color #9F637A in popluar number systems.

HEX9F637A
Decimal15999122
Binary1001111111000111111010
Octal237143172

Shades and tints

Shades of #9F637A

#9F637A
(159,99,122)
#915A6F
(145,90,111)
#835164
(131,81,100)
#754859
(117,72,89)
#673F4E
(103,63,78)
#593643
(89,54,67)
#4B2D38
(75,45,56)
#3D242D
(61,36,45)
#2F1B22
(47,27,34)
#211217
(33,18,23)
#13090C
(19,9,12)
#000000
(0,0,0)

Tints of #9F637A

#9F637A
(159,99,122)
#A77186
(167,113,134)
#AF7F92
(175,127,146)
#B78D9E
(183,141,158)
#BF9BAA
(191,155,170)
#C7A9B6
(199,169,182)
#CFB7C2
(207,183,194)
#D7C5CE
(215,197,206)
#DFD3DA
(223,211,218)
#E7E1E6
(231,225,230)
#EFEFF2
(239,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F637A color. Also use rgb(159,99,122) instead hex code.

Text Font Color

.myTextColor { color: #9F637A; }

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

This text font color is #9F637A.


Background Color

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

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

This div background color is #9F637A.


Border color

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

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

This div border color is #9F637A.


Opacity

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

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

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

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

This text has shadow with #9F637A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F637A on black background.


Color preview on white background

This text has color #9F637A on white background.



Black color preview on #9F637A background

This text has black color on #9F637A background.


White color preview on #9F637A background

This text has white color on #9F637A background.