COLOR #964884

HEX: #964884
RGB: (150,72,132)

Color info

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

RGB color model

#964884 color RGB value is (150,72,132).

  • red value is 150;
  • green value is 72;
  • blue value is 132.
RGB:
(150,72,132)
(59%,28%,52%)

RGB channels and saturation

R 150 of 255 = 59%
G 72 of 255 = 28%
B 132 of 255 = 52%

150
72
132

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

Portions of RGB colors in percentages

R + G + B =
150 + 72 + 132 = 354 (100%)
R 150 of 354 ~ 42.37%
G 72 of 354 ~ 20.34%
B 132 of 354 ~ 37.29%

%42.37
%20.34
%37.29

CMYK color model

#964884 color CMYK value is (0,52,12,41).

  • cyan value is 0.00%
  • magenta value is 52.00%
  • yellow value is 12.00%
  • key color value is 41.18%
CMYK:
(0,52,12,41)
C0M52Y12K41 
(0%,52%,12%,41%)
(0.00/0.52/0.12/0.41)	

CMYK percentages

%0
%52
%12
%41.18

Codes

Color #964884 in popluar color models

964884
RGB15072132
HSL314°35.14%43.53%
HSB/HSV314°52.00%58.82%
CMYK0.00%52.00%12.00%
41.18%

Color #964884 in popluar number systems.

HEX964884
Decimal15072132
Binary10010110100100010000100
Octal226110204

Shades and tints

Shades of #964884

#964884
(150,72,132)
#894278
(137,66,120)
#7C3C6C
(124,60,108)
#6F3660
(111,54,96)
#623054
(98,48,84)
#552A48
(85,42,72)
#48243C
(72,36,60)
#3B1E30
(59,30,48)
#2E1824
(46,24,36)
#211218
(33,18,24)
#140C0C
(20,12,12)
#000000
(0,0,0)

Tints of #964884

#964884
(150,72,132)
#9F588F
(159,88,143)
#A8689A
(168,104,154)
#B178A5
(177,120,165)
#BA88B0
(186,136,176)
#C398BB
(195,152,187)
#CCA8C6
(204,168,198)
#D5B8D1
(213,184,209)
#DEC8DC
(222,200,220)
#E7D8E7
(231,216,231)
#F0E8F2
(240,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #964884 color. Also use rgb(150,72,132) instead hex code.

Text Font Color

.myTextColor { color: #964884; }

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

This text font color is #964884.


Background Color

.myBgColor { background-color: #964884; }

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

This div background color is #964884.


Border color

.myBorderColor { border: 1px solid #964884; }

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

This div border color is #964884.


Opacity

.myOpacity80 { color: #964884; opacity: 0.8; }

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

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

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

This text has shadow with #964884 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #964884 on black background.


Color preview on white background

This text has color #964884 on white background.



Black color preview on #964884 background

This text has black color on #964884 background.


White color preview on #964884 background

This text has white color on #964884 background.