COLOR #9C7FAD

HEX: #9C7FAD
RGB: (156,127,173)

Color info

#9C7FAD contains red, green and blue colors in about the same proportion. Web safe color of #9C7FAD is #996699 (or #969).

RGB color model

#9C7FAD color RGB value is (156,127,173).

  • red value is 156;
  • green value is 127;
  • blue value is 173.
RGB:
(156,127,173)
(61%,50%,68%)

RGB channels and saturation

R 156 of 255 = 61%
G 127 of 255 = 50%
B 173 of 255 = 68%

156
127
173

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

Portions of RGB colors in percentages

R + G + B =
156 + 127 + 173 = 456 (100%)
R 156 of 456 ~ 34.21%
G 127 of 456 ~ 27.85%
B 173 of 456 ~ 37.94%

%34.21
%27.85
%37.94

CMYK color model

#9C7FAD color CMYK value is (10,27,0,32).

  • cyan value is 9.83%
  • magenta value is 26.59%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(10,27,0,32)
C10M27Y0K32 
(10%,27%,0%,32%)
(0.10/0.27/0.00/0.32)	

CMYK percentages

%9.83
%26.59
%0
%32.16

Codes

Color #9C7FAD in popluar color models

9C7FAD
RGB156127173
HSL278°21.90%58.82%
HSB/HSV278°26.59%67.84%
CMYK9.83%26.59%0.00%
32.16%

Color #9C7FAD in popluar number systems.

HEX9C7FAD
Decimal156127173
Binary10011100111111110101101
Octal234177255

Shades and tints

Shades of #9C7FAD

#9C7FAD
(156,127,173)
#8E749E
(142,116,158)
#80698F
(128,105,143)
#725E80
(114,94,128)
#645371
(100,83,113)
#564862
(86,72,98)
#483D53
(72,61,83)
#3A3244
(58,50,68)
#2C2735
(44,39,53)
#1E1C26
(30,28,38)
#101117
(16,17,23)
#000000
(0,0,0)

Tints of #9C7FAD

#9C7FAD
(156,127,173)
#A58AB4
(165,138,180)
#AE95BB
(174,149,187)
#B7A0C2
(183,160,194)
#C0ABC9
(192,171,201)
#C9B6D0
(201,182,208)
#D2C1D7
(210,193,215)
#DBCCDE
(219,204,222)
#E4D7E5
(228,215,229)
#EDE2EC
(237,226,236)
#F6EDF3
(246,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C7FAD color. Also use rgb(156,127,173) instead hex code.

Text Font Color

.myTextColor { color: #9C7FAD; }

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

This text font color is #9C7FAD.


Background Color

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

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

This div background color is #9C7FAD.


Border color

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

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

This div border color is #9C7FAD.


Opacity

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

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

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

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

This text has shadow with #9C7FAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C7FAD on black background.


Color preview on white background

This text has color #9C7FAD on white background.



Black color preview on #9C7FAD background

This text has black color on #9C7FAD background.


White color preview on #9C7FAD background

This text has white color on #9C7FAD background.