COLOR #964BBA

HEX: #964BBA
RGB: (150,75,186)

Color info

#964BBA contains mainly red and blue colors. Web safe color of #964BBA is #9933CC (or #93C).

RGB color model

#964BBA color RGB value is (150,75,186).

  • red value is 150;
  • green value is 75;
  • blue value is 186.
RGB:
(150,75,186)
(59%,29%,73%)

RGB channels and saturation

R 150 of 255 = 59%
G 75 of 255 = 29%
B 186 of 255 = 73%

150
75
186

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

Portions of RGB colors in percentages

R + G + B =
150 + 75 + 186 = 411 (100%)
R 150 of 411 ~ 36.5%
G 75 of 411 ~ 18.25%
B 186 of 411 ~ 45.26%

%36.5
%18.25
%45.26

CMYK color model

#964BBA color CMYK value is (19,60,0,27).

  • cyan value is 19.35%
  • magenta value is 59.68%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(19,60,0,27)
C19M60Y0K27 
(19%,60%,0%,27%)
(0.19/0.60/0.00/0.27)	

CMYK percentages

%19.35
%59.68
%0
%27.06

Codes

Color #964BBA in popluar color models

964BBA
RGB15075186
HSL281°44.58%51.18%
HSB/HSV281°59.68%72.94%
CMYK19.35%59.68%0.00%
27.06%

Color #964BBA in popluar number systems.

HEX964BBA
Decimal15075186
Binary10010110100101110111010
Octal226113272

Shades and tints

Shades of #964BBA

#964BBA
(150,75,186)
#8945AA
(137,69,170)
#7C3F9A
(124,63,154)
#6F398A
(111,57,138)
#62337A
(98,51,122)
#552D6A
(85,45,106)
#48275A
(72,39,90)
#3B214A
(59,33,74)
#2E1B3A
(46,27,58)
#21152A
(33,21,42)
#140F1A
(20,15,26)
#000000
(0,0,0)

Tints of #964BBA

#964BBA
(150,75,186)
#9F5BC0
(159,91,192)
#A86BC6
(168,107,198)
#B17BCC
(177,123,204)
#BA8BD2
(186,139,210)
#C39BD8
(195,155,216)
#CCABDE
(204,171,222)
#D5BBE4
(213,187,228)
#DECBEA
(222,203,234)
#E7DBF0
(231,219,240)
#F0EBF6
(240,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #964BBA color. Also use rgb(150,75,186) instead hex code.

Text Font Color

.myTextColor { color: #964BBA; }

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

This text font color is #964BBA.


Background Color

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

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

This div background color is #964BBA.


Border color

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

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

This div border color is #964BBA.


Opacity

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

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

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

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

This text has shadow with #964BBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #964BBA on black background.


Color preview on white background

This text has color #964BBA on white background.



Black color preview on #964BBA background

This text has black color on #964BBA background.


White color preview on #964BBA background

This text has white color on #964BBA background.