COLOR #964E83

HEX: #964E83 RGB: (150,78,131)

Color info

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

RGB color model

#964E83 color RGB value is (150,78,131).

RGB: (150,78,131) (59%, 31%, 51%)

RGB channels and saturation

R 150 of 255 = 59%
G 78 of 255 = 31%
B 131 of 255 = 51%

150
78
131

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

Portions of RGB colors in percentages

R + G + B = 150 + 78 + 131 = 359 (100%)
R 150 of 359 ~ 41.78%
G 78 of 359 ~ 21.73%
B 131 of 359 ~ 36.49'%

%41.78
%21.73
%36.49

CMYK color model

#964E83 color CMYK value is (0,48,13,41).

  • cyan value is 0.00%
  • magenta value is 48.00%
  • yellow value is 12.67%
  • key color value is 41.18%
CMYK: (0,48,13,41) C0M48Y13K41 (0%,48%,13%,41%) (0.00/0.48/0.13/0.41) 

CMYK percentages

%0
%48
%12.67
%41.18

Codes

Color #964E83 in popluar color models

96 4E 83
RGB 150 78 131
HSL 316° 31.58% 44.71%
HSB/HSV 316° 48.00% 58.82%
CMYK 0.00% 48.00% 12.67%
41.18%

Color #964E83 in popluar number systems.

HEX 96 4E 83
Decimal 150 78 131
Binary 10010110 1001110 10000011
Octal 226 116 203

Shades and tints

Shades of #964E83

#964E83
(150,78,131)
#894778
(137,71,120)
#7C406D
(124,64,109)
#6F3962
(111,57,98)
#623257
(98,50,87)
#552B4C
(85,43,76)
#482441
(72,36,65)
#3B1D36
(59,29,54)
#2E162B
(46,22,43)
#210F20
(33,15,32)
#140815
(20,8,21)
#000000
(0,0,0)

Tints of #964E83

#964E83
(150,78,131)
#9F5E8E
(159,94,142)
#A86E99
(168,110,153)
#B17EA4
(177,126,164)
#BA8EAF
(186,142,175)
#C39EBA
(195,158,186)
#CCAEC5
(204,174,197)
#D5BED0
(213,190,208)
#DECEDB
(222,206,219)
#E7DEE6
(231,222,230)
#F0EEF1
(240,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #964E83; }

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

This text font color is #964E83.

Background Color

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

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

This div background color is #964E83.

Border color

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

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

This div border color is #964E83.

Opacity

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

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

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

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

This text has shadow with #964E83 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #964E83.

Preview

Color preview on black background

This text has color #964E83 on black background.


Color preview on white background

This text has color #964E83 on white background.


Black color preview on #964E83 background

This text has black color on #964E83 background.


White color preview on #964E83 background

This text has white color on #964E83 background.


Related colors

Complementary color

Complementary color for #hex is #69B17C.


I love getcolorcode.com

Triadic colors

1 #83964E and #4E8396 with #964E83 are triadic colors.

2 #834E96 and #4E9683 with #964E83 are triadic colors.