COLOR #9C70C9

HEX: #9C70C9
RGB: (156,112,201)

Color info

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

RGB color model

#9C70C9 color RGB value is (156,112,201).

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

RGB channels and saturation

R 156 of 255 = 61%
G 112 of 255 = 44%
B 201 of 255 = 79%

156
112
201

R + G + B ~ 61%. #9C70C9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 112 + 201 = 469 (100%)
R 156 of 469 ~ 33.26%
G 112 of 469 ~ 23.88%
B 201 of 469 ~ 42.86%

%33.26
%23.88
%42.86

CMYK color model

#9C70C9 color CMYK value is (22,44,0,21).

  • cyan value is 22.39%
  • magenta value is 44.28%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(22,44,0,21)
C22M44Y0K21 
(22%,44%,0%,21%)
(0.22/0.44/0.00/0.21)	

CMYK percentages

%22.39
%44.28
%0
%21.18

Codes

Color #9C70C9 in popluar color models

9C70C9
RGB156112201
HSL270°45.18%61.37%
HSB/HSV270°44.28%78.82%
CMYK22.39%44.28%0.00%
21.18%

Color #9C70C9 in popluar number systems.

HEX9C70C9
Decimal156112201
Binary10011100111000011001001
Octal234160311

Shades and tints

Shades of #9C70C9

#9C70C9
(156,112,201)
#8E66B7
(142,102,183)
#805CA5
(128,92,165)
#725293
(114,82,147)
#644881
(100,72,129)
#563E6F
(86,62,111)
#48345D
(72,52,93)
#3A2A4B
(58,42,75)
#2C2039
(44,32,57)
#1E1627
(30,22,39)
#100C15
(16,12,21)
#000000
(0,0,0)

Tints of #9C70C9

#9C70C9
(156,112,201)
#A57DCD
(165,125,205)
#AE8AD1
(174,138,209)
#B797D5
(183,151,213)
#C0A4D9
(192,164,217)
#C9B1DD
(201,177,221)
#D2BEE1
(210,190,225)
#DBCBE5
(219,203,229)
#E4D8E9
(228,216,233)
#EDE5ED
(237,229,237)
#F6F2F1
(246,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C70C9; }

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

This text font color is #9C70C9.


Background Color

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

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

This div background color is #9C70C9.


Border color

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

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

This div border color is #9C70C9.


Opacity

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

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

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

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

This text has shadow with #9C70C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C70C9 on black background.


Color preview on white background

This text has color #9C70C9 on white background.



Black color preview on #9C70C9 background

This text has black color on #9C70C9 background.


White color preview on #9C70C9 background

This text has white color on #9C70C9 background.