COLOR #9664B1

HEX: #9664B1 RGB: (150,100,177)

Color info

#9664B1 contains mainly red and blue colors. Web safe color of #9664B1 is #996699 (or #969).

RGB color model

#9664B1 color RGB value is (150,100,177).

RGB: (150,100,177) (59%, 39%, 69%)

RGB channels and saturation

R 150 of 255 = 59%
G 100 of 255 = 39%
B 177 of 255 = 69%

150
100
177

R + G + B ~ 56%. #9664B1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 150 + 100 + 177 = 427 (100%)
R 150 of 427 ~ 35.13%
G 100 of 427 ~ 23.42%
B 177 of 427 ~ 41.45'%

%35.13
%23.42
%41.45

CMYK color model

#9664B1 color CMYK value is (15,44,0,31).

  • cyan value is 15.25%
  • magenta value is 43.50%
  • yellow value is 0.00%
  • key color value is 30.59%

CMYK: (15,44,0,31)
C15M44Y0K31 (15%, 44%, 0%, 31%)
(0.15 / 0.44 / 0.00 / 0.31)

CMYK percentages

%15.25
%43.5
%0
%30.59

Codes

Color #9664B1 in popluar color models

96 64 B1
RGB 150 100 177
HSL 279° 33.05% 54.31%
HSB/HSV 279° 43.50% 69.41%
CMYK 15.25% 43.50% 0.00%
30.59%

Color #9664B1 in popluar number systems.

HEX 96 64 B1
Decimal 150 100 177
Binary 10010110 1100100 10110001
Octal 226 144 261

Shades and tints

Shades of #9664B1

#9664B1
(150,100,177)
#895BA1
(137,91,161)
#7C5291
(124,82,145)
#6F4981
(111,73,129)
#624071
(98,64,113)
#553761
(85,55,97)
#482E51
(72,46,81)
#3B2541
(59,37,65)
#2E1C31
(46,28,49)
#211321
(33,19,33)
#140A11
(20,10,17)
#000000
(0,0,0)

Tints of #9664B1

#9664B1
(150,100,177)
#9F72B8
(159,114,184)
#A880BF
(168,128,191)
#B18EC6
(177,142,198)
#BA9CCD
(186,156,205)
#C3AAD4
(195,170,212)
#CCB8DB
(204,184,219)
#D5C6E2
(213,198,226)
#DED4E9
(222,212,233)
#E7E2F0
(231,226,240)
#F0F0F7
(240,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9664B1 color. Also use rgb(150,100,177) instead hex code.

Text Font Color

.myTextColor { color: #9664B1; }

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

This text font color is #9664B1.

Background Color

.myBgColor { background-color: #9664B1; }

<div style="background-color:#9664B1">Inner text</div>

This div background color is #9664B1.

Border color

.myBorderColor { border: 1px solid #9664B1; }

<div style="border:3px solid #9664B1">Div</div>

This div border color is #9664B1.

Opacity

.myOpacity80 { color: #9664B1; opacity: 0.8; }

<p style="color:#9664B1;opacity:0.8;">80%</p>

Text with #9664B1 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 #9664B1;}

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

This text has shadow with #9664B1 color.


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

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

This text has shadow with #9664B1 primary color and red secondary color.


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

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

This text has shadow with #9664B1 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #9664B1.

Preview

Color preview on black background

This text has color #9664B1 on black background.


Color preview on white background

This text has color #9664B1 on white background.


Black color preview on #9664B1 background

This text has black color on #9664B1 background.


White color preview on #9664B1 background

This text has white color on #9664B1 background.


Related colors

Complementary color

Complementary color for #hex is #699B4E.


I love getcolorcode.com

Triadic colors

1 #B19664 and #64B196 with #9664B1 are triadic colors.

2 #B16496 and #6496B1 with #9664B1 are triadic colors.