COLOR #9664D2

HEX: #9664D2 RGB: (150,100,210)

Color info

#9664D2 contains mainly blue color. Web safe color of #9664D2 is #9966CC (or #96C).

RGB color model

#9664D2 color RGB value is (150,100,210).

RGB: (150,100,210) (59%, 39%, 82%)

RGB channels and saturation

R 150 of 255 = 59%
G 100 of 255 = 39%
B 210 of 255 = 82%

150
100
210

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

Portions of RGB colors in percentages

R + G + B = 150 + 100 + 210 = 460 (100%)
R 150 of 460 ~ 32.61%
G 100 of 460 ~ 21.74%
B 210 of 460 ~ 45.65'%

%32.61
%21.74
%45.65

CMYK color model

#9664D2 color CMYK value is (29,52,0,18).

  • cyan value is 28.57%
  • magenta value is 52.38%
  • yellow value is 0.00%
  • key color value is 17.65%

CMYK: (29,52,0,18)
C29M52Y0K18 (29%, 52%, 0%, 18%)
(0.29 / 0.52 / 0.00 / 0.18)

CMYK percentages

%28.57
%52.38
%0
%17.65

Codes

Color #9664D2 in popluar color models

96 64 D2
RGB 150 100 210
HSL 267° 55.00% 60.78%
HSB/HSV 267° 52.38% 82.35%
CMYK 28.57% 52.38% 0.00%
17.65%

Color #9664D2 in popluar number systems.

HEX 96 64 D2
Decimal 150 100 210
Binary 10010110 1100100 11010010
Octal 226 144 322

Shades and tints

Shades of #9664D2

#9664D2
(150,100,210)
#895BBF
(137,91,191)
#7C52AC
(124,82,172)
#6F4999
(111,73,153)
#624086
(98,64,134)
#553773
(85,55,115)
#482E60
(72,46,96)
#3B254D
(59,37,77)
#2E1C3A
(46,28,58)
#211327
(33,19,39)
#140A14
(20,10,20)
#000000
(0,0,0)

Tints of #9664D2

#9664D2
(150,100,210)
#9F72D6
(159,114,214)
#A880DA
(168,128,218)
#B18EDE
(177,142,222)
#BA9CE2
(186,156,226)
#C3AAE6
(195,170,230)
#CCB8EA
(204,184,234)
#D5C6EE
(213,198,238)
#DED4F2
(222,212,242)
#E7E2F6
(231,226,246)
#F0F0FA
(240,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9664D2; }

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

This text font color is #9664D2.

Background Color

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

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

This div background color is #9664D2.

Border color

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

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

This div border color is #9664D2.

Opacity

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

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

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

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

This text has shadow with #9664D2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9664D2.

Preview

Color preview on black background

This text has color #9664D2 on black background.


Color preview on white background

This text has color #9664D2 on white background.


Black color preview on #9664D2 background

This text has black color on #9664D2 background.


White color preview on #9664D2 background

This text has white color on #9664D2 background.


Related colors

Complementary color

Complementary color for #hex is #699B2D.


I love getcolorcode.com

Triadic colors

1 #D29664 and #64D296 with #9664D2 are triadic colors.

2 #D26496 and #6496D2 with #9664D2 are triadic colors.