COLOR #9F5077

HEX: #9F5077
RGB: (159,80,119)

Color info

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

RGB color model

#9F5077 color RGB value is (159,80,119).

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

RGB channels and saturation

R 159 of 255 = 62%
G 80 of 255 = 31%
B 119 of 255 = 47%

159
80
119

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

Portions of RGB colors in percentages

R + G + B =
159 + 80 + 119 = 358 (100%)
R 159 of 358 ~ 44.41%
G 80 of 358 ~ 22.35%
B 119 of 358 ~ 33.24%

%44.41
%22.35
%33.24

CMYK color model

#9F5077 color CMYK value is (0,50,25,38).

  • cyan value is 0.00%
  • magenta value is 49.69%
  • yellow value is 25.16%
  • key color value is 37.65%
CMYK:
(0,50,25,38)
C0M50Y25K38 
(0%,50%,25%,38%)
(0.00/0.50/0.25/0.38)	

CMYK percentages

%0
%49.69
%25.16
%37.65

Codes

Color #9F5077 in popluar color models

9F5077
RGB15980119
HSL330°33.05%46.86%
HSB/HSV330°49.69%62.35%
CMYK0.00%49.69%25.16%
37.65%

Color #9F5077 in popluar number systems.

HEX9F5077
Decimal15980119
Binary1001111110100001110111
Octal237120167

Shades and tints

Shades of #9F5077

#9F5077
(159,80,119)
#91496D
(145,73,109)
#834263
(131,66,99)
#753B59
(117,59,89)
#67344F
(103,52,79)
#592D45
(89,45,69)
#4B263B
(75,38,59)
#3D1F31
(61,31,49)
#2F1827
(47,24,39)
#21111D
(33,17,29)
#130A13
(19,10,19)
#000000
(0,0,0)

Tints of #9F5077

#9F5077
(159,80,119)
#A75F83
(167,95,131)
#AF6E8F
(175,110,143)
#B77D9B
(183,125,155)
#BF8CA7
(191,140,167)
#C79BB3
(199,155,179)
#CFAABF
(207,170,191)
#D7B9CB
(215,185,203)
#DFC8D7
(223,200,215)
#E7D7E3
(231,215,227)
#EFE6EF
(239,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F5077; }

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

This text font color is #9F5077.


Background Color

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

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

This div background color is #9F5077.


Border color

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

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

This div border color is #9F5077.


Opacity

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

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

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

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

This text has shadow with #9F5077 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F5077 on black background.


Color preview on white background

This text has color #9F5077 on white background.



Black color preview on #9F5077 background

This text has black color on #9F5077 background.


White color preview on #9F5077 background

This text has white color on #9F5077 background.