COLOR #9F4497

HEX: #9F4497
RGB: (159,68,151)

Color info

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

RGB color model

#9F4497 color RGB value is (159,68,151).

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

RGB channels and saturation

R 159 of 255 = 62%
G 68 of 255 = 27%
B 151 of 255 = 59%

159
68
151

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

Portions of RGB colors in percentages

R + G + B =
159 + 68 + 151 = 378 (100%)
R 159 of 378 ~ 42.06%
G 68 of 378 ~ 17.99%
B 151 of 378 ~ 39.95%

%42.06
%17.99
%39.95

CMYK color model

#9F4497 color CMYK value is (0,57,5,38).

  • cyan value is 0.00%
  • magenta value is 57.23%
  • yellow value is 5.03%
  • key color value is 37.65%
CMYK:
(0,57,5,38)
C0M57Y5K38 
(0%,57%,5%,38%)
(0.00/0.57/0.05/0.38)	

CMYK percentages

%0
%57.23
%5.03
%37.65

Codes

Color #9F4497 in popluar color models

9F4497
RGB15968151
HSL305°40.09%44.51%
HSB/HSV305°57.23%62.35%
CMYK0.00%57.23%5.03%
37.65%

Color #9F4497 in popluar number systems.

HEX9F4497
Decimal15968151
Binary10011111100010010010111
Octal237104227

Shades and tints

Shades of #9F4497

#9F4497
(159,68,151)
#913E8A
(145,62,138)
#83387D
(131,56,125)
#753270
(117,50,112)
#672C63
(103,44,99)
#592656
(89,38,86)
#4B2049
(75,32,73)
#3D1A3C
(61,26,60)
#2F142F
(47,20,47)
#210E22
(33,14,34)
#130815
(19,8,21)
#000000
(0,0,0)

Tints of #9F4497

#9F4497
(159,68,151)
#A755A0
(167,85,160)
#AF66A9
(175,102,169)
#B777B2
(183,119,178)
#BF88BB
(191,136,187)
#C799C4
(199,153,196)
#CFAACD
(207,170,205)
#D7BBD6
(215,187,214)
#DFCCDF
(223,204,223)
#E7DDE8
(231,221,232)
#EFEEF1
(239,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F4497; }

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

This text font color is #9F4497.


Background Color

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

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

This div background color is #9F4497.


Border color

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

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

This div border color is #9F4497.


Opacity

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

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

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

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

This text has shadow with #9F4497 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F4497 on black background.


Color preview on white background

This text has color #9F4497 on white background.



Black color preview on #9F4497 background

This text has black color on #9F4497 background.


White color preview on #9F4497 background

This text has white color on #9F4497 background.