COLOR #961397

HEX: #961397
RGB: (150,19,151)

Color info

#961397 contains mainly red and blue colors. Web safe color of #961397 is #990099 (or #909).

RGB color model

#961397 color RGB value is (150,19,151).

  • red value is 150;
  • green value is 19;
  • blue value is 151.
RGB:
(150,19,151)
(59%,7%,59%)

RGB channels and saturation

R 150 of 255 = 59%
G 19 of 255 = 7%
B 151 of 255 = 59%

150
19
151

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

Portions of RGB colors in percentages

R + G + B =
150 + 19 + 151 = 320 (100%)
R 150 of 320 ~ 46.88%
G 19 of 320 ~ 5.94%
B 151 of 320 ~ 47.19%

%46.88
%47.19

CMYK color model

#961397 color CMYK value is (1,87,0,41).

  • cyan value is 0.66%
  • magenta value is 87.42%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(1,87,0,41)
C1M87Y0K41 
(1%,87%,0%,41%)
(0.01/0.87/0.00/0.41)	

CMYK percentages

%0.66
%87.42
%0
%40.78

Codes

Color #961397 in popluar color models

961397
RGB15019151
HSL300°77.65%33.33%
HSB/HSV300°87.42%59.22%
CMYK0.66%87.42%0.00%
40.78%

Color #961397 in popluar number systems.

HEX961397
Decimal15019151
Binary100101101001110010111
Octal22623227

Shades and tints

Shades of #961397

#961397
(150,19,151)
#89128A
(137,18,138)
#7C117D
(124,17,125)
#6F1070
(111,16,112)
#620F63
(98,15,99)
#550E56
(85,14,86)
#480D49
(72,13,73)
#3B0C3C
(59,12,60)
#2E0B2F
(46,11,47)
#210A22
(33,10,34)
#140915
(20,9,21)
#000000
(0,0,0)

Tints of #961397

#961397
(150,19,151)
#9F28A0
(159,40,160)
#A83DA9
(168,61,169)
#B152B2
(177,82,178)
#BA67BB
(186,103,187)
#C37CC4
(195,124,196)
#CC91CD
(204,145,205)
#D5A6D6
(213,166,214)
#DEBBDF
(222,187,223)
#E7D0E8
(231,208,232)
#F0E5F1
(240,229,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #961397 color. Also use rgb(150,19,151) instead hex code.

Text Font Color

.myTextColor { color: #961397; }

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

This text font color is #961397.


Background Color

.myBgColor { background-color: #961397; }

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

This div background color is #961397.


Border color

.myBorderColor { border: 1px solid #961397; }

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

This div border color is #961397.


Opacity

.myOpacity80 { color: #961397; opacity: 0.8; }

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

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

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

This text has shadow with #961397 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #961397 on black background.


Color preview on white background

This text has color #961397 on white background.



Black color preview on #961397 background

This text has black color on #961397 background.


White color preview on #961397 background

This text has white color on #961397 background.