COLOR #964EF7

HEX: #964EF7
RGB: (150,78,247)

Color info

#964EF7 contains mainly blue color. Web safe color of #964EF7 is #9966FF (or #96F).

RGB color model

#964EF7 color RGB value is (150,78,247).

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

RGB channels and saturation

R 150 of 255 = 59%
G 78 of 255 = 31%
B 247 of 255 = 97%

150
78
247

R + G + B ~ 62%. #964EF7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 78 + 247 = 475 (100%)
R 150 of 475 ~ 31.58%
G 78 of 475 ~ 16.42%
B 247 of 475 ~ 52%

%31.58
%16.42
%52

CMYK color model

#964EF7 color CMYK value is (39,68,0,3).

  • cyan value is 39.27%
  • magenta value is 68.42%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(39,68,0,3)
C39M68Y0K3 
(39%,68%,0%,3%)
(0.39/0.68/0.00/0.03)	

CMYK percentages

%39.27
%68.42
%0
%3.14

Codes

Color #964EF7 in popluar color models

964EF7
RGB15078247
HSL266°91.35%63.73%
HSB/HSV266°68.42%96.86%
CMYK39.27%68.42%0.00%
3.14%

Color #964EF7 in popluar number systems.

HEX964EF7
Decimal15078247
Binary10010110100111011110111
Octal226116367

Shades and tints

Shades of #964EF7

#964EF7
(150,78,247)
#8947E1
(137,71,225)
#7C40CB
(124,64,203)
#6F39B5
(111,57,181)
#62329F
(98,50,159)
#552B89
(85,43,137)
#482473
(72,36,115)
#3B1D5D
(59,29,93)
#2E1647
(46,22,71)
#210F31
(33,15,49)
#14081B
(20,8,27)
#000000
(0,0,0)

Tints of #964EF7

#964EF7
(150,78,247)
#9F5EF7
(159,94,247)
#A86EF7
(168,110,247)
#B17EF7
(177,126,247)
#BA8EF7
(186,142,247)
#C39EF7
(195,158,247)
#CCAEF7
(204,174,247)
#D5BEF7
(213,190,247)
#DECEF7
(222,206,247)
#E7DEF7
(231,222,247)
#F0EEF7
(240,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #964EF7; }

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

This text font color is #964EF7.


Background Color

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

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

This div background color is #964EF7.


Border color

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

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

This div border color is #964EF7.


Opacity

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

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

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

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

This text has shadow with #964EF7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #964EF7 on black background.


Color preview on white background

This text has color #964EF7 on white background.



Black color preview on #964EF7 background

This text has black color on #964EF7 background.


White color preview on #964EF7 background

This text has white color on #964EF7 background.