COLOR #9C71AA

HEX: #9C71AA
RGB: (156,113,170)

Color info

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

RGB color model

#9C71AA color RGB value is (156,113,170).

  • red value is 156;
  • green value is 113;
  • blue value is 170.
RGB: (156,113,170) (61%,44%,67%)

RGB channels and saturation

R 156 of 255 = 61%
G 113 of 255 = 44%
B 170 of 255 = 67%

156
113
170

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

Portions of RGB colors in percentages

R + G + B =
156 + 113 + 170 = 439 (100%)
R 156 of 439 ~ 35.54%
G 113 of 439 ~ 25.74%
B 170 of 439 ~ 38.72%

%35.54
%25.74
%38.72

CMYK color model

#9C71AA color CMYK value is (8,34,0,33).

  • cyan value is 8.24%
  • magenta value is 33.53%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK: (8,34,0,33) C8M34Y0K33 (8%,34%,0%,33%) (0.08/0.34/0.00/0.33)

CMYK percentages

%8.24
%33.53
%0
%33.33

Codes

Color #9C71AA in popluar color models

9C71AA
RGB156113170
HSL285°25.11%55.49%
HSB/HSV285°33.53%66.67%
CMYK8.24%33.53%0.00%
33.33%

Color #9C71AA in popluar number systems.

HEX9C71AA
Decimal156113170
Binary10011100111000110101010
Octal234161252

Shades and tints

Shades of #9C71AA

#9C71AA
(156,113,170)
#8E679B
(142,103,155)
#805D8C
(128,93,140)
#72537D
(114,83,125)
#64496E
(100,73,110)
#563F5F
(86,63,95)
#483550
(72,53,80)
#3A2B41
(58,43,65)
#2C2132
(44,33,50)
#1E1723
(30,23,35)
#100D14
(16,13,20)
#000000
(0,0,0)

Tints of #9C71AA

#9C71AA
(156,113,170)
#A57DB1
(165,125,177)
#AE89B8
(174,137,184)
#B795BF
(183,149,191)
#C0A1C6
(192,161,198)
#C9ADCD
(201,173,205)
#D2B9D4
(210,185,212)
#DBC5DB
(219,197,219)
#E4D1E2
(228,209,226)
#EDDDE9
(237,221,233)
#F6E9F0
(246,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C71AA color. Also use rgb(156,113,170) instead hex code.

Text Font Color

.myTextColor { color: #9C71AA; }

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

This text font color is #9C71AA.


Background Color

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

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

This div background color is #9C71AA.


Border color

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

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

This div border color is #9C71AA.


Opacity

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

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

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

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

This text has shadow with #9C71AA color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #9C71AA on black background.


Color preview on white background

This text has color #9C71AA on white background.



Black color preview on #9C71AA background

This text has black color on #9C71AA background.


White color preview on #9C71AA background

This text has white color on #9C71AA background.