COLOR #9F6486

HEX: #9F6486
RGB: (159,100,134)

Color info

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

RGB color model

#9F6486 color RGB value is (159,100,134).

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

RGB channels and saturation

R 159 of 255 = 62%
G 100 of 255 = 39%
B 134 of 255 = 53%

159
100
134

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

Portions of RGB colors in percentages

R + G + B =
159 + 100 + 134 = 393 (100%)
R 159 of 393 ~ 40.46%
G 100 of 393 ~ 25.45%
B 134 of 393 ~ 34.1%

%40.46
%25.45
%34.1

CMYK color model

#9F6486 color CMYK value is (0,37,16,38).

  • cyan value is 0.00%
  • magenta value is 37.11%
  • yellow value is 15.72%
  • key color value is 37.65%
CMYK:
(0,37,16,38)
C0M37Y16K38 
(0%,37%,16%,38%)
(0.00/0.37/0.16/0.38)	

CMYK percentages

%0
%37.11
%15.72
%37.65

Codes

Color #9F6486 in popluar color models

9F6486
RGB159100134
HSL325°23.51%50.78%
HSB/HSV325°37.11%62.35%
CMYK0.00%37.11%15.72%
37.65%

Color #9F6486 in popluar number systems.

HEX9F6486
Decimal159100134
Binary10011111110010010000110
Octal237144206

Shades and tints

Shades of #9F6486

#9F6486
(159,100,134)
#915B7A
(145,91,122)
#83526E
(131,82,110)
#754962
(117,73,98)
#674056
(103,64,86)
#59374A
(89,55,74)
#4B2E3E
(75,46,62)
#3D2532
(61,37,50)
#2F1C26
(47,28,38)
#21131A
(33,19,26)
#130A0E
(19,10,14)
#000000
(0,0,0)

Tints of #9F6486

#9F6486
(159,100,134)
#A77291
(167,114,145)
#AF809C
(175,128,156)
#B78EA7
(183,142,167)
#BF9CB2
(191,156,178)
#C7AABD
(199,170,189)
#CFB8C8
(207,184,200)
#D7C6D3
(215,198,211)
#DFD4DE
(223,212,222)
#E7E2E9
(231,226,233)
#EFF0F4
(239,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F6486; }

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

This text font color is #9F6486.


Background Color

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

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

This div background color is #9F6486.


Border color

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

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

This div border color is #9F6486.


Opacity

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

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

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

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

This text has shadow with #9F6486 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F6486 on black background.


Color preview on white background

This text has color #9F6486 on white background.



Black color preview on #9F6486 background

This text has black color on #9F6486 background.


White color preview on #9F6486 background

This text has white color on #9F6486 background.