COLOR #9C78AD

HEX: #9C78AD RGB: (156,120,173)

Color info

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

RGB color model

#9C78AD color RGB value is (156,120,173).

RGB: (156,120,173) (61%, 47%, 68%)

RGB channels and saturation

R 156 of 255 = 61%
G 120 of 255 = 47%
B 173 of 255 = 68%

156
120
173

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

Portions of RGB colors in percentages

R + G + B = 156 + 120 + 173 = 449 (100%)
R 156 of 449 ~ 34.74%
G 120 of 449 ~ 26.73%
B 173 of 449 ~ 38.53'%

%34.74
%26.73
%38.53

CMYK color model

#9C78AD color CMYK value is (10,31,0,32).

  • cyan value is 9.83%
  • magenta value is 30.64%
  • yellow value is 0.00%
  • key color value is 32.16%

CMYK: (10,31,0,32)
C10M31Y0K32 (10%, 31%, 0%, 32%)
(0.10 / 0.31 / 0.00 / 0.32)

CMYK percentages

%9.83
%30.64
%0
%32.16

Codes

Color #9C78AD in popluar color models

9C 78 AD
RGB 156 120 173
HSL 281° 24.42% 57.45%
HSB/HSV 281° 30.64% 67.84%
CMYK 9.83% 30.64% 0.00%
32.16%

Color #9C78AD in popluar number systems.

HEX 9C 78 AD
Decimal 156 120 173
Binary 10011100 1111000 10101101
Octal 234 170 255

Shades and tints

Shades of #9C78AD

#9C78AD
(156,120,173)
#8E6E9E
(142,110,158)
#80648F
(128,100,143)
#725A80
(114,90,128)
#645071
(100,80,113)
#564662
(86,70,98)
#483C53
(72,60,83)
#3A3244
(58,50,68)
#2C2835
(44,40,53)
#1E1E26
(30,30,38)
#101417
(16,20,23)
#000000
(0,0,0)

Tints of #9C78AD

#9C78AD
(156,120,173)
#A584B4
(165,132,180)
#AE90BB
(174,144,187)
#B79CC2
(183,156,194)
#C0A8C9
(192,168,201)
#C9B4D0
(201,180,208)
#D2C0D7
(210,192,215)
#DBCCDE
(219,204,222)
#E4D8E5
(228,216,229)
#EDE4EC
(237,228,236)
#F6F0F3
(246,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C78AD; }

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

This text font color is #9C78AD.

Background Color

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

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

This div background color is #9C78AD.

Border color

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

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

This div border color is #9C78AD.

Opacity

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

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

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

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

This text has shadow with #9C78AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9C78AD.

Preview

Color preview on black background

This text has color #9C78AD on black background.


Color preview on white background

This text has color #9C78AD on white background.


Black color preview on #9C78AD background

This text has black color on #9C78AD background.


White color preview on #9C78AD background

This text has white color on #9C78AD background.


Related colors

Complementary color

Complementary color for #hex is #638752.


I love getcolorcode.com

Triadic colors

1 #AD9C78 and #78AD9C with #9C78AD are triadic colors.

2 #AD789C and #789CAD with #9C78AD are triadic colors.