COLOR #964EBF

HEX: #964EBF
RGB: (150,78,191)

Color info

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

RGB color model

#964EBF color RGB value is (150,78,191).

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

RGB channels and saturation

R 150 of 255 = 59%
G 78 of 255 = 31%
B 191 of 255 = 75%

150
78
191

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

Portions of RGB colors in percentages

R + G + B =
150 + 78 + 191 = 419 (100%)
R 150 of 419 ~ 35.8%
G 78 of 419 ~ 18.62%
B 191 of 419 ~ 45.58%

%35.8
%18.62
%45.58

CMYK color model

#964EBF color CMYK value is (21,59,0,25).

  • cyan value is 21.47%
  • magenta value is 59.16%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(21,59,0,25)
C21M59Y0K25 
(21%,59%,0%,25%)
(0.21/0.59/0.00/0.25)	

CMYK percentages

%21.47
%59.16
%0
%25.1

Codes

Color #964EBF in popluar color models

964EBF
RGB15078191
HSL278°46.89%52.75%
HSB/HSV278°59.16%74.90%
CMYK21.47%59.16%0.00%
25.10%

Color #964EBF in popluar number systems.

HEX964EBF
Decimal15078191
Binary10010110100111010111111
Octal226116277

Shades and tints

Shades of #964EBF

#964EBF
(150,78,191)
#8947AE
(137,71,174)
#7C409D
(124,64,157)
#6F398C
(111,57,140)
#62327B
(98,50,123)
#552B6A
(85,43,106)
#482459
(72,36,89)
#3B1D48
(59,29,72)
#2E1637
(46,22,55)
#210F26
(33,15,38)
#140815
(20,8,21)
#000000
(0,0,0)

Tints of #964EBF

#964EBF
(150,78,191)
#9F5EC4
(159,94,196)
#A86EC9
(168,110,201)
#B17ECE
(177,126,206)
#BA8ED3
(186,142,211)
#C39ED8
(195,158,216)
#CCAEDD
(204,174,221)
#D5BEE2
(213,190,226)
#DECEE7
(222,206,231)
#E7DEEC
(231,222,236)
#F0EEF1
(240,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #964EBF; }

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

This text font color is #964EBF.


Background Color

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

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

This div background color is #964EBF.


Border color

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

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

This div border color is #964EBF.


Opacity

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

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

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

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

This text has shadow with #964EBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #964EBF on black background.


Color preview on white background

This text has color #964EBF on white background.



Black color preview on #964EBF background

This text has black color on #964EBF background.


White color preview on #964EBF background

This text has white color on #964EBF background.