COLOR #9F618F

HEX: #9F618F
RGB: (159,97,143)

Color info

#9F618F contains mainly red and blue colors. Web safe color of #9F618F is #996699 (or #969).

RGB color model

#9F618F color RGB value is (159,97,143).

  • red value is 159;
  • green value is 97;
  • blue value is 143.
RGB:
(159,97,143)
(62%,38%,56%)

RGB channels and saturation

R 159 of 255 = 62%
G 97 of 255 = 38%
B 143 of 255 = 56%

159
97
143

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

Portions of RGB colors in percentages

R + G + B =
159 + 97 + 143 = 399 (100%)
R 159 of 399 ~ 39.85%
G 97 of 399 ~ 24.31%
B 143 of 399 ~ 35.84%

%39.85
%24.31
%35.84

CMYK color model

#9F618F color CMYK value is (0,39,10,38).

  • cyan value is 0.00%
  • magenta value is 38.99%
  • yellow value is 10.06%
  • key color value is 37.65%
CMYK:
(0,39,10,38)
C0M39Y10K38 
(0%,39%,10%,38%)
(0.00/0.39/0.10/0.38)	

CMYK percentages

%0
%38.99
%10.06
%37.65

Codes

Color #9F618F in popluar color models

9F618F
RGB15997143
HSL315°24.41%50.20%
HSB/HSV315°38.99%62.35%
CMYK0.00%38.99%10.06%
37.65%

Color #9F618F in popluar number systems.

HEX9F618F
Decimal15997143
Binary10011111110000110001111
Octal237141217

Shades and tints

Shades of #9F618F

#9F618F
(159,97,143)
#915982
(145,89,130)
#835175
(131,81,117)
#754968
(117,73,104)
#67415B
(103,65,91)
#59394E
(89,57,78)
#4B3141
(75,49,65)
#3D2934
(61,41,52)
#2F2127
(47,33,39)
#21191A
(33,25,26)
#13110D
(19,17,13)
#000000
(0,0,0)

Tints of #9F618F

#9F618F
(159,97,143)
#A76F99
(167,111,153)
#AF7DA3
(175,125,163)
#B78BAD
(183,139,173)
#BF99B7
(191,153,183)
#C7A7C1
(199,167,193)
#CFB5CB
(207,181,203)
#D7C3D5
(215,195,213)
#DFD1DF
(223,209,223)
#E7DFE9
(231,223,233)
#EFEDF3
(239,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F618F; }

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

This text font color is #9F618F.


Background Color

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

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

This div background color is #9F618F.


Border color

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

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

This div border color is #9F618F.


Opacity

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

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

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

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

This text has shadow with #9F618F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F618F on black background.


Color preview on white background

This text has color #9F618F on white background.



Black color preview on #9F618F background

This text has black color on #9F618F background.


White color preview on #9F618F background

This text has white color on #9F618F background.