COLOR #9F4082

HEX: #9F4082
RGB: (159,64,130)

Color info

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

RGB color model

#9F4082 color RGB value is (159,64,130).

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

RGB channels and saturation

R 159 of 255 = 62%
G 64 of 255 = 25%
B 130 of 255 = 51%

159
64
130

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

Portions of RGB colors in percentages

R + G + B =
159 + 64 + 130 = 353 (100%)
R 159 of 353 ~ 45.04%
G 64 of 353 ~ 18.13%
B 130 of 353 ~ 36.83%

%45.04
%18.13
%36.83

CMYK color model

#9F4082 color CMYK value is (0,60,18,38).

  • cyan value is 0.00%
  • magenta value is 59.75%
  • yellow value is 18.24%
  • key color value is 37.65%
CMYK:
(0,60,18,38)
C0M60Y18K38 
(0%,60%,18%,38%)
(0.00/0.60/0.18/0.38)	

CMYK percentages

%0
%59.75
%18.24
%37.65

Codes

Color #9F4082 in popluar color models

9F4082
RGB15964130
HSL318°42.60%43.73%
HSB/HSV318°59.75%62.35%
CMYK0.00%59.75%18.24%
37.65%

Color #9F4082 in popluar number systems.

HEX9F4082
Decimal15964130
Binary10011111100000010000010
Octal237100202

Shades and tints

Shades of #9F4082

#9F4082
(159,64,130)
#913B77
(145,59,119)
#83366C
(131,54,108)
#753161
(117,49,97)
#672C56
(103,44,86)
#59274B
(89,39,75)
#4B2240
(75,34,64)
#3D1D35
(61,29,53)
#2F182A
(47,24,42)
#21131F
(33,19,31)
#130E14
(19,14,20)
#000000
(0,0,0)

Tints of #9F4082

#9F4082
(159,64,130)
#A7518D
(167,81,141)
#AF6298
(175,98,152)
#B773A3
(183,115,163)
#BF84AE
(191,132,174)
#C795B9
(199,149,185)
#CFA6C4
(207,166,196)
#D7B7CF
(215,183,207)
#DFC8DA
(223,200,218)
#E7D9E5
(231,217,229)
#EFEAF0
(239,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F4082; }

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

This text font color is #9F4082.


Background Color

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

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

This div background color is #9F4082.


Border color

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

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

This div border color is #9F4082.


Opacity

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

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

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

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

This text has shadow with #9F4082 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F4082 on black background.


Color preview on white background

This text has color #9F4082 on white background.



Black color preview on #9F4082 background

This text has black color on #9F4082 background.


White color preview on #9F4082 background

This text has white color on #9F4082 background.