COLOR #964B96

HEX: #964B96
RGB: (150,75,150)

Color info

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

RGB color model

#964B96 color RGB value is (150,75,150).

  • red value is 150;
  • green value is 75;
  • blue value is 150.
RGB:
(150,75,150)
(59%,29%,59%)

RGB channels and saturation

R 150 of 255 = 59%
G 75 of 255 = 29%
B 150 of 255 = 59%

150
75
150

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

Portions of RGB colors in percentages

R + G + B =
150 + 75 + 150 = 375 (100%)
R 150 of 375 ~ 40%
G 75 of 375 ~ 20%
B 150 of 375 ~ 40%

%40
%20
%40

CMYK color model

#964B96 color CMYK value is (0,50,0,41).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(0,50,0,41)
C0M50Y0K41 
(0%,50%,0%,41%)
(0.00/0.50/0.00/0.41)	

CMYK percentages

%0
%50
%0
%41.18

Codes

Color #964B96 in popluar color models

964B96
RGB15075150
HSL300°33.33%44.12%
HSB/HSV300°50.00%58.82%
CMYK0.00%50.00%0.00%
41.18%

Color #964B96 in popluar number systems.

HEX964B96
Decimal15075150
Binary10010110100101110010110
Octal226113226

Shades and tints

Shades of #964B96

#964B96
(150,75,150)
#894589
(137,69,137)
#7C3F7C
(124,63,124)
#6F396F
(111,57,111)
#623362
(98,51,98)
#552D55
(85,45,85)
#482748
(72,39,72)
#3B213B
(59,33,59)
#2E1B2E
(46,27,46)
#211521
(33,21,33)
#140F14
(20,15,20)
#000000
(0,0,0)

Tints of #964B96

#964B96
(150,75,150)
#9F5B9F
(159,91,159)
#A86BA8
(168,107,168)
#B17BB1
(177,123,177)
#BA8BBA
(186,139,186)
#C39BC3
(195,155,195)
#CCABCC
(204,171,204)
#D5BBD5
(213,187,213)
#DECBDE
(222,203,222)
#E7DBE7
(231,219,231)
#F0EBF0
(240,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #964B96 color. Also use rgb(150,75,150) instead hex code.

Text Font Color

.myTextColor { color: #964B96; }

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

This text font color is #964B96.


Background Color

.myBgColor { background-color: #964B96; }

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

This div background color is #964B96.


Border color

.myBorderColor { border: 1px solid #964B96; }

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

This div border color is #964B96.


Opacity

.myOpacity80 { color: #964B96; opacity: 0.8; }

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

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

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

This text has shadow with #964B96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #964B96 on black background.


Color preview on white background

This text has color #964B96 on white background.



Black color preview on #964B96 background

This text has black color on #964B96 background.


White color preview on #964B96 background

This text has white color on #964B96 background.