COLOR #9B397F

HEX: #9B397F
RGB: (155,57,127)

Color info

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

RGB color model

#9B397F color RGB value is (155,57,127).

  • red value is 155;
  • green value is 57;
  • blue value is 127.
RGB:
(155,57,127)
(61%,22%,50%)

RGB channels and saturation

R 155 of 255 = 61%
G 57 of 255 = 22%
B 127 of 255 = 50%

155
57
127

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

Portions of RGB colors in percentages

R + G + B =
155 + 57 + 127 = 339 (100%)
R 155 of 339 ~ 45.72%
G 57 of 339 ~ 16.81%
B 127 of 339 ~ 37.46%

%45.72
%16.81
%37.46

CMYK color model

#9B397F color CMYK value is (0,63,18,39).

  • cyan value is 0.00%
  • magenta value is 63.23%
  • yellow value is 18.06%
  • key color value is 39.22%
CMYK:
(0,63,18,39)
C0M63Y18K39 
(0%,63%,18%,39%)
(0.00/0.63/0.18/0.39)	

CMYK percentages

%0
%63.23
%18.06
%39.22

Codes

Color #9B397F in popluar color models

9B397F
RGB15557127
HSL317°46.23%41.57%
HSB/HSV317°63.23%60.78%
CMYK0.00%63.23%18.06%
39.22%

Color #9B397F in popluar number systems.

HEX9B397F
Decimal15557127
Binary100110111110011111111
Octal23371177

Shades and tints

Shades of #9B397F

#9B397F
(155,57,127)
#8D3474
(141,52,116)
#7F2F69
(127,47,105)
#712A5E
(113,42,94)
#632553
(99,37,83)
#552048
(85,32,72)
#471B3D
(71,27,61)
#391632
(57,22,50)
#2B1127
(43,17,39)
#1D0C1C
(29,12,28)
#0F0711
(15,7,17)
#000000
(0,0,0)

Tints of #9B397F

#9B397F
(155,57,127)
#A44B8A
(164,75,138)
#AD5D95
(173,93,149)
#B66FA0
(182,111,160)
#BF81AB
(191,129,171)
#C893B6
(200,147,182)
#D1A5C1
(209,165,193)
#DAB7CC
(218,183,204)
#E3C9D7
(227,201,215)
#ECDBE2
(236,219,226)
#F5EDED
(245,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B397F color. Also use rgb(155,57,127) instead hex code.

Text Font Color

.myTextColor { color: #9B397F; }

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

This text font color is #9B397F.


Background Color

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

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

This div background color is #9B397F.


Border color

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

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

This div border color is #9B397F.


Opacity

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

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

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

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

This text has shadow with #9B397F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B397F on black background.


Color preview on white background

This text has color #9B397F on white background.



Black color preview on #9B397F background

This text has black color on #9B397F background.


White color preview on #9B397F background

This text has white color on #9B397F background.