COLOR #9F6B8A

HEX: #9F6B8A
RGB: (159,107,138)

Color info

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

RGB color model

#9F6B8A color RGB value is (159,107,138).

  • red value is 159;
  • green value is 107;
  • blue value is 138.
RGB:
(159,107,138)
(62%,42%,54%)

RGB channels and saturation

R 159 of 255 = 62%
G 107 of 255 = 42%
B 138 of 255 = 54%

159
107
138

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

Portions of RGB colors in percentages

R + G + B =
159 + 107 + 138 = 404 (100%)
R 159 of 404 ~ 39.36%
G 107 of 404 ~ 26.49%
B 138 of 404 ~ 34.16%

%39.36
%26.49
%34.16

CMYK color model

#9F6B8A color CMYK value is (0,33,13,38).

  • cyan value is 0.00%
  • magenta value is 32.70%
  • yellow value is 13.21%
  • key color value is 37.65%
CMYK:
(0,33,13,38)
C0M33Y13K38 
(0%,33%,13%,38%)
(0.00/0.33/0.13/0.38)	

CMYK percentages

%0
%32.7
%13.21
%37.65

Codes

Color #9F6B8A in popluar color models

9F6B8A
RGB159107138
HSL324°21.31%52.16%
HSB/HSV324°32.70%62.35%
CMYK0.00%32.70%13.21%
37.65%

Color #9F6B8A in popluar number systems.

HEX9F6B8A
Decimal159107138
Binary10011111110101110001010
Octal237153212

Shades and tints

Shades of #9F6B8A

#9F6B8A
(159,107,138)
#91627E
(145,98,126)
#835972
(131,89,114)
#755066
(117,80,102)
#67475A
(103,71,90)
#593E4E
(89,62,78)
#4B3542
(75,53,66)
#3D2C36
(61,44,54)
#2F232A
(47,35,42)
#211A1E
(33,26,30)
#131112
(19,17,18)
#000000
(0,0,0)

Tints of #9F6B8A

#9F6B8A
(159,107,138)
#A77894
(167,120,148)
#AF859E
(175,133,158)
#B792A8
(183,146,168)
#BF9FB2
(191,159,178)
#C7ACBC
(199,172,188)
#CFB9C6
(207,185,198)
#D7C6D0
(215,198,208)
#DFD3DA
(223,211,218)
#E7E0E4
(231,224,228)
#EFEDEE
(239,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F6B8A; }

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

This text font color is #9F6B8A.


Background Color

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

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

This div background color is #9F6B8A.


Border color

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

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

This div border color is #9F6B8A.


Opacity

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

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

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

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

This text has shadow with #9F6B8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F6B8A on black background.


Color preview on white background

This text has color #9F6B8A on white background.



Black color preview on #9F6B8A background

This text has black color on #9F6B8A background.


White color preview on #9F6B8A background

This text has white color on #9F6B8A background.