COLOR #964B87

HEX: #964B87 RGB: (150,75,135)

Color info

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

RGB color model

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

RGB: (150,75,135) (59%, 29%, 53%)

RGB channels and saturation

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

150
75
135

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

Portions of RGB colors in percentages

R + G + B = 150 + 75 + 135 = 360 (100%)
R 150 of 360 ~ 41.67%
G 75 of 360 ~ 20.83%
B 135 of 360 ~ 37.5'%

%41.67
%20.83
%37.5

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 10.00%
  • key color value is 41.18%

CMYK: (0,50,10,41)
C0M50Y10K41 (0%, 50%, 10%, 41%)
(0.00 / 0.50 / 0.10 / 0.41)

CMYK percentages

%0
%50
%10
%41.18

Codes

Color #964B87 in popluar color models

96 4B 87
RGB 150 75 135
HSL 312° 33.33% 44.12%
HSB/HSV 312° 50.00% 58.82%
CMYK 0.00% 50.00% 10.00%
41.18%

Color #964B87 in popluar number systems.

HEX 96 4B 87
Decimal 150 75 135
Binary 10010110 1001011 10000111
Octal 226 113 207

Shades and tints

Shades of #964B87

#964B87
(150,75,135)
#89457B
(137,69,123)
#7C3F6F
(124,63,111)
#6F3963
(111,57,99)
#623357
(98,51,87)
#552D4B
(85,45,75)
#48273F
(72,39,63)
#3B2133
(59,33,51)
#2E1B27
(46,27,39)
#21151B
(33,21,27)
#140F0F
(20,15,15)
#000000
(0,0,0)

Tints of #964B87

#964B87
(150,75,135)
#9F5B91
(159,91,145)
#A86B9B
(168,107,155)
#B17BA5
(177,123,165)
#BA8BAF
(186,139,175)
#C39BB9
(195,155,185)
#CCABC3
(204,171,195)
#D5BBCD
(213,187,205)
#DECBD7
(222,203,215)
#E7DBE1
(231,219,225)
#F0EBEB
(240,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #964B87; }

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

This text font color is #964B87.

Background Color

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

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

This div background color is #964B87.

Border color

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

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

This div border color is #964B87.

Opacity

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

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

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

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

This text has shadow with #964B87 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #964B87.

Preview

Color preview on black background

This text has color #964B87 on black background.


Color preview on white background

This text has color #964B87 on white background.


Black color preview on #964B87 background

This text has black color on #964B87 background.


White color preview on #964B87 background

This text has white color on #964B87 background.


Related colors

Complementary color

Complementary color for #hex is #69B478.


I love getcolorcode.com

Triadic colors

1 #87964B and #4B8796 with #964B87 are triadic colors.

2 #874B96 and #4B9687 with #964B87 are triadic colors.