COLOR #9C64A9

HEX: #9C64A9
RGB: (156,100,169)

Color info

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

RGB color model

#9C64A9 color RGB value is (156,100,169).

  • red value is 156;
  • green value is 100;
  • blue value is 169.
RGB:
(156,100,169)
(61%,39%,66%)

RGB channels and saturation

R 156 of 255 = 61%
G 100 of 255 = 39%
B 169 of 255 = 66%

156
100
169

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

Portions of RGB colors in percentages

R + G + B =
156 + 100 + 169 = 425 (100%)
R 156 of 425 ~ 36.71%
G 100 of 425 ~ 23.53%
B 169 of 425 ~ 39.76%

%36.71
%23.53
%39.76

CMYK color model

#9C64A9 color CMYK value is (8,41,0,34).

  • cyan value is 7.69%
  • magenta value is 40.83%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(8,41,0,34)
C8M41Y0K34 
(8%,41%,0%,34%)
(0.08/0.41/0.00/0.34)	

CMYK percentages

%7.69
%40.83
%0
%33.73

Codes

Color #9C64A9 in popluar color models

9C64A9
RGB156100169
HSL289°28.63%52.75%
HSB/HSV289°40.83%66.27%
CMYK7.69%40.83%0.00%
33.73%

Color #9C64A9 in popluar number systems.

HEX9C64A9
Decimal156100169
Binary10011100110010010101001
Octal234144251

Shades and tints

Shades of #9C64A9

#9C64A9
(156,100,169)
#8E5B9A
(142,91,154)
#80528B
(128,82,139)
#72497C
(114,73,124)
#64406D
(100,64,109)
#56375E
(86,55,94)
#482E4F
(72,46,79)
#3A2540
(58,37,64)
#2C1C31
(44,28,49)
#1E1322
(30,19,34)
#100A13
(16,10,19)
#000000
(0,0,0)

Tints of #9C64A9

#9C64A9
(156,100,169)
#A572B0
(165,114,176)
#AE80B7
(174,128,183)
#B78EBE
(183,142,190)
#C09CC5
(192,156,197)
#C9AACC
(201,170,204)
#D2B8D3
(210,184,211)
#DBC6DA
(219,198,218)
#E4D4E1
(228,212,225)
#EDE2E8
(237,226,232)
#F6F0EF
(246,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C64A9 color. Also use rgb(156,100,169) instead hex code.

Text Font Color

.myTextColor { color: #9C64A9; }

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

This text font color is #9C64A9.


Background Color

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

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

This div background color is #9C64A9.


Border color

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

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

This div border color is #9C64A9.


Opacity

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

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

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

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

This text has shadow with #9C64A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C64A9 on black background.


Color preview on white background

This text has color #9C64A9 on white background.



Black color preview on #9C64A9 background

This text has black color on #9C64A9 background.


White color preview on #9C64A9 background

This text has white color on #9C64A9 background.