COLOR #9F6496

HEX: #9F6496
RGB: (159,100,150)

Color info

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

RGB color model

#9F6496 color RGB value is (159,100,150).

  • red value is 159;
  • green value is 100;
  • blue value is 150.
RGB:
(159,100,150)
(62%,39%,59%)

RGB channels and saturation

R 159 of 255 = 62%
G 100 of 255 = 39%
B 150 of 255 = 59%

159
100
150

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

Portions of RGB colors in percentages

R + G + B =
159 + 100 + 150 = 409 (100%)
R 159 of 409 ~ 38.88%
G 100 of 409 ~ 24.45%
B 150 of 409 ~ 36.67%

%38.88
%24.45
%36.67

CMYK color model

#9F6496 color CMYK value is (0,37,6,38).

  • cyan value is 0.00%
  • magenta value is 37.11%
  • yellow value is 5.66%
  • key color value is 37.65%
CMYK:
(0,37,6,38)
C0M37Y6K38 
(0%,37%,6%,38%)
(0.00/0.37/0.06/0.38)	

CMYK percentages

%0
%37.11
%5.66
%37.65

Codes

Color #9F6496 in popluar color models

9F6496
RGB159100150
HSL309°23.51%50.78%
HSB/HSV309°37.11%62.35%
CMYK0.00%37.11%5.66%
37.65%

Color #9F6496 in popluar number systems.

HEX9F6496
Decimal159100150
Binary10011111110010010010110
Octal237144226

Shades and tints

Shades of #9F6496

#9F6496
(159,100,150)
#915B89
(145,91,137)
#83527C
(131,82,124)
#75496F
(117,73,111)
#674062
(103,64,98)
#593755
(89,55,85)
#4B2E48
(75,46,72)
#3D253B
(61,37,59)
#2F1C2E
(47,28,46)
#211321
(33,19,33)
#130A14
(19,10,20)
#000000
(0,0,0)

Tints of #9F6496

#9F6496
(159,100,150)
#A7729F
(167,114,159)
#AF80A8
(175,128,168)
#B78EB1
(183,142,177)
#BF9CBA
(191,156,186)
#C7AAC3
(199,170,195)
#CFB8CC
(207,184,204)
#D7C6D5
(215,198,213)
#DFD4DE
(223,212,222)
#E7E2E7
(231,226,231)
#EFF0F0
(239,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F6496 color. Also use rgb(159,100,150) instead hex code.

Text Font Color

.myTextColor { color: #9F6496; }

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

This text font color is #9F6496.


Background Color

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

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

This div background color is #9F6496.


Border color

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

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

This div border color is #9F6496.


Opacity

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

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

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

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

This text has shadow with #9F6496 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F6496 on black background.


Color preview on white background

This text has color #9F6496 on white background.



Black color preview on #9F6496 background

This text has black color on #9F6496 background.


White color preview on #9F6496 background

This text has white color on #9F6496 background.