COLOR #9C70B9

HEX: #9C70B9
RGB: (156,112,185)

Color info

#9C70B9 contains mainly red and blue colors. Web safe color of #9C70B9 is #9966CC (or #96C).

RGB color model

#9C70B9 color RGB value is (156,112,185).

  • red value is 156;
  • green value is 112;
  • blue value is 185.
RGB:
(156,112,185)
(61%,44%,73%)

RGB channels and saturation

R 156 of 255 = 61%
G 112 of 255 = 44%
B 185 of 255 = 73%

156
112
185

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

Portions of RGB colors in percentages

R + G + B =
156 + 112 + 185 = 453 (100%)
R 156 of 453 ~ 34.44%
G 112 of 453 ~ 24.72%
B 185 of 453 ~ 40.84%

%34.44
%24.72
%40.84

CMYK color model

#9C70B9 color CMYK value is (16,39,0,27).

  • cyan value is 15.68%
  • magenta value is 39.46%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(16,39,0,27)
C16M39Y0K27 
(16%,39%,0%,27%)
(0.16/0.39/0.00/0.27)	

CMYK percentages

%15.68
%39.46
%0
%27.45

Codes

Color #9C70B9 in popluar color models

9C70B9
RGB156112185
HSL276°34.27%58.24%
HSB/HSV276°39.46%72.55%
CMYK15.68%39.46%0.00%
27.45%

Color #9C70B9 in popluar number systems.

HEX9C70B9
Decimal156112185
Binary10011100111000010111001
Octal234160271

Shades and tints

Shades of #9C70B9

#9C70B9
(156,112,185)
#8E66A9
(142,102,169)
#805C99
(128,92,153)
#725289
(114,82,137)
#644879
(100,72,121)
#563E69
(86,62,105)
#483459
(72,52,89)
#3A2A49
(58,42,73)
#2C2039
(44,32,57)
#1E1629
(30,22,41)
#100C19
(16,12,25)
#000000
(0,0,0)

Tints of #9C70B9

#9C70B9
(156,112,185)
#A57DBF
(165,125,191)
#AE8AC5
(174,138,197)
#B797CB
(183,151,203)
#C0A4D1
(192,164,209)
#C9B1D7
(201,177,215)
#D2BEDD
(210,190,221)
#DBCBE3
(219,203,227)
#E4D8E9
(228,216,233)
#EDE5EF
(237,229,239)
#F6F2F5
(246,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C70B9; }

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

This text font color is #9C70B9.


Background Color

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

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

This div background color is #9C70B9.


Border color

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

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

This div border color is #9C70B9.


Opacity

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

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

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

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

This text has shadow with #9C70B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C70B9 on black background.


Color preview on white background

This text has color #9C70B9 on white background.



Black color preview on #9C70B9 background

This text has black color on #9C70B9 background.


White color preview on #9C70B9 background

This text has white color on #9C70B9 background.