COLOR #964ECF

HEX: #964ECF
RGB: (150,78,207)

Color info

#964ECF contains mainly red and blue colors. Web safe color of #964ECF is #9966CC (or #96C).

RGB color model

#964ECF color RGB value is (150,78,207).

  • red value is 150;
  • green value is 78;
  • blue value is 207.
RGB:
(150,78,207)
(59%,31%,81%)

RGB channels and saturation

R 150 of 255 = 59%
G 78 of 255 = 31%
B 207 of 255 = 81%

150
78
207

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

Portions of RGB colors in percentages

R + G + B =
150 + 78 + 207 = 435 (100%)
R 150 of 435 ~ 34.48%
G 78 of 435 ~ 17.93%
B 207 of 435 ~ 47.59%

%34.48
%17.93
%47.59

CMYK color model

#964ECF color CMYK value is (28,62,0,19).

  • cyan value is 27.54%
  • magenta value is 62.32%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(28,62,0,19)
C28M62Y0K19 
(28%,62%,0%,19%)
(0.28/0.62/0.00/0.19)	

CMYK percentages

%27.54
%62.32
%0
%18.82

Codes

Color #964ECF in popluar color models

964ECF
RGB15078207
HSL273°57.33%55.88%
HSB/HSV273°62.32%81.18%
CMYK27.54%62.32%0.00%
18.82%

Color #964ECF in popluar number systems.

HEX964ECF
Decimal15078207
Binary10010110100111011001111
Octal226116317

Shades and tints

Shades of #964ECF

#964ECF
(150,78,207)
#8947BD
(137,71,189)
#7C40AB
(124,64,171)
#6F3999
(111,57,153)
#623287
(98,50,135)
#552B75
(85,43,117)
#482463
(72,36,99)
#3B1D51
(59,29,81)
#2E163F
(46,22,63)
#210F2D
(33,15,45)
#14081B
(20,8,27)
#000000
(0,0,0)

Tints of #964ECF

#964ECF
(150,78,207)
#9F5ED3
(159,94,211)
#A86ED7
(168,110,215)
#B17EDB
(177,126,219)
#BA8EDF
(186,142,223)
#C39EE3
(195,158,227)
#CCAEE7
(204,174,231)
#D5BEEB
(213,190,235)
#DECEEF
(222,206,239)
#E7DEF3
(231,222,243)
#F0EEF7
(240,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #964ECF; }

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

This text font color is #964ECF.


Background Color

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

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

This div background color is #964ECF.


Border color

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

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

This div border color is #964ECF.


Opacity

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

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

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

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

This text has shadow with #964ECF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #964ECF on black background.


Color preview on white background

This text has color #964ECF on white background.



Black color preview on #964ECF background

This text has black color on #964ECF background.


White color preview on #964ECF background

This text has white color on #964ECF background.