COLOR #965497

HEX: #965497
RGB: (150,84,151)

Color info

#965497 contains mainly red and blue colors. Web safe color of #965497 is #996699 (or #969).

RGB color model

#965497 color RGB value is (150,84,151).

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

RGB channels and saturation

R 150 of 255 = 59%
G 84 of 255 = 33%
B 151 of 255 = 59%

150
84
151

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

Portions of RGB colors in percentages

R + G + B =
150 + 84 + 151 = 385 (100%)
R 150 of 385 ~ 38.96%
G 84 of 385 ~ 21.82%
B 151 of 385 ~ 39.22%

%38.96
%21.82
%39.22

CMYK color model

#965497 color CMYK value is (1,44,0,41).

  • cyan value is 0.66%
  • magenta value is 44.37%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(1,44,0,41)
C1M44Y0K41 
(1%,44%,0%,41%)
(0.01/0.44/0.00/0.41)	

CMYK percentages

%0.66
%44.37
%0
%40.78

Codes

Color #965497 in popluar color models

965497
RGB15084151
HSL299°28.51%46.08%
HSB/HSV299°44.37%59.22%
CMYK0.66%44.37%0.00%
40.78%

Color #965497 in popluar number systems.

HEX965497
Decimal15084151
Binary10010110101010010010111
Octal226124227

Shades and tints

Shades of #965497

#965497
(150,84,151)
#894D8A
(137,77,138)
#7C467D
(124,70,125)
#6F3F70
(111,63,112)
#623863
(98,56,99)
#553156
(85,49,86)
#482A49
(72,42,73)
#3B233C
(59,35,60)
#2E1C2F
(46,28,47)
#211522
(33,21,34)
#140E15
(20,14,21)
#000000
(0,0,0)

Tints of #965497

#965497
(150,84,151)
#9F63A0
(159,99,160)
#A872A9
(168,114,169)
#B181B2
(177,129,178)
#BA90BB
(186,144,187)
#C39FC4
(195,159,196)
#CCAECD
(204,174,205)
#D5BDD6
(213,189,214)
#DECCDF
(222,204,223)
#E7DBE8
(231,219,232)
#F0EAF1
(240,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #965497; }

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

This text font color is #965497.


Background Color

.myBgColor { background-color: #965497; }

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

This div background color is #965497.


Border color

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

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

This div border color is #965497.


Opacity

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

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

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

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

This text has shadow with #965497 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #965497 on black background.


Color preview on white background

This text has color #965497 on white background.



Black color preview on #965497 background

This text has black color on #965497 background.


White color preview on #965497 background

This text has white color on #965497 background.