COLOR #9C78CD

HEX: #9C78CD
RGB: (156,120,205)

Color info

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

RGB color model

#9C78CD color RGB value is (156,120,205).

  • red value is 156;
  • green value is 120;
  • blue value is 205.
RGB:
(156,120,205)
(61%,47%,80%)

RGB channels and saturation

R 156 of 255 = 61%
G 120 of 255 = 47%
B 205 of 255 = 80%

156
120
205

R + G + B ~ 63%. #9C78CD is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 120 + 205 = 481 (100%)
R 156 of 481 ~ 32.43%
G 120 of 481 ~ 24.95%
B 205 of 481 ~ 42.62%

%32.43
%24.95
%42.62

CMYK color model

#9C78CD color CMYK value is (24,41,0,20).

  • cyan value is 23.90%
  • magenta value is 41.46%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(24,41,0,20)
C24M41Y0K20 
(24%,41%,0%,20%)
(0.24/0.41/0.00/0.20)	

CMYK percentages

%23.9
%41.46
%0
%19.61

Codes

Color #9C78CD in popluar color models

9C78CD
RGB156120205
HSL265°45.95%63.73%
HSB/HSV265°41.46%80.39%
CMYK23.90%41.46%0.00%
19.61%

Color #9C78CD in popluar number systems.

HEX9C78CD
Decimal156120205
Binary10011100111100011001101
Octal234170315

Shades and tints

Shades of #9C78CD

#9C78CD
(156,120,205)
#8E6EBB
(142,110,187)
#8064A9
(128,100,169)
#725A97
(114,90,151)
#645085
(100,80,133)
#564673
(86,70,115)
#483C61
(72,60,97)
#3A324F
(58,50,79)
#2C283D
(44,40,61)
#1E1E2B
(30,30,43)
#101419
(16,20,25)
#000000
(0,0,0)

Tints of #9C78CD

#9C78CD
(156,120,205)
#A584D1
(165,132,209)
#AE90D5
(174,144,213)
#B79CD9
(183,156,217)
#C0A8DD
(192,168,221)
#C9B4E1
(201,180,225)
#D2C0E5
(210,192,229)
#DBCCE9
(219,204,233)
#E4D8ED
(228,216,237)
#EDE4F1
(237,228,241)
#F6F0F5
(246,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C78CD color. Also use rgb(156,120,205) instead hex code.

Text Font Color

.myTextColor { color: #9C78CD; }

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

This text font color is #9C78CD.


Background Color

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

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

This div background color is #9C78CD.


Border color

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

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

This div border color is #9C78CD.


Opacity

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

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

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

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

This text has shadow with #9C78CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C78CD on black background.


Color preview on white background

This text has color #9C78CD on white background.



Black color preview on #9C78CD background

This text has black color on #9C78CD background.


White color preview on #9C78CD background

This text has white color on #9C78CD background.