COLOR #964A78

HEX: #964A78 RGB: (150,74,120)

Color info

#964A78 contains mainly red and blue colors. Web safe color of #964A78 is #993366 (or #936).

RGB color model

#964A78 color RGB value is (150,74,120).

RGB: (150,74,120) (59%, 29%, 47%)

RGB channels and saturation

R 150 of 255 = 59%
G 74 of 255 = 29%
B 120 of 255 = 47%

150
74
120

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

Portions of RGB colors in percentages

R + G + B = 150 + 74 + 120 = 344 (100%)
R 150 of 344 ~ 43.6%
G 74 of 344 ~ 21.51%
B 120 of 344 ~ 34.88'%

%43.6
%21.51
%34.88

CMYK color model

#964A78 color CMYK value is (0,51,20,41).

  • cyan value is 0.00%
  • magenta value is 50.67%
  • yellow value is 20.00%
  • key color value is 41.18%

CMYK: (0,51,20,41)
C0M51Y20K41 (0%, 51%, 20%, 41%)
(0.00 / 0.51 / 0.20 / 0.41)

CMYK percentages

%0
%50.67
%20
%41.18

Codes

Color #964A78 in popluar color models

96 4A 78
RGB 150 74 120
HSL 324° 33.93% 43.92%
HSB/HSV 324° 50.67% 58.82%
CMYK 0.00% 50.67% 20.00%
41.18%

Color #964A78 in popluar number systems.

HEX 96 4A 78
Decimal 150 74 120
Binary 10010110 1001010 1111000
Octal 226 112 170

Shades and tints

Shades of #964A78

#964A78
(150,74,120)
#89446E
(137,68,110)
#7C3E64
(124,62,100)
#6F385A
(111,56,90)
#623250
(98,50,80)
#552C46
(85,44,70)
#48263C
(72,38,60)
#3B2032
(59,32,50)
#2E1A28
(46,26,40)
#21141E
(33,20,30)
#140E14
(20,14,20)
#000000
(0,0,0)

Tints of #964A78

#964A78
(150,74,120)
#9F5A84
(159,90,132)
#A86A90
(168,106,144)
#B17A9C
(177,122,156)
#BA8AA8
(186,138,168)
#C39AB4
(195,154,180)
#CCAAC0
(204,170,192)
#D5BACC
(213,186,204)
#DECAD8
(222,202,216)
#E7DAE4
(231,218,228)
#F0EAF0
(240,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #964A78; }

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

This text font color is #964A78.

Background Color

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

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

This div background color is #964A78.

Border color

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

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

This div border color is #964A78.

Opacity

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

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

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

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

This text has shadow with #964A78 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #964A78.

Preview

Color preview on black background

This text has color #964A78 on black background.


Color preview on white background

This text has color #964A78 on white background.


Black color preview on #964A78 background

This text has black color on #964A78 background.


White color preview on #964A78 background

This text has white color on #964A78 background.


Related colors

Complementary color

Complementary color for #964A78 is #69B587.


I love getcolorcode.com

Triadic colors

1 #78964A and #4A7896 with #964A78 are triadic colors.

2 #784A96 and #4A9678 with #964A78 are triadic colors.