COLOR #964CB3

HEX: #964CB3
RGB: (150,76,179)

Color info

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

RGB color model

#964CB3 color RGB value is (150,76,179).

  • red value is 150;
  • green value is 76;
  • blue value is 179.
RGB:
(150,76,179)
(59%,30%,70%)

RGB channels and saturation

R 150 of 255 = 59%
G 76 of 255 = 30%
B 179 of 255 = 70%

150
76
179

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

Portions of RGB colors in percentages

R + G + B =
150 + 76 + 179 = 405 (100%)
R 150 of 405 ~ 37.04%
G 76 of 405 ~ 18.77%
B 179 of 405 ~ 44.2%

%37.04
%18.77
%44.2

CMYK color model

#964CB3 color CMYK value is (16,58,0,30).

  • cyan value is 16.20%
  • magenta value is 57.54%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(16,58,0,30)
C16M58Y0K30 
(16%,58%,0%,30%)
(0.16/0.58/0.00/0.30)	

CMYK percentages

%16.2
%57.54
%0
%29.8

Codes

Color #964CB3 in popluar color models

964CB3
RGB15076179
HSL283°40.39%50.00%
HSB/HSV283°57.54%70.20%
CMYK16.20%57.54%0.00%
29.80%

Color #964CB3 in popluar number systems.

HEX964CB3
Decimal15076179
Binary10010110100110010110011
Octal226114263

Shades and tints

Shades of #964CB3

#964CB3
(150,76,179)
#8946A3
(137,70,163)
#7C4093
(124,64,147)
#6F3A83
(111,58,131)
#623473
(98,52,115)
#552E63
(85,46,99)
#482853
(72,40,83)
#3B2243
(59,34,67)
#2E1C33
(46,28,51)
#211623
(33,22,35)
#141013
(20,16,19)
#000000
(0,0,0)

Tints of #964CB3

#964CB3
(150,76,179)
#9F5CB9
(159,92,185)
#A86CBF
(168,108,191)
#B17CC5
(177,124,197)
#BA8CCB
(186,140,203)
#C39CD1
(195,156,209)
#CCACD7
(204,172,215)
#D5BCDD
(213,188,221)
#DECCE3
(222,204,227)
#E7DCE9
(231,220,233)
#F0ECEF
(240,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #964CB3 color. Also use rgb(150,76,179) instead hex code.

Text Font Color

.myTextColor { color: #964CB3; }

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

This text font color is #964CB3.


Background Color

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

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

This div background color is #964CB3.


Border color

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

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

This div border color is #964CB3.


Opacity

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

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

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

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

This text has shadow with #964CB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #964CB3 on black background.


Color preview on white background

This text has color #964CB3 on white background.



Black color preview on #964CB3 background

This text has black color on #964CB3 background.


White color preview on #964CB3 background

This text has white color on #964CB3 background.