COLOR #9647A4

HEX: #9647A4 RGB: (150,71,164)

Color info

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

RGB color model

#9647A4 color RGB value is (150,71,164).

RGB: (150,71,164) (59%, 28%, 64%)

RGB channels and saturation

R 150 of 255 = 59%
G 71 of 255 = 28%
B 164 of 255 = 64%

150
71
164

R + G + B ~ 50%. #9647A4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 150 + 71 + 164 = 385 (100%)
R 150 of 385 ~ 38.96%
G 71 of 385 ~ 18.44%
B 164 of 385 ~ 42.6'%

%38.96
%18.44
%42.6

CMYK color model

#9647A4 color CMYK value is (9,57,0,36).

  • cyan value is 8.54%
  • magenta value is 56.71%
  • yellow value is 0.00%
  • key color value is 35.69%

CMYK: (9,57,0,36)
C9M57Y0K36 (9%, 57%, 0%, 36%)
(0.09 / 0.57 / 0.00 / 0.36)

CMYK percentages

%8.54
%56.71
%0
%35.69

Codes

Color #9647A4 in popluar color models

96 47 A4
RGB 150 71 164
HSL 291° 39.57% 46.08%
HSB/HSV 291° 56.71% 64.31%
CMYK 8.54% 56.71% 0.00%
35.69%

Color #9647A4 in popluar number systems.

HEX 96 47 A4
Decimal 150 71 164
Binary 10010110 1000111 10100100
Octal 226 107 244

Shades and tints

Shades of #9647A4

#9647A4
(150,71,164)
#894196
(137,65,150)
#7C3B88
(124,59,136)
#6F357A
(111,53,122)
#622F6C
(98,47,108)
#55295E
(85,41,94)
#482350
(72,35,80)
#3B1D42
(59,29,66)
#2E1734
(46,23,52)
#211126
(33,17,38)
#140B18
(20,11,24)
#000000
(0,0,0)

Tints of #9647A4

#9647A4
(150,71,164)
#9F57AC
(159,87,172)
#A867B4
(168,103,180)
#B177BC
(177,119,188)
#BA87C4
(186,135,196)
#C397CC
(195,151,204)
#CCA7D4
(204,167,212)
#D5B7DC
(213,183,220)
#DEC7E4
(222,199,228)
#E7D7EC
(231,215,236)
#F0E7F4
(240,231,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9647A4 color. Also use rgb(150,71,164) instead hex code.

Text Font Color

.myTextColor { color: #9647A4; }

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

This text font color is #9647A4.

Background Color

.myBgColor { background-color: #9647A4; }

<div style="background-color:#9647A4">Inner text</div>

This div background color is #9647A4.

Border color

.myBorderColor { border: 1px solid #9647A4; }

<div style="border:3px solid #9647A4">Div</div>

This div border color is #9647A4.

Opacity

.myOpacity80 { color: #9647A4; opacity: 0.8; }

<p style="color:#9647A4;opacity:0.8;">80%</p>

Text with #9647A4 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 #9647A4;}

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

This text has shadow with #9647A4 color.


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

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

This text has shadow with #9647A4 primary color and red secondary color.


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

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

This text has shadow with #9647A4 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #9647A4.

Preview

Color preview on black background

This text has color #9647A4 on black background.


Color preview on white background

This text has color #9647A4 on white background.


Black color preview on #9647A4 background

This text has black color on #9647A4 background.


White color preview on #9647A4 background

This text has white color on #9647A4 background.


Related colors

Complementary color

Complementary color for #hex is #69B85B.


I love getcolorcode.com

Triadic colors

1 #A49647 and #47A496 with #9647A4 are triadic colors.

2 #A44796 and #4796A4 with #9647A4 are triadic colors.