COLOR #964797

HEX: #964797
RGB: (150,71,151)

Color info

#964797 contains mainly red and blue colors. Web safe color of #964797 is #993399 (or #939).

RGB color model

#964797 color RGB value is (150,71,151).

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

RGB channels and saturation

R 150 of 255 = 59%
G 71 of 255 = 28%
B 151 of 255 = 59%

150
71
151

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

Portions of RGB colors in percentages

R + G + B =
150 + 71 + 151 = 372 (100%)
R 150 of 372 ~ 40.32%
G 71 of 372 ~ 19.09%
B 151 of 372 ~ 40.59%

%40.32
%19.09
%40.59

CMYK color model

#964797 color CMYK value is (1,53,0,41).

  • cyan value is 0.66%
  • magenta value is 52.98%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(1,53,0,41)
C1M53Y0K41 
(1%,53%,0%,41%)
(0.01/0.53/0.00/0.41)	

CMYK percentages

%0.66
%52.98
%0
%40.78

Codes

Color #964797 in popluar color models

964797
RGB15071151
HSL299°36.04%43.53%
HSB/HSV299°52.98%59.22%
CMYK0.66%52.98%0.00%
40.78%

Color #964797 in popluar number systems.

HEX964797
Decimal15071151
Binary10010110100011110010111
Octal226107227

Shades and tints

Shades of #964797

#964797
(150,71,151)
#89418A
(137,65,138)
#7C3B7D
(124,59,125)
#6F3570
(111,53,112)
#622F63
(98,47,99)
#552956
(85,41,86)
#482349
(72,35,73)
#3B1D3C
(59,29,60)
#2E172F
(46,23,47)
#211122
(33,17,34)
#140B15
(20,11,21)
#000000
(0,0,0)

Tints of #964797

#964797
(150,71,151)
#9F57A0
(159,87,160)
#A867A9
(168,103,169)
#B177B2
(177,119,178)
#BA87BB
(186,135,187)
#C397C4
(195,151,196)
#CCA7CD
(204,167,205)
#D5B7D6
(213,183,214)
#DEC7DF
(222,199,223)
#E7D7E8
(231,215,232)
#F0E7F1
(240,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #964797; }

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

This text font color is #964797.


Background Color

.myBgColor { background-color: #964797; }

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

This div background color is #964797.


Border color

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

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

This div border color is #964797.


Opacity

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

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

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

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

This text has shadow with #964797 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #964797 on black background.


Color preview on white background

This text has color #964797 on white background.



Black color preview on #964797 background

This text has black color on #964797 background.


White color preview on #964797 background

This text has white color on #964797 background.