COLOR #9F7D9E

HEX: #9F7D9E
RGB: (159,125,158)

Color info

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

RGB color model

#9F7D9E color RGB value is (159,125,158).

  • red value is 159;
  • green value is 125;
  • blue value is 158.
RGB:
(159,125,158)
(62%,49%,62%)

RGB channels and saturation

R 159 of 255 = 62%
G 125 of 255 = 49%
B 158 of 255 = 62%

159
125
158

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

Portions of RGB colors in percentages

R + G + B =
159 + 125 + 158 = 442 (100%)
R 159 of 442 ~ 35.97%
G 125 of 442 ~ 28.28%
B 158 of 442 ~ 35.75%

%35.97
%28.28
%35.75

CMYK color model

#9F7D9E color CMYK value is (0,21,1,38).

  • cyan value is 0.00%
  • magenta value is 21.38%
  • yellow value is 0.63%
  • key color value is 37.65%
CMYK:
(0,21,1,38)
C0M21Y1K38 
(0%,21%,1%,38%)
(0.00/0.21/0.01/0.38)	

CMYK percentages

%0
%21.38
%0.63
%37.65

Codes

Color #9F7D9E in popluar color models

9F7D9E
RGB159125158
HSL302°15.04%55.69%
HSB/HSV302°21.38%62.35%
CMYK0.00%21.38%0.63%
37.65%

Color #9F7D9E in popluar number systems.

HEX9F7D9E
Decimal159125158
Binary10011111111110110011110
Octal237175236

Shades and tints

Shades of #9F7D9E

#9F7D9E
(159,125,158)
#917290
(145,114,144)
#836782
(131,103,130)
#755C74
(117,92,116)
#675166
(103,81,102)
#594658
(89,70,88)
#4B3B4A
(75,59,74)
#3D303C
(61,48,60)
#2F252E
(47,37,46)
#211A20
(33,26,32)
#130F12
(19,15,18)
#000000
(0,0,0)

Tints of #9F7D9E

#9F7D9E
(159,125,158)
#A788A6
(167,136,166)
#AF93AE
(175,147,174)
#B79EB6
(183,158,182)
#BFA9BE
(191,169,190)
#C7B4C6
(199,180,198)
#CFBFCE
(207,191,206)
#D7CAD6
(215,202,214)
#DFD5DE
(223,213,222)
#E7E0E6
(231,224,230)
#EFEBEE
(239,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F7D9E; }

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

This text font color is #9F7D9E.


Background Color

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

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

This div background color is #9F7D9E.


Border color

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

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

This div border color is #9F7D9E.


Opacity

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

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

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

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

This text has shadow with #9F7D9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F7D9E on black background.


Color preview on white background

This text has color #9F7D9E on white background.



Black color preview on #9F7D9E background

This text has black color on #9F7D9E background.


White color preview on #9F7D9E background

This text has white color on #9F7D9E background.