COLOR #9F719D

HEX: #9F719D
RGB: (159,113,157)

Color info

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

RGB color model

#9F719D color RGB value is (159,113,157).

  • red value is 159;
  • green value is 113;
  • blue value is 157.
RGB:
(159,113,157)
(62%,44%,62%)

RGB channels and saturation

R 159 of 255 = 62%
G 113 of 255 = 44%
B 157 of 255 = 62%

159
113
157

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

Portions of RGB colors in percentages

R + G + B =
159 + 113 + 157 = 429 (100%)
R 159 of 429 ~ 37.06%
G 113 of 429 ~ 26.34%
B 157 of 429 ~ 36.6%

%37.06
%26.34
%36.6

CMYK color model

#9F719D color CMYK value is (0,29,1,38).

  • cyan value is 0.00%
  • magenta value is 28.93%
  • yellow value is 1.26%
  • key color value is 37.65%
CMYK:
(0,29,1,38)
C0M29Y1K38 
(0%,29%,1%,38%)
(0.00/0.29/0.01/0.38)	

CMYK percentages

%0
%28.93
%1.26
%37.65

Codes

Color #9F719D in popluar color models

9F719D
RGB159113157
HSL303°19.33%53.33%
HSB/HSV303°28.93%62.35%
CMYK0.00%28.93%1.26%
37.65%

Color #9F719D in popluar number systems.

HEX9F719D
Decimal159113157
Binary10011111111000110011101
Octal237161235

Shades and tints

Shades of #9F719D

#9F719D
(159,113,157)
#91678F
(145,103,143)
#835D81
(131,93,129)
#755373
(117,83,115)
#674965
(103,73,101)
#593F57
(89,63,87)
#4B3549
(75,53,73)
#3D2B3B
(61,43,59)
#2F212D
(47,33,45)
#21171F
(33,23,31)
#130D11
(19,13,17)
#000000
(0,0,0)

Tints of #9F719D

#9F719D
(159,113,157)
#A77DA5
(167,125,165)
#AF89AD
(175,137,173)
#B795B5
(183,149,181)
#BFA1BD
(191,161,189)
#C7ADC5
(199,173,197)
#CFB9CD
(207,185,205)
#D7C5D5
(215,197,213)
#DFD1DD
(223,209,221)
#E7DDE5
(231,221,229)
#EFE9ED
(239,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F719D; }

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

This text font color is #9F719D.


Background Color

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

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

This div background color is #9F719D.


Border color

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

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

This div border color is #9F719D.


Opacity

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

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

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

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

This text has shadow with #9F719D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F719D on black background.


Color preview on white background

This text has color #9F719D on white background.



Black color preview on #9F719D background

This text has black color on #9F719D background.


White color preview on #9F719D background

This text has white color on #9F719D background.