COLOR #9F3D65

HEX: #9F3D65
RGB: (159,61,101)

Color info

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

RGB color model

#9F3D65 color RGB value is (159,61,101).

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

RGB channels and saturation

R 159 of 255 = 62%
G 61 of 255 = 24%
B 101 of 255 = 40%

159
61
101

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

Portions of RGB colors in percentages

R + G + B =
159 + 61 + 101 = 321 (100%)
R 159 of 321 ~ 49.53%
G 61 of 321 ~ 19%
B 101 of 321 ~ 31.46%

%49.53
%19
%31.46

CMYK color model

#9F3D65 color CMYK value is (0,62,36,38).

  • cyan value is 0.00%
  • magenta value is 61.64%
  • yellow value is 36.48%
  • key color value is 37.65%
CMYK:
(0,62,36,38)
C0M62Y36K38 
(0%,62%,36%,38%)
(0.00/0.62/0.36/0.38)	

CMYK percentages

%0
%61.64
%36.48
%37.65

Codes

Color #9F3D65 in popluar color models

9F3D65
RGB15961101
HSL336°44.55%43.14%
HSB/HSV336°61.64%62.35%
CMYK0.00%61.64%36.48%
37.65%

Color #9F3D65 in popluar number systems.

HEX9F3D65
Decimal15961101
Binary100111111111011100101
Octal23775145

Shades and tints

Shades of #9F3D65

#9F3D65
(159,61,101)
#91385C
(145,56,92)
#833353
(131,51,83)
#752E4A
(117,46,74)
#672941
(103,41,65)
#592438
(89,36,56)
#4B1F2F
(75,31,47)
#3D1A26
(61,26,38)
#2F151D
(47,21,29)
#211014
(33,16,20)
#130B0B
(19,11,11)
#000000
(0,0,0)

Tints of #9F3D65

#9F3D65
(159,61,101)
#A74E73
(167,78,115)
#AF5F81
(175,95,129)
#B7708F
(183,112,143)
#BF819D
(191,129,157)
#C792AB
(199,146,171)
#CFA3B9
(207,163,185)
#D7B4C7
(215,180,199)
#DFC5D5
(223,197,213)
#E7D6E3
(231,214,227)
#EFE7F1
(239,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F3D65; }

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

This text font color is #9F3D65.


Background Color

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

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

This div background color is #9F3D65.


Border color

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

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

This div border color is #9F3D65.


Opacity

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

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

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

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

This text has shadow with #9F3D65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F3D65 on black background.


Color preview on white background

This text has color #9F3D65 on white background.



Black color preview on #9F3D65 background

This text has black color on #9F3D65 background.


White color preview on #9F3D65 background

This text has white color on #9F3D65 background.