COLOR #9F5070

HEX: #9F5070
RGB: (159,80,112)

Color info

#9F5070 contains mainly red and blue colors. Web safe color of #9F5070 is #996666 (or #966).

RGB color model

#9F5070 color RGB value is (159,80,112).

  • red value is 159;
  • green value is 80;
  • blue value is 112.
RGB:
(159,80,112)
(62%,31%,44%)

RGB channels and saturation

R 159 of 255 = 62%
G 80 of 255 = 31%
B 112 of 255 = 44%

159
80
112

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

Portions of RGB colors in percentages

R + G + B =
159 + 80 + 112 = 351 (100%)
R 159 of 351 ~ 45.3%
G 80 of 351 ~ 22.79%
B 112 of 351 ~ 31.91%

%45.3
%22.79
%31.91

CMYK color model

#9F5070 color CMYK value is (0,50,30,38).

  • cyan value is 0.00%
  • magenta value is 49.69%
  • yellow value is 29.56%
  • key color value is 37.65%
CMYK:
(0,50,30,38)
C0M50Y30K38 
(0%,50%,30%,38%)
(0.00/0.50/0.30/0.38)	

CMYK percentages

%0
%49.69
%29.56
%37.65

Codes

Color #9F5070 in popluar color models

9F5070
RGB15980112
HSL336°33.05%46.86%
HSB/HSV336°49.69%62.35%
CMYK0.00%49.69%29.56%
37.65%

Color #9F5070 in popluar number systems.

HEX9F5070
Decimal15980112
Binary1001111110100001110000
Octal237120160

Shades and tints

Shades of #9F5070

#9F5070
(159,80,112)
#914966
(145,73,102)
#83425C
(131,66,92)
#753B52
(117,59,82)
#673448
(103,52,72)
#592D3E
(89,45,62)
#4B2634
(75,38,52)
#3D1F2A
(61,31,42)
#2F1820
(47,24,32)
#211116
(33,17,22)
#130A0C
(19,10,12)
#000000
(0,0,0)

Tints of #9F5070

#9F5070
(159,80,112)
#A75F7D
(167,95,125)
#AF6E8A
(175,110,138)
#B77D97
(183,125,151)
#BF8CA4
(191,140,164)
#C79BB1
(199,155,177)
#CFAABE
(207,170,190)
#D7B9CB
(215,185,203)
#DFC8D8
(223,200,216)
#E7D7E5
(231,215,229)
#EFE6F2
(239,230,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F5070 color. Also use rgb(159,80,112) instead hex code.

Text Font Color

.myTextColor { color: #9F5070; }

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

This text font color is #9F5070.


Background Color

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

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

This div background color is #9F5070.


Border color

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

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

This div border color is #9F5070.


Opacity

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

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

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

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

This text has shadow with #9F5070 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F5070 on black background.


Color preview on white background

This text has color #9F5070 on white background.



Black color preview on #9F5070 background

This text has black color on #9F5070 background.


White color preview on #9F5070 background

This text has white color on #9F5070 background.