COLOR #9C7DC0

HEX: #9C7DC0
RGB: (156,125,192)

Color info

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

RGB color model

#9C7DC0 color RGB value is (156,125,192).

  • red value is 156;
  • green value is 125;
  • blue value is 192.
RGB:
(156,125,192)
(61%,49%,75%)

RGB channels and saturation

R 156 of 255 = 61%
G 125 of 255 = 49%
B 192 of 255 = 75%

156
125
192

R + G + B ~ 62%. #9C7DC0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 125 + 192 = 473 (100%)
R 156 of 473 ~ 32.98%
G 125 of 473 ~ 26.43%
B 192 of 473 ~ 40.59%

%32.98
%26.43
%40.59

CMYK color model

#9C7DC0 color CMYK value is (19,35,0,25).

  • cyan value is 18.75%
  • magenta value is 34.90%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(19,35,0,25)
C19M35Y0K25 
(19%,35%,0%,25%)
(0.19/0.35/0.00/0.25)	

CMYK percentages

%18.75
%34.9
%0
%24.71

Codes

Color #9C7DC0 in popluar color models

9C7DC0
RGB156125192
HSL268°34.72%62.16%
HSB/HSV268°34.90%75.29%
CMYK18.75%34.90%0.00%
24.71%

Color #9C7DC0 in popluar number systems.

HEX9C7DC0
Decimal156125192
Binary10011100111110111000000
Octal234175300

Shades and tints

Shades of #9C7DC0

#9C7DC0
(156,125,192)
#8E72AF
(142,114,175)
#80679E
(128,103,158)
#725C8D
(114,92,141)
#64517C
(100,81,124)
#56466B
(86,70,107)
#483B5A
(72,59,90)
#3A3049
(58,48,73)
#2C2538
(44,37,56)
#1E1A27
(30,26,39)
#100F16
(16,15,22)
#000000
(0,0,0)

Tints of #9C7DC0

#9C7DC0
(156,125,192)
#A588C5
(165,136,197)
#AE93CA
(174,147,202)
#B79ECF
(183,158,207)
#C0A9D4
(192,169,212)
#C9B4D9
(201,180,217)
#D2BFDE
(210,191,222)
#DBCAE3
(219,202,227)
#E4D5E8
(228,213,232)
#EDE0ED
(237,224,237)
#F6EBF2
(246,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C7DC0 color. Also use rgb(156,125,192) instead hex code.

Text Font Color

.myTextColor { color: #9C7DC0; }

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

This text font color is #9C7DC0.


Background Color

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

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

This div background color is #9C7DC0.


Border color

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

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

This div border color is #9C7DC0.


Opacity

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

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

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

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

This text has shadow with #9C7DC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C7DC0 on black background.


Color preview on white background

This text has color #9C7DC0 on white background.



Black color preview on #9C7DC0 background

This text has black color on #9C7DC0 background.


White color preview on #9C7DC0 background

This text has white color on #9C7DC0 background.