COLOR #9F5C7A

HEX: #9F5C7A
RGB: (159,92,122)

Color info

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

RGB color model

#9F5C7A color RGB value is (159,92,122).

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

RGB channels and saturation

R 159 of 255 = 62%
G 92 of 255 = 36%
B 122 of 255 = 48%

159
92
122

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

Portions of RGB colors in percentages

R + G + B =
159 + 92 + 122 = 373 (100%)
R 159 of 373 ~ 42.63%
G 92 of 373 ~ 24.66%
B 122 of 373 ~ 32.71%

%42.63
%24.66
%32.71

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 42.14%
  • yellow value is 23.27%
  • key color value is 37.65%
CMYK:
(0,42,23,38)
C0M42Y23K38 
(0%,42%,23%,38%)
(0.00/0.42/0.23/0.38)	

CMYK percentages

%0
%42.14
%23.27
%37.65

Codes

Color #9F5C7A in popluar color models

9F5C7A
RGB15992122
HSL333°26.69%49.22%
HSB/HSV333°42.14%62.35%
CMYK0.00%42.14%23.27%
37.65%

Color #9F5C7A in popluar number systems.

HEX9F5C7A
Decimal15992122
Binary1001111110111001111010
Octal237134172

Shades and tints

Shades of #9F5C7A

#9F5C7A
(159,92,122)
#91546F
(145,84,111)
#834C64
(131,76,100)
#754459
(117,68,89)
#673C4E
(103,60,78)
#593443
(89,52,67)
#4B2C38
(75,44,56)
#3D242D
(61,36,45)
#2F1C22
(47,28,34)
#211417
(33,20,23)
#130C0C
(19,12,12)
#000000
(0,0,0)

Tints of #9F5C7A

#9F5C7A
(159,92,122)
#A76A86
(167,106,134)
#AF7892
(175,120,146)
#B7869E
(183,134,158)
#BF94AA
(191,148,170)
#C7A2B6
(199,162,182)
#CFB0C2
(207,176,194)
#D7BECE
(215,190,206)
#DFCCDA
(223,204,218)
#E7DAE6
(231,218,230)
#EFE8F2
(239,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F5C7A; }

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

This text font color is #9F5C7A.


Background Color

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

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

This div background color is #9F5C7A.


Border color

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

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

This div border color is #9F5C7A.


Opacity

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

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

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

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

This text has shadow with #9F5C7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F5C7A on black background.


Color preview on white background

This text has color #9F5C7A on white background.



Black color preview on #9F5C7A background

This text has black color on #9F5C7A background.


White color preview on #9F5C7A background

This text has white color on #9F5C7A background.