COLOR #9F6088

HEX: #9F6088
RGB: (159,96,136)

Color info

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

RGB color model

#9F6088 color RGB value is (159,96,136).

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

RGB channels and saturation

R 159 of 255 = 62%
G 96 of 255 = 38%
B 136 of 255 = 53%

159
96
136

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

Portions of RGB colors in percentages

R + G + B =
159 + 96 + 136 = 391 (100%)
R 159 of 391 ~ 40.66%
G 96 of 391 ~ 24.55%
B 136 of 391 ~ 34.78%

%40.66
%24.55
%34.78

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 39.62%
  • yellow value is 14.47%
  • 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
%14.47
%37.65

Codes

Color #9F6088 in popluar color models

9F6088
RGB15996136
HSL322°24.71%50.00%
HSB/HSV322°39.62%62.35%
CMYK0.00%39.62%14.47%
37.65%

Color #9F6088 in popluar number systems.

HEX9F6088
Decimal15996136
Binary10011111110000010001000
Octal237140210

Shades and tints

Shades of #9F6088

#9F6088
(159,96,136)
#91587C
(145,88,124)
#835070
(131,80,112)
#754864
(117,72,100)
#674058
(103,64,88)
#59384C
(89,56,76)
#4B3040
(75,48,64)
#3D2834
(61,40,52)
#2F2028
(47,32,40)
#21181C
(33,24,28)
#131010
(19,16,16)
#000000
(0,0,0)

Tints of #9F6088

#9F6088
(159,96,136)
#A76E92
(167,110,146)
#AF7C9C
(175,124,156)
#B78AA6
(183,138,166)
#BF98B0
(191,152,176)
#C7A6BA
(199,166,186)
#CFB4C4
(207,180,196)
#D7C2CE
(215,194,206)
#DFD0D8
(223,208,216)
#E7DEE2
(231,222,226)
#EFECEC
(239,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F6088; }

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

This text font color is #9F6088.


Background Color

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

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

This div background color is #9F6088.


Border color

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

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

This div border color is #9F6088.


Opacity

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

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

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

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

This text has shadow with #9F6088 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F6088 on black background.


Color preview on white background

This text has color #9F6088 on white background.



Black color preview on #9F6088 background

This text has black color on #9F6088 background.


White color preview on #9F6088 background

This text has white color on #9F6088 background.