COLOR #9F507A

HEX: #9F507A
RGB: (159,80,122)

Color info

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

RGB color model

#9F507A color RGB value is (159,80,122).

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

RGB channels and saturation

R 159 of 255 = 62%
G 80 of 255 = 31%
B 122 of 255 = 48%

159
80
122

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

Portions of RGB colors in percentages

R + G + B =
159 + 80 + 122 = 361 (100%)
R 159 of 361 ~ 44.04%
G 80 of 361 ~ 22.16%
B 122 of 361 ~ 33.8%

%44.04
%22.16
%33.8

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 49.69%
  • yellow value is 23.27%
  • key color value is 37.65%
CMYK:
(0,50,23,38)
C0M50Y23K38 
(0%,50%,23%,38%)
(0.00/0.50/0.23/0.38)	

CMYK percentages

%0
%49.69
%23.27
%37.65

Codes

Color #9F507A in popluar color models

9F507A
RGB15980122
HSL328°33.05%46.86%
HSB/HSV328°49.69%62.35%
CMYK0.00%49.69%23.27%
37.65%

Color #9F507A in popluar number systems.

HEX9F507A
Decimal15980122
Binary1001111110100001111010
Octal237120172

Shades and tints

Shades of #9F507A

#9F507A
(159,80,122)
#91496F
(145,73,111)
#834264
(131,66,100)
#753B59
(117,59,89)
#67344E
(103,52,78)
#592D43
(89,45,67)
#4B2638
(75,38,56)
#3D1F2D
(61,31,45)
#2F1822
(47,24,34)
#211117
(33,17,23)
#130A0C
(19,10,12)
#000000
(0,0,0)

Tints of #9F507A

#9F507A
(159,80,122)
#A75F86
(167,95,134)
#AF6E92
(175,110,146)
#B77D9E
(183,125,158)
#BF8CAA
(191,140,170)
#C79BB6
(199,155,182)
#CFAAC2
(207,170,194)
#D7B9CE
(215,185,206)
#DFC8DA
(223,200,218)
#E7D7E6
(231,215,230)
#EFE6F2
(239,230,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F507A; }

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

This text font color is #9F507A.


Background Color

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

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

This div background color is #9F507A.


Border color

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

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

This div border color is #9F507A.


Opacity

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

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

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

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

This text has shadow with #9F507A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F507A on black background.


Color preview on white background

This text has color #9F507A on white background.



Black color preview on #9F507A background

This text has black color on #9F507A background.


White color preview on #9F507A background

This text has white color on #9F507A background.