COLOR #9F3E55

HEX: #9F3E55 RGB: (159,62,85)

Color info

#9F3E55 contains mainly red color. Web safe color of #9F3E55 is #993366 (or #936).

RGB color model

#9F3E55 color RGB value is (159,62,85).

RGB: (159,62,85) (62%, 24%, 33%)

RGB channels and saturation

R 159 of 255 = 62%
G 62 of 255 = 24%
B 85 of 255 = 33%

159
62
85

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

Portions of RGB colors in percentages

R + G + B = 159 + 62 + 85 = 306 (100%)
R 159 of 306 ~ 51.96%
G 62 of 306 ~ 20.26%
B 85 of 306 ~ 27.78'%

%51.96
%20.26
%27.78

CMYK color model

#9F3E55 color CMYK value is (0,61,47,38).

  • cyan value is 0.00%
  • magenta value is 61.01%
  • yellow value is 46.54%
  • key color value is 37.65%

CMYK: (0,61,47,38)
C0M61Y47K38 (0%, 61%, 47%, 38%)
(0.00 / 0.61 / 0.47 / 0.38)

CMYK percentages

%0
%61.01
%46.54
%37.65

Codes

Color #9F3E55 in popluar color models

9F 3E 55
RGB 159 62 85
HSL 346° 43.89% 43.33%
HSB/HSV 346° 61.01% 62.35%
CMYK 0.00% 61.01% 46.54%
37.65%

Color #9F3E55 in popluar number systems.

HEX 9F 3E 55
Decimal 159 62 85
Binary 10011111 111110 1010101
Octal 237 76 125

Shades and tints

Shades of #9F3E55

#9F3E55
(159,62,85)
#91394E
(145,57,78)
#833447
(131,52,71)
#752F40
(117,47,64)
#672A39
(103,42,57)
#592532
(89,37,50)
#4B202B
(75,32,43)
#3D1B24
(61,27,36)
#2F161D
(47,22,29)
#211116
(33,17,22)
#130C0F
(19,12,15)
#000000
(0,0,0)

Tints of #9F3E55

#9F3E55
(159,62,85)
#A74F64
(167,79,100)
#AF6073
(175,96,115)
#B77182
(183,113,130)
#BF8291
(191,130,145)
#C793A0
(199,147,160)
#CFA4AF
(207,164,175)
#D7B5BE
(215,181,190)
#DFC6CD
(223,198,205)
#E7D7DC
(231,215,220)
#EFE8EB
(239,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F3E55 color. Also use rgb(159,62,85) instead hex code.

Text Font Color

.myTextColor { color: #9F3E55; }

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

This text font color is #9F3E55.

Background Color

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

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

This div background color is #9F3E55.

Border color

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

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

This div border color is #9F3E55.

Opacity

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

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

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

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

This text has shadow with #9F3E55 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9F3E55.

Preview

Color preview on black background

This text has color #9F3E55 on black background.


Color preview on white background

This text has color #9F3E55 on white background.


Black color preview on #9F3E55 background

This text has black color on #9F3E55 background.


White color preview on #9F3E55 background

This text has white color on #9F3E55 background.


Related colors

Complementary color

Complementary color for #hex is #60C1AA.


I love getcolorcode.com

Triadic colors

1 #559F3E and #3E559F with #9F3E55 are triadic colors.

2 #553E9F and #3E9F55 with #9F3E55 are triadic colors.