COLOR #9F6089

HEX: #9F6089
RGB: (159,96,137)

Color info

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

RGB color model

#9F6089 color RGB value is (159,96,137).

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

RGB channels and saturation

R 159 of 255 = 62%
G 96 of 255 = 38%
B 137 of 255 = 54%

159
96
137

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

Portions of RGB colors in percentages

R + G + B =
159 + 96 + 137 = 392 (100%)
R 159 of 392 ~ 40.56%
G 96 of 392 ~ 24.49%
B 137 of 392 ~ 34.95%

%40.56
%24.49
%34.95

CMYK color model

#9F6089 color CMYK value is (0,40,14,38).

  • cyan value is 0.00%
  • magenta value is 39.62%
  • yellow value is 13.84%
  • key color value is 37.65%
CMYK:
(0,40,14,38)
C0M40Y14K38 
(0%,40%,14%,38%)
(0.00/0.40/0.14/0.38)	

CMYK percentages

%0
%39.62
%13.84
%37.65

Codes

Color #9F6089 in popluar color models

9F6089
RGB15996137
HSL321°24.71%50.00%
HSB/HSV321°39.62%62.35%
CMYK0.00%39.62%13.84%
37.65%

Color #9F6089 in popluar number systems.

HEX9F6089
Decimal15996137
Binary10011111110000010001001
Octal237140211

Shades and tints

Shades of #9F6089

#9F6089
(159,96,137)
#91587D
(145,88,125)
#835071
(131,80,113)
#754865
(117,72,101)
#674059
(103,64,89)
#59384D
(89,56,77)
#4B3041
(75,48,65)
#3D2835
(61,40,53)
#2F2029
(47,32,41)
#21181D
(33,24,29)
#131011
(19,16,17)
#000000
(0,0,0)

Tints of #9F6089

#9F6089
(159,96,137)
#A76E93
(167,110,147)
#AF7C9D
(175,124,157)
#B78AA7
(183,138,167)
#BF98B1
(191,152,177)
#C7A6BB
(199,166,187)
#CFB4C5
(207,180,197)
#D7C2CF
(215,194,207)
#DFD0D9
(223,208,217)
#E7DEE3
(231,222,227)
#EFECED
(239,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F6089; }

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

This text font color is #9F6089.


Background Color

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

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

This div background color is #9F6089.


Border color

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

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

This div border color is #9F6089.


Opacity

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

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

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

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

This text has shadow with #9F6089 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F6089 on black background.


Color preview on white background

This text has color #9F6089 on white background.



Black color preview on #9F6089 background

This text has black color on #9F6089 background.


White color preview on #9F6089 background

This text has white color on #9F6089 background.