COLOR #9F6097

HEX: #9F6097
RGB: (159,96,151)

Color info

#9F6097 contains mainly red and blue colors. Web safe color of #9F6097 is #996699 (or #969).

RGB color model

#9F6097 color RGB value is (159,96,151).

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

RGB channels and saturation

R 159 of 255 = 62%
G 96 of 255 = 38%
B 151 of 255 = 59%

159
96
151

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

Portions of RGB colors in percentages

R + G + B =
159 + 96 + 151 = 406 (100%)
R 159 of 406 ~ 39.16%
G 96 of 406 ~ 23.65%
B 151 of 406 ~ 37.19%

%39.16
%23.65
%37.19

CMYK color model

#9F6097 color CMYK value is (0,40,5,38).

  • cyan value is 0.00%
  • magenta value is 39.62%
  • yellow value is 5.03%
  • key color value is 37.65%
CMYK:
(0,40,5,38)
C0M40Y5K38 
(0%,40%,5%,38%)
(0.00/0.40/0.05/0.38)	

CMYK percentages

%0
%39.62
%5.03
%37.65

Codes

Color #9F6097 in popluar color models

9F6097
RGB15996151
HSL308°24.71%50.00%
HSB/HSV308°39.62%62.35%
CMYK0.00%39.62%5.03%
37.65%

Color #9F6097 in popluar number systems.

HEX9F6097
Decimal15996151
Binary10011111110000010010111
Octal237140227

Shades and tints

Shades of #9F6097

#9F6097
(159,96,151)
#91588A
(145,88,138)
#83507D
(131,80,125)
#754870
(117,72,112)
#674063
(103,64,99)
#593856
(89,56,86)
#4B3049
(75,48,73)
#3D283C
(61,40,60)
#2F202F
(47,32,47)
#211822
(33,24,34)
#131015
(19,16,21)
#000000
(0,0,0)

Tints of #9F6097

#9F6097
(159,96,151)
#A76EA0
(167,110,160)
#AF7CA9
(175,124,169)
#B78AB2
(183,138,178)
#BF98BB
(191,152,187)
#C7A6C4
(199,166,196)
#CFB4CD
(207,180,205)
#D7C2D6
(215,194,214)
#DFD0DF
(223,208,223)
#E7DEE8
(231,222,232)
#EFECF1
(239,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F6097; }

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

This text font color is #9F6097.


Background Color

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

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

This div background color is #9F6097.


Border color

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

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

This div border color is #9F6097.


Opacity

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

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

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

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

This text has shadow with #9F6097 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F6097 on black background.


Color preview on white background

This text has color #9F6097 on white background.



Black color preview on #9F6097 background

This text has black color on #9F6097 background.


White color preview on #9F6097 background

This text has white color on #9F6097 background.