COLOR #964A7E

HEX: #964A7E
RGB: (150,74,126)

Color info

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

RGB color model

#964A7E color RGB value is (150,74,126).

  • red value is 150;
  • green value is 74;
  • blue value is 126.
RGB:
(150,74,126)
(59%,29%,49%)

RGB channels and saturation

R 150 of 255 = 59%
G 74 of 255 = 29%
B 126 of 255 = 49%

150
74
126

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

Portions of RGB colors in percentages

R + G + B =
150 + 74 + 126 = 350 (100%)
R 150 of 350 ~ 42.86%
G 74 of 350 ~ 21.14%
B 126 of 350 ~ 36%

%42.86
%21.14
%36

CMYK color model

#964A7E color CMYK value is (0,51,16,41).

  • cyan value is 0.00%
  • magenta value is 50.67%
  • yellow value is 16.00%
  • key color value is 41.18%
CMYK:
(0,51,16,41)
C0M51Y16K41 
(0%,51%,16%,41%)
(0.00/0.51/0.16/0.41)	

CMYK percentages

%0
%50.67
%16
%41.18

Codes

Color #964A7E in popluar color models

964A7E
RGB15074126
HSL319°33.93%43.92%
HSB/HSV319°50.67%58.82%
CMYK0.00%50.67%16.00%
41.18%

Color #964A7E in popluar number systems.

HEX964A7E
Decimal15074126
Binary1001011010010101111110
Octal226112176

Shades and tints

Shades of #964A7E

#964A7E
(150,74,126)
#894473
(137,68,115)
#7C3E68
(124,62,104)
#6F385D
(111,56,93)
#623252
(98,50,82)
#552C47
(85,44,71)
#48263C
(72,38,60)
#3B2031
(59,32,49)
#2E1A26
(46,26,38)
#21141B
(33,20,27)
#140E10
(20,14,16)
#000000
(0,0,0)

Tints of #964A7E

#964A7E
(150,74,126)
#9F5A89
(159,90,137)
#A86A94
(168,106,148)
#B17A9F
(177,122,159)
#BA8AAA
(186,138,170)
#C39AB5
(195,154,181)
#CCAAC0
(204,170,192)
#D5BACB
(213,186,203)
#DECAD6
(222,202,214)
#E7DAE1
(231,218,225)
#F0EAEC
(240,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #964A7E; }

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

This text font color is #964A7E.


Background Color

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

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

This div background color is #964A7E.


Border color

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

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

This div border color is #964A7E.


Opacity

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

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

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

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

This text has shadow with #964A7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #964A7E on black background.


Color preview on white background

This text has color #964A7E on white background.



Black color preview on #964A7E background

This text has black color on #964A7E background.


White color preview on #964A7E background

This text has white color on #964A7E background.