COLOR #964E7D

HEX: #964E7D RGB: (150,78,125)

Color info

#964E7D contains mainly red and blue colors. Web safe color of #964E7D is #996666 (or #966).

RGB color model

#964E7D color RGB value is (150,78,125).

RGB: (150,78,125) (59%, 31%, 49%)

RGB channels and saturation

R 150 of 255 = 59%
G 78 of 255 = 31%
B 125 of 255 = 49%

150
78
125

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

Portions of RGB colors in percentages

R + G + B = 150 + 78 + 125 = 353 (100%)
R 150 of 353 ~ 42.49%
G 78 of 353 ~ 22.1%
B 125 of 353 ~ 35.41'%

%42.49
%22.1
%35.41

CMYK color model

#964E7D color CMYK value is (0,48,17,41).

  • cyan value is 0.00%
  • magenta value is 48.00%
  • yellow value is 16.67%
  • key color value is 41.18%

CMYK: (0,48,17,41)
C0M48Y17K41 (0%, 48%, 17%, 41%)
(0.00 / 0.48 / 0.17 / 0.41)

CMYK percentages

%0
%48
%16.67
%41.18

Codes

Color #964E7D in popluar color models

96 4E 7D
RGB 150 78 125
HSL 321° 31.58% 44.71%
HSB/HSV 321° 48.00% 58.82%
CMYK 0.00% 48.00% 16.67%
41.18%

Color #964E7D in popluar number systems.

HEX 96 4E 7D
Decimal 150 78 125
Binary 10010110 1001110 1111101
Octal 226 116 175

Shades and tints

Shades of #964E7D

#964E7D
(150,78,125)
#894772
(137,71,114)
#7C4067
(124,64,103)
#6F395C
(111,57,92)
#623251
(98,50,81)
#552B46
(85,43,70)
#48243B
(72,36,59)
#3B1D30
(59,29,48)
#2E1625
(46,22,37)
#210F1A
(33,15,26)
#14080F
(20,8,15)
#000000
(0,0,0)

Tints of #964E7D

#964E7D
(150,78,125)
#9F5E88
(159,94,136)
#A86E93
(168,110,147)
#B17E9E
(177,126,158)
#BA8EA9
(186,142,169)
#C39EB4
(195,158,180)
#CCAEBF
(204,174,191)
#D5BECA
(213,190,202)
#DECED5
(222,206,213)
#E7DEE0
(231,222,224)
#F0EEEB
(240,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #964E7D; }

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

This text font color is #964E7D.

Background Color

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

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

This div background color is #964E7D.

Border color

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

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

This div border color is #964E7D.

Opacity

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

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

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

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

This text has shadow with #964E7D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #964E7D.

Preview

Color preview on black background

This text has color #964E7D on black background.


Color preview on white background

This text has color #964E7D on white background.


Black color preview on #964E7D background

This text has black color on #964E7D background.


White color preview on #964E7D background

This text has white color on #964E7D background.


Related colors

Complementary color

Complementary color for #hex is #69B182.


I love getcolorcode.com

Triadic colors

1 #7D964E and #4E7D96 with #964E7D are triadic colors.

2 #7D4E96 and #4E967D with #964E7D are triadic colors.