COLOR #9F749F

HEX: #9F749F
RGB: (159,116,159)

Color info

#9F749F contains red, green and blue colors in about the same proportion. Web safe color of #9F749F is #996699 (or #969).

RGB color model

#9F749F color RGB value is (159,116,159).

  • red value is 159;
  • green value is 116;
  • blue value is 159.
RGB:
(159,116,159)
(62%,45%,62%)

RGB channels and saturation

R 159 of 255 = 62%
G 116 of 255 = 45%
B 159 of 255 = 62%

159
116
159

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

Portions of RGB colors in percentages

R + G + B =
159 + 116 + 159 = 434 (100%)
R 159 of 434 ~ 36.64%
G 116 of 434 ~ 26.73%
B 159 of 434 ~ 36.64%

%36.64
%26.73
%36.64

CMYK color model

#9F749F color CMYK value is (0,27,0,38).

  • cyan value is 0.00%
  • magenta value is 27.04%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(0,27,0,38)
C0M27Y0K38 
(0%,27%,0%,38%)
(0.00/0.27/0.00/0.38)	

CMYK percentages

%0
%27.04
%0
%37.65

Codes

Color #9F749F in popluar color models

9F749F
RGB159116159
HSL300°18.30%53.92%
HSB/HSV300°27.04%62.35%
CMYK0.00%27.04%0.00%
37.65%

Color #9F749F in popluar number systems.

HEX9F749F
Decimal159116159
Binary10011111111010010011111
Octal237164237

Shades and tints

Shades of #9F749F

#9F749F
(159,116,159)
#916A91
(145,106,145)
#836083
(131,96,131)
#755675
(117,86,117)
#674C67
(103,76,103)
#594259
(89,66,89)
#4B384B
(75,56,75)
#3D2E3D
(61,46,61)
#2F242F
(47,36,47)
#211A21
(33,26,33)
#131013
(19,16,19)
#000000
(0,0,0)

Tints of #9F749F

#9F749F
(159,116,159)
#A780A7
(167,128,167)
#AF8CAF
(175,140,175)
#B798B7
(183,152,183)
#BFA4BF
(191,164,191)
#C7B0C7
(199,176,199)
#CFBCCF
(207,188,207)
#D7C8D7
(215,200,215)
#DFD4DF
(223,212,223)
#E7E0E7
(231,224,231)
#EFECEF
(239,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F749F; }

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

This text font color is #9F749F.


Background Color

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

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

This div background color is #9F749F.


Border color

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

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

This div border color is #9F749F.


Opacity

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

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

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

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

This text has shadow with #9F749F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F749F on black background.


Color preview on white background

This text has color #9F749F on white background.



Black color preview on #9F749F background

This text has black color on #9F749F background.


White color preview on #9F749F background

This text has white color on #9F749F background.