COLOR #9F3A65

HEX: #9F3A65
RGB: (159,58,101)

Color info

#9F3A65 contains mainly red and blue colors. Web safe color of #9F3A65 is #993366 (or #936).

RGB color model

#9F3A65 color RGB value is (159,58,101).

  • red value is 159;
  • green value is 58;
  • blue value is 101.
RGB:
(159,58,101)
(62%,23%,40%)

RGB channels and saturation

R 159 of 255 = 62%
G 58 of 255 = 23%
B 101 of 255 = 40%

159
58
101

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

Portions of RGB colors in percentages

R + G + B =
159 + 58 + 101 = 318 (100%)
R 159 of 318 ~ 50%
G 58 of 318 ~ 18.24%
B 101 of 318 ~ 31.76%

%50
%18.24
%31.76

CMYK color model

#9F3A65 color CMYK value is (0,64,36,38).

  • cyan value is 0.00%
  • magenta value is 63.52%
  • yellow value is 36.48%
  • key color value is 37.65%
CMYK:
(0,64,36,38)
C0M64Y36K38 
(0%,64%,36%,38%)
(0.00/0.64/0.36/0.38)	

CMYK percentages

%0
%63.52
%36.48
%37.65

Codes

Color #9F3A65 in popluar color models

9F3A65
RGB15958101
HSL334°46.54%42.55%
HSB/HSV334°63.52%62.35%
CMYK0.00%63.52%36.48%
37.65%

Color #9F3A65 in popluar number systems.

HEX9F3A65
Decimal15958101
Binary100111111110101100101
Octal23772145

Shades and tints

Shades of #9F3A65

#9F3A65
(159,58,101)
#91355C
(145,53,92)
#833053
(131,48,83)
#752B4A
(117,43,74)
#672641
(103,38,65)
#592138
(89,33,56)
#4B1C2F
(75,28,47)
#3D1726
(61,23,38)
#2F121D
(47,18,29)
#210D14
(33,13,20)
#13080B
(19,8,11)
#000000
(0,0,0)

Tints of #9F3A65

#9F3A65
(159,58,101)
#A74B73
(167,75,115)
#AF5C81
(175,92,129)
#B76D8F
(183,109,143)
#BF7E9D
(191,126,157)
#C78FAB
(199,143,171)
#CFA0B9
(207,160,185)
#D7B1C7
(215,177,199)
#DFC2D5
(223,194,213)
#E7D3E3
(231,211,227)
#EFE4F1
(239,228,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F3A65 color. Also use rgb(159,58,101) instead hex code.

Text Font Color

.myTextColor { color: #9F3A65; }

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

This text font color is #9F3A65.


Background Color

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

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

This div background color is #9F3A65.


Border color

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

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

This div border color is #9F3A65.


Opacity

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

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

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

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

This text has shadow with #9F3A65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F3A65 on black background.


Color preview on white background

This text has color #9F3A65 on white background.



Black color preview on #9F3A65 background

This text has black color on #9F3A65 background.


White color preview on #9F3A65 background

This text has white color on #9F3A65 background.