COLOR #964682

HEX: #964682
RGB: (150,70,130)

Color info

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

RGB color model

#964682 color RGB value is (150,70,130).

  • red value is 150;
  • green value is 70;
  • blue value is 130.
RGB:
(150,70,130)
(59%,27%,51%)

RGB channels and saturation

R 150 of 255 = 59%
G 70 of 255 = 27%
B 130 of 255 = 51%

150
70
130

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

Portions of RGB colors in percentages

R + G + B =
150 + 70 + 130 = 350 (100%)
R 150 of 350 ~ 42.86%
G 70 of 350 ~ 20%
B 130 of 350 ~ 37.14%

%42.86
%20
%37.14

CMYK color model

#964682 color CMYK value is (0,53,13,41).

  • cyan value is 0.00%
  • magenta value is 53.33%
  • yellow value is 13.33%
  • key color value is 41.18%
CMYK:
(0,53,13,41)
C0M53Y13K41 
(0%,53%,13%,41%)
(0.00/0.53/0.13/0.41)	

CMYK percentages

%0
%53.33
%13.33
%41.18

Codes

Color #964682 in popluar color models

964682
RGB15070130
HSL315°36.36%43.14%
HSB/HSV315°53.33%58.82%
CMYK0.00%53.33%13.33%
41.18%

Color #964682 in popluar number systems.

HEX964682
Decimal15070130
Binary10010110100011010000010
Octal226106202

Shades and tints

Shades of #964682

#964682
(150,70,130)
#894077
(137,64,119)
#7C3A6C
(124,58,108)
#6F3461
(111,52,97)
#622E56
(98,46,86)
#55284B
(85,40,75)
#482240
(72,34,64)
#3B1C35
(59,28,53)
#2E162A
(46,22,42)
#21101F
(33,16,31)
#140A14
(20,10,20)
#000000
(0,0,0)

Tints of #964682

#964682
(150,70,130)
#9F568D
(159,86,141)
#A86698
(168,102,152)
#B176A3
(177,118,163)
#BA86AE
(186,134,174)
#C396B9
(195,150,185)
#CCA6C4
(204,166,196)
#D5B6CF
(213,182,207)
#DEC6DA
(222,198,218)
#E7D6E5
(231,214,229)
#F0E6F0
(240,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #964682 color. Also use rgb(150,70,130) instead hex code.

Text Font Color

.myTextColor { color: #964682; }

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

This text font color is #964682.


Background Color

.myBgColor { background-color: #964682; }

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

This div background color is #964682.


Border color

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

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

This div border color is #964682.


Opacity

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

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

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

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

This text has shadow with #964682 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #964682 on black background.


Color preview on white background

This text has color #964682 on white background.



Black color preview on #964682 background

This text has black color on #964682 background.


White color preview on #964682 background

This text has white color on #964682 background.