COLOR #9F4C77

HEX: #9F4C77
RGB: (159,76,119)

Color info

#9F4C77 contains mainly red and blue colors. Web safe color of #9F4C77 is #993366 (or #936).

RGB color model

#9F4C77 color RGB value is (159,76,119).

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

RGB channels and saturation

R 159 of 255 = 62%
G 76 of 255 = 30%
B 119 of 255 = 47%

159
76
119

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

Portions of RGB colors in percentages

R + G + B =
159 + 76 + 119 = 354 (100%)
R 159 of 354 ~ 44.92%
G 76 of 354 ~ 21.47%
B 119 of 354 ~ 33.62%

%44.92
%21.47
%33.62

CMYK color model

#9F4C77 color CMYK value is (0,52,25,38).

  • cyan value is 0.00%
  • magenta value is 52.20%
  • yellow value is 25.16%
  • key color value is 37.65%
CMYK:
(0,52,25,38)
C0M52Y25K38 
(0%,52%,25%,38%)
(0.00/0.52/0.25/0.38)	

CMYK percentages

%0
%52.2
%25.16
%37.65

Codes

Color #9F4C77 in popluar color models

9F4C77
RGB15976119
HSL329°35.32%46.08%
HSB/HSV329°52.20%62.35%
CMYK0.00%52.20%25.16%
37.65%

Color #9F4C77 in popluar number systems.

HEX9F4C77
Decimal15976119
Binary1001111110011001110111
Octal237114167

Shades and tints

Shades of #9F4C77

#9F4C77
(159,76,119)
#91466D
(145,70,109)
#834063
(131,64,99)
#753A59
(117,58,89)
#67344F
(103,52,79)
#592E45
(89,46,69)
#4B283B
(75,40,59)
#3D2231
(61,34,49)
#2F1C27
(47,28,39)
#21161D
(33,22,29)
#131013
(19,16,19)
#000000
(0,0,0)

Tints of #9F4C77

#9F4C77
(159,76,119)
#A75C83
(167,92,131)
#AF6C8F
(175,108,143)
#B77C9B
(183,124,155)
#BF8CA7
(191,140,167)
#C79CB3
(199,156,179)
#CFACBF
(207,172,191)
#D7BCCB
(215,188,203)
#DFCCD7
(223,204,215)
#E7DCE3
(231,220,227)
#EFECEF
(239,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F4C77; }

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

This text font color is #9F4C77.


Background Color

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

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

This div background color is #9F4C77.


Border color

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

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

This div border color is #9F4C77.


Opacity

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

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

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

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

This text has shadow with #9F4C77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F4C77 on black background.


Color preview on white background

This text has color #9F4C77 on white background.



Black color preview on #9F4C77 background

This text has black color on #9F4C77 background.


White color preview on #9F4C77 background

This text has white color on #9F4C77 background.