COLOR #964DAF

HEX: #964DAF
RGB: (150,77,175)

Color info

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

RGB color model

#964DAF color RGB value is (150,77,175).

  • red value is 150;
  • green value is 77;
  • blue value is 175.
RGB:
(150,77,175)
(59%,30%,69%)

RGB channels and saturation

R 150 of 255 = 59%
G 77 of 255 = 30%
B 175 of 255 = 69%

150
77
175

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

Portions of RGB colors in percentages

R + G + B =
150 + 77 + 175 = 402 (100%)
R 150 of 402 ~ 37.31%
G 77 of 402 ~ 19.15%
B 175 of 402 ~ 43.53%

%37.31
%19.15
%43.53

CMYK color model

#964DAF color CMYK value is (14,56,0,31).

  • cyan value is 14.29%
  • magenta value is 56.00%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(14,56,0,31)
C14M56Y0K31 
(14%,56%,0%,31%)
(0.14/0.56/0.00/0.31)	

CMYK percentages

%14.29
%56
%0
%31.37

Codes

Color #964DAF in popluar color models

964DAF
RGB15077175
HSL285°38.89%49.41%
HSB/HSV285°56.00%68.63%
CMYK14.29%56.00%0.00%
31.37%

Color #964DAF in popluar number systems.

HEX964DAF
Decimal15077175
Binary10010110100110110101111
Octal226115257

Shades and tints

Shades of #964DAF

#964DAF
(150,77,175)
#8946A0
(137,70,160)
#7C3F91
(124,63,145)
#6F3882
(111,56,130)
#623173
(98,49,115)
#552A64
(85,42,100)
#482355
(72,35,85)
#3B1C46
(59,28,70)
#2E1537
(46,21,55)
#210E28
(33,14,40)
#140719
(20,7,25)
#000000
(0,0,0)

Tints of #964DAF

#964DAF
(150,77,175)
#9F5DB6
(159,93,182)
#A86DBD
(168,109,189)
#B17DC4
(177,125,196)
#BA8DCB
(186,141,203)
#C39DD2
(195,157,210)
#CCADD9
(204,173,217)
#D5BDE0
(213,189,224)
#DECDE7
(222,205,231)
#E7DDEE
(231,221,238)
#F0EDF5
(240,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #964DAF color. Also use rgb(150,77,175) instead hex code.

Text Font Color

.myTextColor { color: #964DAF; }

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

This text font color is #964DAF.


Background Color

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

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

This div background color is #964DAF.


Border color

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

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

This div border color is #964DAF.


Opacity

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

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

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

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

This text has shadow with #964DAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #964DAF on black background.


Color preview on white background

This text has color #964DAF on white background.



Black color preview on #964DAF background

This text has black color on #964DAF background.


White color preview on #964DAF background

This text has white color on #964DAF background.