COLOR #9F6C97

HEX: #9F6C97
RGB: (159,108,151)

Color info

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

RGB color model

#9F6C97 color RGB value is (159,108,151).

  • red value is 159;
  • green value is 108;
  • blue value is 151.
RGB:
(159,108,151)
(62%,42%,59%)

RGB channels and saturation

R 159 of 255 = 62%
G 108 of 255 = 42%
B 151 of 255 = 59%

159
108
151

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

Portions of RGB colors in percentages

R + G + B =
159 + 108 + 151 = 418 (100%)
R 159 of 418 ~ 38.04%
G 108 of 418 ~ 25.84%
B 151 of 418 ~ 36.12%

%38.04
%25.84
%36.12

CMYK color model

#9F6C97 color CMYK value is (0,32,5,38).

  • cyan value is 0.00%
  • magenta value is 32.08%
  • yellow value is 5.03%
  • key color value is 37.65%
CMYK:
(0,32,5,38)
C0M32Y5K38 
(0%,32%,5%,38%)
(0.00/0.32/0.05/0.38)	

CMYK percentages

%0
%32.08
%5.03
%37.65

Codes

Color #9F6C97 in popluar color models

9F6C97
RGB159108151
HSL309°20.99%52.35%
HSB/HSV309°32.08%62.35%
CMYK0.00%32.08%5.03%
37.65%

Color #9F6C97 in popluar number systems.

HEX9F6C97
Decimal159108151
Binary10011111110110010010111
Octal237154227

Shades and tints

Shades of #9F6C97

#9F6C97
(159,108,151)
#91638A
(145,99,138)
#835A7D
(131,90,125)
#755170
(117,81,112)
#674863
(103,72,99)
#593F56
(89,63,86)
#4B3649
(75,54,73)
#3D2D3C
(61,45,60)
#2F242F
(47,36,47)
#211B22
(33,27,34)
#131215
(19,18,21)
#000000
(0,0,0)

Tints of #9F6C97

#9F6C97
(159,108,151)
#A779A0
(167,121,160)
#AF86A9
(175,134,169)
#B793B2
(183,147,178)
#BFA0BB
(191,160,187)
#C7ADC4
(199,173,196)
#CFBACD
(207,186,205)
#D7C7D6
(215,199,214)
#DFD4DF
(223,212,223)
#E7E1E8
(231,225,232)
#EFEEF1
(239,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F6C97 color. Also use rgb(159,108,151) instead hex code.

Text Font Color

.myTextColor { color: #9F6C97; }

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

This text font color is #9F6C97.


Background Color

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

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

This div background color is #9F6C97.


Border color

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

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

This div border color is #9F6C97.


Opacity

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

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

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

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

This text has shadow with #9F6C97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F6C97 on black background.


Color preview on white background

This text has color #9F6C97 on white background.



Black color preview on #9F6C97 background

This text has black color on #9F6C97 background.


White color preview on #9F6C97 background

This text has white color on #9F6C97 background.