COLOR #9F4688

HEX: #9F4688
RGB: (159,70,136)

Color info

#9F4688 contains mainly red and blue colors. Web safe color of #9F4688 is #993399 (or #939).

RGB color model

#9F4688 color RGB value is (159,70,136).

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

RGB channels and saturation

R 159 of 255 = 62%
G 70 of 255 = 27%
B 136 of 255 = 53%

159
70
136

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

Portions of RGB colors in percentages

R + G + B =
159 + 70 + 136 = 365 (100%)
R 159 of 365 ~ 43.56%
G 70 of 365 ~ 19.18%
B 136 of 365 ~ 37.26%

%43.56
%19.18
%37.26

CMYK color model

#9F4688 color CMYK value is (0,56,14,38).

  • cyan value is 0.00%
  • magenta value is 55.97%
  • yellow value is 14.47%
  • key color value is 37.65%
CMYK:
(0,56,14,38)
C0M56Y14K38 
(0%,56%,14%,38%)
(0.00/0.56/0.14/0.38)	

CMYK percentages

%0
%55.97
%14.47
%37.65

Codes

Color #9F4688 in popluar color models

9F4688
RGB15970136
HSL316°38.86%44.90%
HSB/HSV316°55.97%62.35%
CMYK0.00%55.97%14.47%
37.65%

Color #9F4688 in popluar number systems.

HEX9F4688
Decimal15970136
Binary10011111100011010001000
Octal237106210

Shades and tints

Shades of #9F4688

#9F4688
(159,70,136)
#91407C
(145,64,124)
#833A70
(131,58,112)
#753464
(117,52,100)
#672E58
(103,46,88)
#59284C
(89,40,76)
#4B2240
(75,34,64)
#3D1C34
(61,28,52)
#2F1628
(47,22,40)
#21101C
(33,16,28)
#130A10
(19,10,16)
#000000
(0,0,0)

Tints of #9F4688

#9F4688
(159,70,136)
#A75692
(167,86,146)
#AF669C
(175,102,156)
#B776A6
(183,118,166)
#BF86B0
(191,134,176)
#C796BA
(199,150,186)
#CFA6C4
(207,166,196)
#D7B6CE
(215,182,206)
#DFC6D8
(223,198,216)
#E7D6E2
(231,214,226)
#EFE6EC
(239,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F4688; }

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

This text font color is #9F4688.


Background Color

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

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

This div background color is #9F4688.


Border color

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

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

This div border color is #9F4688.


Opacity

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

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

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

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

This text has shadow with #9F4688 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F4688 on black background.


Color preview on white background

This text has color #9F4688 on white background.



Black color preview on #9F4688 background

This text has black color on #9F4688 background.


White color preview on #9F4688 background

This text has white color on #9F4688 background.