COLOR #9964A5

HEX: #9964A5 RGB: (153,100,165)

Color info

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

RGB color model

#9964A5 color RGB value is (153,100,165).

RGB: (153,100,165) (60%, 39%, 65%)

RGB channels and saturation

R 153 of 255 = 60%
G 100 of 255 = 39%
B 165 of 255 = 65%

153
100
165

R + G + B ~ 55%. #9964A5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 153 + 100 + 165 = 418 (100%)
R 153 of 418 ~ 36.6%
G 100 of 418 ~ 23.92%
B 165 of 418 ~ 39.47'%

%36.6
%23.92
%39.47

CMYK color model

#9964A5 color CMYK value is (7,39,0,35).

  • cyan value is 7.27%
  • magenta value is 39.39%
  • yellow value is 0.00%
  • key color value is 35.29%

CMYK: (7,39,0,35)
C7M39Y0K35 (7%, 39%, 0%, 35%)
(0.07 / 0.39 / 0.00 / 0.35)

CMYK percentages

%7.27
%39.39
%0
%35.29

Codes

Color #9964A5 in popluar color models

99 64 A5
RGB 153 100 165
HSL 289° 26.53% 51.96%
HSB/HSV 289° 39.39% 64.71%
CMYK 7.27% 39.39% 0.00%
35.29%

Color #9964A5 in popluar number systems.

HEX 99 64 A5
Decimal 153 100 165
Binary 10011001 1100100 10100101
Octal 231 144 245

Shades and tints

Shades of #9964A5

#9964A5
(153,100,165)
#8C5B96
(140,91,150)
#7F5287
(127,82,135)
#724978
(114,73,120)
#654069
(101,64,105)
#58375A
(88,55,90)
#4B2E4B
(75,46,75)
#3E253C
(62,37,60)
#311C2D
(49,28,45)
#24131E
(36,19,30)
#170A0F
(23,10,15)
#000000
(0,0,0)

Tints of #9964A5

#9964A5
(153,100,165)
#A272AD
(162,114,173)
#AB80B5
(171,128,181)
#B48EBD
(180,142,189)
#BD9CC5
(189,156,197)
#C6AACD
(198,170,205)
#CFB8D5
(207,184,213)
#D8C6DD
(216,198,221)
#E1D4E5
(225,212,229)
#EAE2ED
(234,226,237)
#F3F0F5
(243,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9964A5 color. Also use rgb(153,100,165) instead hex code.

Text Font Color

.myTextColor { color: #9964A5; }

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

This text font color is #9964A5.

Background Color

.myBgColor { background-color: #9964A5; }

<div style="background-color:#9964A5">Inner text</div>

This div background color is #9964A5.

Border color

.myBorderColor { border: 1px solid #9964A5; }

<div style="border:3px solid #9964A5">Div</div>

This div border color is #9964A5.

Opacity

.myOpacity80 { color: #9964A5; opacity: 0.8; }

<p style="color:#9964A5;opacity:0.8;">80%</p>

Text with #9964A5 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 #9964A5;}

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

This text has shadow with #9964A5 color.


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

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

This text has shadow with #9964A5 primary color and red secondary color.


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

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

This text has shadow with #9964A5 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #9964A5.

Preview

Color preview on black background

This text has color #9964A5 on black background.


Color preview on white background

This text has color #9964A5 on white background.


Black color preview on #9964A5 background

This text has black color on #9964A5 background.


White color preview on #9964A5 background

This text has white color on #9964A5 background.


Related colors

Complementary color

Complementary color for #hex is #669B5A.


I love getcolorcode.com

Triadic colors

1 #A59964 and #64A599 with #9964A5 are triadic colors.

2 #A56499 and #6499A5 with #9964A5 are triadic colors.