COLOR #9F6F9A

HEX: #9F6F9A
RGB: (159,111,154)

Color info

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

RGB color model

#9F6F9A color RGB value is (159,111,154).

  • red value is 159;
  • green value is 111;
  • blue value is 154.
RGB:
(159,111,154)
(62%,44%,60%)

RGB channels and saturation

R 159 of 255 = 62%
G 111 of 255 = 44%
B 154 of 255 = 60%

159
111
154

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

Portions of RGB colors in percentages

R + G + B =
159 + 111 + 154 = 424 (100%)
R 159 of 424 ~ 37.5%
G 111 of 424 ~ 26.18%
B 154 of 424 ~ 36.32%

%37.5
%26.18
%36.32

CMYK color model

#9F6F9A color CMYK value is (0,30,3,38).

  • cyan value is 0.00%
  • magenta value is 30.19%
  • yellow value is 3.14%
  • key color value is 37.65%
CMYK:
(0,30,3,38)
C0M30Y3K38 
(0%,30%,3%,38%)
(0.00/0.30/0.03/0.38)	

CMYK percentages

%0
%30.19
%3.14
%37.65

Codes

Color #9F6F9A in popluar color models

9F6F9A
RGB159111154
HSL306°20.00%52.94%
HSB/HSV306°30.19%62.35%
CMYK0.00%30.19%3.14%
37.65%

Color #9F6F9A in popluar number systems.

HEX9F6F9A
Decimal159111154
Binary10011111110111110011010
Octal237157232

Shades and tints

Shades of #9F6F9A

#9F6F9A
(159,111,154)
#91658C
(145,101,140)
#835B7E
(131,91,126)
#755170
(117,81,112)
#674762
(103,71,98)
#593D54
(89,61,84)
#4B3346
(75,51,70)
#3D2938
(61,41,56)
#2F1F2A
(47,31,42)
#21151C
(33,21,28)
#130B0E
(19,11,14)
#000000
(0,0,0)

Tints of #9F6F9A

#9F6F9A
(159,111,154)
#A77CA3
(167,124,163)
#AF89AC
(175,137,172)
#B796B5
(183,150,181)
#BFA3BE
(191,163,190)
#C7B0C7
(199,176,199)
#CFBDD0
(207,189,208)
#D7CAD9
(215,202,217)
#DFD7E2
(223,215,226)
#E7E4EB
(231,228,235)
#EFF1F4
(239,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F6F9A color. Also use rgb(159,111,154) instead hex code.

Text Font Color

.myTextColor { color: #9F6F9A; }

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

This text font color is #9F6F9A.


Background Color

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

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

This div background color is #9F6F9A.


Border color

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

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

This div border color is #9F6F9A.


Opacity

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

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

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

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

This text has shadow with #9F6F9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F6F9A on black background.


Color preview on white background

This text has color #9F6F9A on white background.



Black color preview on #9F6F9A background

This text has black color on #9F6F9A background.


White color preview on #9F6F9A background

This text has white color on #9F6F9A background.