COLOR #96397A

HEX: #96397A
RGB: (150,57,122)

Color info

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

RGB color model

#96397A color RGB value is (150,57,122).

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

RGB channels and saturation

R 150 of 255 = 59%
G 57 of 255 = 22%
B 122 of 255 = 48%

150
57
122

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

Portions of RGB colors in percentages

R + G + B =
150 + 57 + 122 = 329 (100%)
R 150 of 329 ~ 45.59%
G 57 of 329 ~ 17.33%
B 122 of 329 ~ 37.08%

%45.59
%17.33
%37.08

CMYK color model

#96397A color CMYK value is (0,62,19,41).

  • cyan value is 0.00%
  • magenta value is 62.00%
  • yellow value is 18.67%
  • key color value is 41.18%
CMYK:
(0,62,19,41)
C0M62Y19K41 
(0%,62%,19%,41%)
(0.00/0.62/0.19/0.41)	

CMYK percentages

%0
%62
%18.67
%41.18

Codes

Color #96397A in popluar color models

96397A
RGB15057122
HSL318°44.93%40.59%
HSB/HSV318°62.00%58.82%
CMYK0.00%62.00%18.67%
41.18%

Color #96397A in popluar number systems.

HEX96397A
Decimal15057122
Binary100101101110011111010
Octal22671172

Shades and tints

Shades of #96397A

#96397A
(150,57,122)
#89346F
(137,52,111)
#7C2F64
(124,47,100)
#6F2A59
(111,42,89)
#62254E
(98,37,78)
#552043
(85,32,67)
#481B38
(72,27,56)
#3B162D
(59,22,45)
#2E1122
(46,17,34)
#210C17
(33,12,23)
#14070C
(20,7,12)
#000000
(0,0,0)

Tints of #96397A

#96397A
(150,57,122)
#9F4B86
(159,75,134)
#A85D92
(168,93,146)
#B16F9E
(177,111,158)
#BA81AA
(186,129,170)
#C393B6
(195,147,182)
#CCA5C2
(204,165,194)
#D5B7CE
(213,183,206)
#DEC9DA
(222,201,218)
#E7DBE6
(231,219,230)
#F0EDF2
(240,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96397A; }

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

This text font color is #96397A.


Background Color

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

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

This div background color is #96397A.


Border color

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

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

This div border color is #96397A.


Opacity

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

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

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

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

This text has shadow with #96397A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96397A on black background.


Color preview on white background

This text has color #96397A on white background.



Black color preview on #96397A background

This text has black color on #96397A background.


White color preview on #96397A background

This text has white color on #96397A background.