COLOR #964BAD

HEX: #964BAD RGB: (150,75,173)

Color info

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

RGB color model

#964BAD color RGB value is (150,75,173).

RGB: (150,75,173) (59%, 29%, 68%)

RGB channels and saturation

R 150 of 255 = 59%
G 75 of 255 = 29%
B 173 of 255 = 68%

150
75
173

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

Portions of RGB colors in percentages

R + G + B = 150 + 75 + 173 = 398 (100%)
R 150 of 398 ~ 37.69%
G 75 of 398 ~ 18.84%
B 173 of 398 ~ 43.47'%

%37.69
%18.84
%43.47

CMYK color model

#964BAD color CMYK value is (13,57,0,32).

  • cyan value is 13.29%
  • magenta value is 56.65%
  • yellow value is 0.00%
  • key color value is 32.16%

CMYK: (13,57,0,32)
C13M57Y0K32 (13%, 57%, 0%, 32%)
(0.13 / 0.57 / 0.00 / 0.32)

CMYK percentages

%13.29
%56.65
%0
%32.16

Codes

Color #964BAD in popluar color models

96 4B AD
RGB 150 75 173
HSL 286° 39.52% 48.63%
HSB/HSV 286° 56.65% 67.84%
CMYK 13.29% 56.65% 0.00%
32.16%

Color #964BAD in popluar number systems.

HEX 96 4B AD
Decimal 150 75 173
Binary 10010110 1001011 10101101
Octal 226 113 255

Shades and tints

Shades of #964BAD

#964BAD
(150,75,173)
#89459E
(137,69,158)
#7C3F8F
(124,63,143)
#6F3980
(111,57,128)
#623371
(98,51,113)
#552D62
(85,45,98)
#482753
(72,39,83)
#3B2144
(59,33,68)
#2E1B35
(46,27,53)
#211526
(33,21,38)
#140F17
(20,15,23)
#000000
(0,0,0)

Tints of #964BAD

#964BAD
(150,75,173)
#9F5BB4
(159,91,180)
#A86BBB
(168,107,187)
#B17BC2
(177,123,194)
#BA8BC9
(186,139,201)
#C39BD0
(195,155,208)
#CCABD7
(204,171,215)
#D5BBDE
(213,187,222)
#DECBE5
(222,203,229)
#E7DBEC
(231,219,236)
#F0EBF3
(240,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #964BAD; }

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

This text font color is #964BAD.

Background Color

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

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

This div background color is #964BAD.

Border color

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

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

This div border color is #964BAD.

Opacity

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

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

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

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

This text has shadow with #964BAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #964BAD.

Preview

Color preview on black background

This text has color #964BAD on black background.


Color preview on white background

This text has color #964BAD on white background.


Black color preview on #964BAD background

This text has black color on #964BAD background.


White color preview on #964BAD background

This text has white color on #964BAD background.


Related colors

Complementary color

Complementary color for #964BAD is #69B452.


I love getcolorcode.com

Triadic colors

1 #AD964B and #4BAD96 with #964BAD are triadic colors.

2 #AD4B96 and #4B96AD with #964BAD are triadic colors.