COLOR #96397D

HEX: #96397D
RGB: (150,57,125)

Color info

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

RGB color model

#96397D color RGB value is (150,57,125).

  • red value is 150;
  • green value is 57;
  • blue value is 125.
RGB:
(150,57,125)
(59%,22%,49%)

RGB channels and saturation

R 150 of 255 = 59%
G 57 of 255 = 22%
B 125 of 255 = 49%

150
57
125

R + G + B ~ 43%. #96397D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
150 + 57 + 125 = 332 (100%)
R 150 of 332 ~ 45.18%
G 57 of 332 ~ 17.17%
B 125 of 332 ~ 37.65%

%45.18
%17.17
%37.65

CMYK color model

#96397D color CMYK value is (0,62,17,41).

  • cyan value is 0.00%
  • magenta value is 62.00%
  • yellow value is 16.67%
  • key color value is 41.18%
CMYK:
(0,62,17,41)
C0M62Y17K41 
(0%,62%,17%,41%)
(0.00/0.62/0.17/0.41)	

CMYK percentages

%0
%62
%16.67
%41.18

Codes

Color #96397D in popluar color models

96397D
RGB15057125
HSL316°44.93%40.59%
HSB/HSV316°62.00%58.82%
CMYK0.00%62.00%16.67%
41.18%

Color #96397D in popluar number systems.

HEX96397D
Decimal15057125
Binary100101101110011111101
Octal22671175

Shades and tints

Shades of #96397D

#96397D
(150,57,125)
#893472
(137,52,114)
#7C2F67
(124,47,103)
#6F2A5C
(111,42,92)
#622551
(98,37,81)
#552046
(85,32,70)
#481B3B
(72,27,59)
#3B1630
(59,22,48)
#2E1125
(46,17,37)
#210C1A
(33,12,26)
#14070F
(20,7,15)
#000000
(0,0,0)

Tints of #96397D

#96397D
(150,57,125)
#9F4B88
(159,75,136)
#A85D93
(168,93,147)
#B16F9E
(177,111,158)
#BA81A9
(186,129,169)
#C393B4
(195,147,180)
#CCA5BF
(204,165,191)
#D5B7CA
(213,183,202)
#DEC9D5
(222,201,213)
#E7DBE0
(231,219,224)
#F0EDEB
(240,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96397D color. Also use rgb(150,57,125) instead hex code.

Text Font Color

.myTextColor { color: #96397D; }

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

This text font color is #96397D.


Background Color

.myBgColor { background-color: #96397D; }

<div style="background-color:#96397D">Inner text</div>

This div background color is #96397D.


Border color

.myBorderColor { border: 1px solid #96397D; }

<div style="border:3px solid #96397D">Div</div>

This div border color is #96397D.


Opacity

.myOpacity80 { color: #96397D; opacity: 0.8; }

<p style="color:#96397D;opacity:0.8;">80%</p>

Text with #96397D 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 #96397D;}

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

This text has shadow with #96397D color.

.textShadow {text-shadow: 3px 3px 1px #96397D, 3px 3px 1px red;}

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

This text has shadow with #96397D primary color and red secondary color.


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

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

This text has shadow with #96397D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96397D on black background.


Color preview on white background

This text has color #96397D on white background.



Black color preview on #96397D background

This text has black color on #96397D background.


White color preview on #96397D background

This text has white color on #96397D background.