COLOR #9F608D

HEX: #9F608D
RGB: (159,96,141)

Color info

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

RGB color model

#9F608D color RGB value is (159,96,141).

  • red value is 159;
  • green value is 96;
  • blue value is 141.
RGB:
(159,96,141)
(62%,38%,55%)

RGB channels and saturation

R 159 of 255 = 62%
G 96 of 255 = 38%
B 141 of 255 = 55%

159
96
141

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

Portions of RGB colors in percentages

R + G + B =
159 + 96 + 141 = 396 (100%)
R 159 of 396 ~ 40.15%
G 96 of 396 ~ 24.24%
B 141 of 396 ~ 35.61%

%40.15
%24.24
%35.61

CMYK color model

#9F608D color CMYK value is (0,40,11,38).

  • cyan value is 0.00%
  • magenta value is 39.62%
  • yellow value is 11.32%
  • key color value is 37.65%
CMYK:
(0,40,11,38)
C0M40Y11K38 
(0%,40%,11%,38%)
(0.00/0.40/0.11/0.38)	

CMYK percentages

%0
%39.62
%11.32
%37.65

Codes

Color #9F608D in popluar color models

9F608D
RGB15996141
HSL317°24.71%50.00%
HSB/HSV317°39.62%62.35%
CMYK0.00%39.62%11.32%
37.65%

Color #9F608D in popluar number systems.

HEX9F608D
Decimal15996141
Binary10011111110000010001101
Octal237140215

Shades and tints

Shades of #9F608D

#9F608D
(159,96,141)
#915881
(145,88,129)
#835075
(131,80,117)
#754869
(117,72,105)
#67405D
(103,64,93)
#593851
(89,56,81)
#4B3045
(75,48,69)
#3D2839
(61,40,57)
#2F202D
(47,32,45)
#211821
(33,24,33)
#131015
(19,16,21)
#000000
(0,0,0)

Tints of #9F608D

#9F608D
(159,96,141)
#A76E97
(167,110,151)
#AF7CA1
(175,124,161)
#B78AAB
(183,138,171)
#BF98B5
(191,152,181)
#C7A6BF
(199,166,191)
#CFB4C9
(207,180,201)
#D7C2D3
(215,194,211)
#DFD0DD
(223,208,221)
#E7DEE7
(231,222,231)
#EFECF1
(239,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F608D; }

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

This text font color is #9F608D.


Background Color

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

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

This div background color is #9F608D.


Border color

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

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

This div border color is #9F608D.


Opacity

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

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

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

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

This text has shadow with #9F608D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F608D on black background.


Color preview on white background

This text has color #9F608D on white background.



Black color preview on #9F608D background

This text has black color on #9F608D background.


White color preview on #9F608D background

This text has white color on #9F608D background.