COLOR #964E9C

HEX: #964E9C RGB: (150,78,156)

Color info

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

RGB color model

#964E9C color RGB value is (150,78,156).

RGB: (150,78,156) (59%, 31%, 61%)

RGB channels and saturation

R 150 of 255 = 59%
G 78 of 255 = 31%
B 156 of 255 = 61%

150
78
156

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

Portions of RGB colors in percentages

R + G + B = 150 + 78 + 156 = 384 (100%)
R 150 of 384 ~ 39.06%
G 78 of 384 ~ 20.31%
B 156 of 384 ~ 40.63'%

%39.06
%20.31
%40.63

CMYK color model

#964E9C color CMYK value is (4,50,0,39).

  • cyan value is 3.85%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 38.82%

CMYK: (4,50,0,39)
C4M50Y0K39 (4%, 50%, 0%, 39%)
(0.04 / 0.50 / 0.00 / 0.39)

CMYK percentages

%3.85
%50
%0
%38.82

Codes

Color #964E9C in popluar color models

96 4E 9C
RGB 150 78 156
HSL 295° 33.33% 45.88%
HSB/HSV 295° 50.00% 61.18%
CMYK 3.85% 50.00% 0.00%
38.82%

Color #964E9C in popluar number systems.

HEX 96 4E 9C
Decimal 150 78 156
Binary 10010110 1001110 10011100
Octal 226 116 234

Shades and tints

Shades of #964E9C

#964E9C
(150,78,156)
#89478E
(137,71,142)
#7C4080
(124,64,128)
#6F3972
(111,57,114)
#623264
(98,50,100)
#552B56
(85,43,86)
#482448
(72,36,72)
#3B1D3A
(59,29,58)
#2E162C
(46,22,44)
#210F1E
(33,15,30)
#140810
(20,8,16)
#000000
(0,0,0)

Tints of #964E9C

#964E9C
(150,78,156)
#9F5EA5
(159,94,165)
#A86EAE
(168,110,174)
#B17EB7
(177,126,183)
#BA8EC0
(186,142,192)
#C39EC9
(195,158,201)
#CCAED2
(204,174,210)
#D5BEDB
(213,190,219)
#DECEE4
(222,206,228)
#E7DEED
(231,222,237)
#F0EEF6
(240,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #964E9C; }

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

This text font color is #964E9C.

Background Color

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

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

This div background color is #964E9C.

Border color

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

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

This div border color is #964E9C.

Opacity

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

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

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

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

This text has shadow with #964E9C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #964E9C.

Preview

Color preview on black background

This text has color #964E9C on black background.


Color preview on white background

This text has color #964E9C on white background.


Black color preview on #964E9C background

This text has black color on #964E9C background.


White color preview on #964E9C background

This text has white color on #964E9C background.


Related colors

Complementary color

Complementary color for #hex is #69B163.


I love getcolorcode.com

Triadic colors

1 #9C964E and #4E9C96 with #964E9C are triadic colors.

2 #9C4E96 and #4E969C with #964E9C are triadic colors.