COLOR #9C78E3

HEX: #9C78E3 RGB: (156,120,227)

Color info

#9C78E3 contains mainly blue color. Web safe color of #9C78E3 is #9966CC (or #96C).

RGB color model

#9C78E3 color RGB value is (156,120,227).

RGB: (156,120,227) (61%, 47%, 89%)

RGB channels and saturation

R 156 of 255 = 61%
G 120 of 255 = 47%
B 227 of 255 = 89%

156
120
227

R + G + B ~ 66%. #9C78E3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 156 + 120 + 227 = 503 (100%)
R 156 of 503 ~ 31.01%
G 120 of 503 ~ 23.86%
B 227 of 503 ~ 45.13'%

%31.01
%23.86
%45.13

CMYK color model

#9C78E3 color CMYK value is (31,47,0,11).

  • cyan value is 31.28%
  • magenta value is 47.14%
  • yellow value is 0.00%
  • key color value is 10.98%

CMYK: (31,47,0,11)
C31M47Y0K11 (31%, 47%, 0%, 11%)
(0.31 / 0.47 / 0.00 / 0.11)

CMYK percentages

%31.28
%47.14
%0
%10.98

Codes

Color #9C78E3 in popluar color models

9C 78 E3
RGB 156 120 227
HSL 260° 65.64% 68.04%
HSB/HSV 260° 47.14% 89.02%
CMYK 31.28% 47.14% 0.00%
10.98%

Color #9C78E3 in popluar number systems.

HEX 9C 78 E3
Decimal 156 120 227
Binary 10011100 1111000 11100011
Octal 234 170 343

Shades and tints

Shades of #9C78E3

#9C78E3
(156,120,227)
#8E6ECF
(142,110,207)
#8064BB
(128,100,187)
#725AA7
(114,90,167)
#645093
(100,80,147)
#56467F
(86,70,127)
#483C6B
(72,60,107)
#3A3257
(58,50,87)
#2C2843
(44,40,67)
#1E1E2F
(30,30,47)
#10141B
(16,20,27)
#000000
(0,0,0)

Tints of #9C78E3

#9C78E3
(156,120,227)
#A584E5
(165,132,229)
#AE90E7
(174,144,231)
#B79CE9
(183,156,233)
#C0A8EB
(192,168,235)
#C9B4ED
(201,180,237)
#D2C0EF
(210,192,239)
#DBCCF1
(219,204,241)
#E4D8F3
(228,216,243)
#EDE4F5
(237,228,245)
#F6F0F7
(246,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C78E3; }

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

This text font color is #9C78E3.

Background Color

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

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

This div background color is #9C78E3.

Border color

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

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

This div border color is #9C78E3.

Opacity

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

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

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

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

This text has shadow with #9C78E3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9C78E3.

Preview

Color preview on black background

This text has color #9C78E3 on black background.


Color preview on white background

This text has color #9C78E3 on white background.


Black color preview on #9C78E3 background

This text has black color on #9C78E3 background.


White color preview on #9C78E3 background

This text has white color on #9C78E3 background.


Related colors

Complementary color

Complementary color for #hex is #63871C.


I love getcolorcode.com

Triadic colors

1 #E39C78 and #78E39C with #9C78E3 are triadic colors.

2 #E3789C and #789CE3 with #9C78E3 are triadic colors.