COLOR #9C70AB

HEX: #9C70AB RGB: (156,112,171)

Color info

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

RGB color model

#9C70AB color RGB value is (156,112,171).

RGB: (156,112,171) (61%, 44%, 67%)

RGB channels and saturation

R 156 of 255 = 61%
G 112 of 255 = 44%
B 171 of 255 = 67%

156
112
171

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

Portions of RGB colors in percentages

R + G + B = 156 + 112 + 171 = 439 (100%)
R 156 of 439 ~ 35.54%
G 112 of 439 ~ 25.51%
B 171 of 439 ~ 38.95'%

%35.54
%25.51
%38.95

CMYK color model

#9C70AB color CMYK value is (9,35,0,33).

  • cyan value is 8.77%
  • magenta value is 34.50%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (9,35,0,33)
C9M35Y0K33 (9%, 35%, 0%, 33%)
(0.09 / 0.35 / 0.00 / 0.33)

CMYK percentages

%8.77
%34.5
%0
%32.94

Codes

Color #9C70AB in popluar color models

9C 70 AB
RGB 156 112 171
HSL 285° 25.99% 55.49%
HSB/HSV 285° 34.50% 67.06%
CMYK 8.77% 34.50% 0.00%
32.94%

Color #9C70AB in popluar number systems.

HEX 9C 70 AB
Decimal 156 112 171
Binary 10011100 1110000 10101011
Octal 234 160 253

Shades and tints

Shades of #9C70AB

#9C70AB
(156,112,171)
#8E669C
(142,102,156)
#805C8D
(128,92,141)
#72527E
(114,82,126)
#64486F
(100,72,111)
#563E60
(86,62,96)
#483451
(72,52,81)
#3A2A42
(58,42,66)
#2C2033
(44,32,51)
#1E1624
(30,22,36)
#100C15
(16,12,21)
#000000
(0,0,0)

Tints of #9C70AB

#9C70AB
(156,112,171)
#A57DB2
(165,125,178)
#AE8AB9
(174,138,185)
#B797C0
(183,151,192)
#C0A4C7
(192,164,199)
#C9B1CE
(201,177,206)
#D2BED5
(210,190,213)
#DBCBDC
(219,203,220)
#E4D8E3
(228,216,227)
#EDE5EA
(237,229,234)
#F6F2F1
(246,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C70AB color. Also use rgb(156,112,171) instead hex code.

Text Font Color

.myTextColor { color: #9C70AB; }

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

This text font color is #9C70AB.

Background Color

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

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

This div background color is #9C70AB.

Border color

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

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

This div border color is #9C70AB.

Opacity

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

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

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

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

This text has shadow with #9C70AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9C70AB.

Preview

Color preview on black background

This text has color #9C70AB on black background.


Color preview on white background

This text has color #9C70AB on white background.


Black color preview on #9C70AB background

This text has black color on #9C70AB background.


White color preview on #9C70AB background

This text has white color on #9C70AB background.


Related colors

Complementary color

Complementary color for #hex is #638F54.


I love getcolorcode.com

Triadic colors

1 #AB9C70 and #70AB9C with #9C70AB are triadic colors.

2 #AB709C and #709CAB with #9C70AB are triadic colors.