COLOR #9D64AD

HEX: #9D64AD RGB: (157,100,173)

Color info

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

RGB color model

#9D64AD color RGB value is (157,100,173).

RGB: (157,100,173) (62%, 39%, 68%)

RGB channels and saturation

R 157 of 255 = 62%
G 100 of 255 = 39%
B 173 of 255 = 68%

157
100
173

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

Portions of RGB colors in percentages

R + G + B = 157 + 100 + 173 = 430 (100%)
R 157 of 430 ~ 36.51%
G 100 of 430 ~ 23.26%
B 173 of 430 ~ 40.23'%

%36.51
%23.26
%40.23

CMYK color model

#9D64AD color CMYK value is (9,42,0,32).

  • cyan value is 9.25%
  • magenta value is 42.20%
  • yellow value is 0.00%
  • key color value is 32.16%

CMYK: (9,42,0,32)
C9M42Y0K32 (9%, 42%, 0%, 32%)
(0.09 / 0.42 / 0.00 / 0.32)

CMYK percentages

%9.25
%42.2
%0
%32.16

Codes

Color #9D64AD in popluar color models

9D 64 AD
RGB 157 100 173
HSL 287° 30.80% 53.53%
HSB/HSV 287° 42.20% 67.84%
CMYK 9.25% 42.20% 0.00%
32.16%

Color #9D64AD in popluar number systems.

HEX 9D 64 AD
Decimal 157 100 173
Binary 10011101 1100100 10101101
Octal 235 144 255

Shades and tints

Shades of #9D64AD

#9D64AD
(157,100,173)
#8F5B9E
(143,91,158)
#81528F
(129,82,143)
#734980
(115,73,128)
#654071
(101,64,113)
#573762
(87,55,98)
#492E53
(73,46,83)
#3B2544
(59,37,68)
#2D1C35
(45,28,53)
#1F1326
(31,19,38)
#110A17
(17,10,23)
#000000
(0,0,0)

Tints of #9D64AD

#9D64AD
(157,100,173)
#A572B4
(165,114,180)
#AD80BB
(173,128,187)
#B58EC2
(181,142,194)
#BD9CC9
(189,156,201)
#C5AAD0
(197,170,208)
#CDB8D7
(205,184,215)
#D5C6DE
(213,198,222)
#DDD4E5
(221,212,229)
#E5E2EC
(229,226,236)
#EDF0F3
(237,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D64AD color. Also use rgb(157,100,173) instead hex code.

Text Font Color

.myTextColor { color: #9D64AD; }

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

This text font color is #9D64AD.

Background Color

.myBgColor { background-color: #9D64AD; }

<div style="background-color:#9D64AD">Inner text</div>

This div background color is #9D64AD.

Border color

.myBorderColor { border: 1px solid #9D64AD; }

<div style="border:3px solid #9D64AD">Div</div>

This div border color is #9D64AD.

Opacity

.myOpacity80 { color: #9D64AD; opacity: 0.8; }

<p style="color:#9D64AD;opacity:0.8;">80%</p>

Text with #9D64AD 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 #9D64AD;}

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

This text has shadow with #9D64AD color.


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

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

This text has shadow with #9D64AD primary color and red secondary color.


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

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

This text has shadow with #9D64AD and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #9D64AD.

Preview

Color preview on black background

This text has color #9D64AD on black background.


Color preview on white background

This text has color #9D64AD on white background.


Black color preview on #9D64AD background

This text has black color on #9D64AD background.


White color preview on #9D64AD background

This text has white color on #9D64AD background.


Related colors

Complementary color

Complementary color for #hex is #629B52.


I love getcolorcode.com

Triadic colors

1 #AD9D64 and #64AD9D with #9D64AD are triadic colors.

2 #AD649D and #649DAD with #9D64AD are triadic colors.