COLOR #964A8C

HEX: #964A8C RGB: (150,74,140)

Color info

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

RGB color model

#964A8C color RGB value is (150,74,140).

RGB: (150,74,140) (59%, 29%, 55%)

RGB channels and saturation

R 150 of 255 = 59%
G 74 of 255 = 29%
B 140 of 255 = 55%

150
74
140

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

Portions of RGB colors in percentages

R + G + B = 150 + 74 + 140 = 364 (100%)
R 150 of 364 ~ 41.21%
G 74 of 364 ~ 20.33%
B 140 of 364 ~ 38.46'%

%41.21
%20.33
%38.46

CMYK color model

#964A8C color CMYK value is (0,51,7,41).

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

CMYK: (0,51,7,41)
C0M51Y7K41 (0%, 51%, 7%, 41%)
(0.00 / 0.51 / 0.07 / 0.41)

CMYK percentages

%0
%50.67
%6.67
%41.18

Codes

Color #964A8C in popluar color models

96 4A 8C
RGB 150 74 140
HSL 308° 33.93% 43.92%
HSB/HSV 308° 50.67% 58.82%
CMYK 0.00% 50.67% 6.67%
41.18%

Color #964A8C in popluar number systems.

HEX 96 4A 8C
Decimal 150 74 140
Binary 10010110 1001010 10001100
Octal 226 112 214

Shades and tints

Shades of #964A8C

#964A8C
(150,74,140)
#894480
(137,68,128)
#7C3E74
(124,62,116)
#6F3868
(111,56,104)
#62325C
(98,50,92)
#552C50
(85,44,80)
#482644
(72,38,68)
#3B2038
(59,32,56)
#2E1A2C
(46,26,44)
#211420
(33,20,32)
#140E14
(20,14,20)
#000000
(0,0,0)

Tints of #964A8C

#964A8C
(150,74,140)
#9F5A96
(159,90,150)
#A86AA0
(168,106,160)
#B17AAA
(177,122,170)
#BA8AB4
(186,138,180)
#C39ABE
(195,154,190)
#CCAAC8
(204,170,200)
#D5BAD2
(213,186,210)
#DECADC
(222,202,220)
#E7DAE6
(231,218,230)
#F0EAF0
(240,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #964A8C; }

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

This text font color is #964A8C.

Background Color

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

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

This div background color is #964A8C.

Border color

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

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

This div border color is #964A8C.

Opacity

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

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

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

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

This text has shadow with #964A8C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #964A8C.

Preview

Color preview on black background

This text has color #964A8C on black background.


Color preview on white background

This text has color #964A8C on white background.


Black color preview on #964A8C background

This text has black color on #964A8C background.


White color preview on #964A8C background

This text has white color on #964A8C background.


Related colors

Complementary color

Complementary color for #hex is #69B573.


I love getcolorcode.com

Triadic colors

1 #8C964A and #4A8C96 with #964A8C are triadic colors.

2 #8C4A96 and #4A968C with #964A8C are triadic colors.