COLOR #9F7482

HEX: #9F7482
RGB: (159,116,130)

Color info

#9F7482 contains red, green and blue colors in about the same proportion. Web safe color of #9F7482 is #996699 (or #969).

RGB color model

#9F7482 color RGB value is (159,116,130).

  • red value is 159;
  • green value is 116;
  • blue value is 130.
RGB:
(159,116,130)
(62%,45%,51%)

RGB channels and saturation

R 159 of 255 = 62%
G 116 of 255 = 45%
B 130 of 255 = 51%

159
116
130

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

Portions of RGB colors in percentages

R + G + B =
159 + 116 + 130 = 405 (100%)
R 159 of 405 ~ 39.26%
G 116 of 405 ~ 28.64%
B 130 of 405 ~ 32.1%

%39.26
%28.64
%32.1

CMYK color model

#9F7482 color CMYK value is (0,27,18,38).

  • cyan value is 0.00%
  • magenta value is 27.04%
  • yellow value is 18.24%
  • key color value is 37.65%
CMYK:
(0,27,18,38)
C0M27Y18K38 
(0%,27%,18%,38%)
(0.00/0.27/0.18/0.38)	

CMYK percentages

%0
%27.04
%18.24
%37.65

Codes

Color #9F7482 in popluar color models

9F7482
RGB159116130
HSL340°18.30%53.92%
HSB/HSV340°27.04%62.35%
CMYK0.00%27.04%18.24%
37.65%

Color #9F7482 in popluar number systems.

HEX9F7482
Decimal159116130
Binary10011111111010010000010
Octal237164202

Shades and tints

Shades of #9F7482

#9F7482
(159,116,130)
#916A77
(145,106,119)
#83606C
(131,96,108)
#755661
(117,86,97)
#674C56
(103,76,86)
#59424B
(89,66,75)
#4B3840
(75,56,64)
#3D2E35
(61,46,53)
#2F242A
(47,36,42)
#211A1F
(33,26,31)
#131014
(19,16,20)
#000000
(0,0,0)

Tints of #9F7482

#9F7482
(159,116,130)
#A7808D
(167,128,141)
#AF8C98
(175,140,152)
#B798A3
(183,152,163)
#BFA4AE
(191,164,174)
#C7B0B9
(199,176,185)
#CFBCC4
(207,188,196)
#D7C8CF
(215,200,207)
#DFD4DA
(223,212,218)
#E7E0E5
(231,224,229)
#EFECF0
(239,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F7482 color. Also use rgb(159,116,130) instead hex code.

Text Font Color

.myTextColor { color: #9F7482; }

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

This text font color is #9F7482.


Background Color

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

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

This div background color is #9F7482.


Border color

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

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

This div border color is #9F7482.


Opacity

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

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

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

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

This text has shadow with #9F7482 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F7482 on black background.


Color preview on white background

This text has color #9F7482 on white background.



Black color preview on #9F7482 background

This text has black color on #9F7482 background.


White color preview on #9F7482 background

This text has white color on #9F7482 background.