COLOR #9D78C3

HEX: #9D78C3
RGB: (157,120,195)

Color info

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

RGB color model

#9D78C3 color RGB value is (157,120,195).

  • red value is 157;
  • green value is 120;
  • blue value is 195.
RGB:
(157,120,195)
(62%,47%,76%)

RGB channels and saturation

R 157 of 255 = 62%
G 120 of 255 = 47%
B 195 of 255 = 76%

157
120
195

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

Portions of RGB colors in percentages

R + G + B =
157 + 120 + 195 = 472 (100%)
R 157 of 472 ~ 33.26%
G 120 of 472 ~ 25.42%
B 195 of 472 ~ 41.31%

%33.26
%25.42
%41.31

CMYK color model

#9D78C3 color CMYK value is (19,38,0,24).

  • cyan value is 19.49%
  • magenta value is 38.46%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(19,38,0,24)
C19M38Y0K24 
(19%,38%,0%,24%)
(0.19/0.38/0.00/0.24)	

CMYK percentages

%19.49
%38.46
%0
%23.53

Codes

Color #9D78C3 in popluar color models

9D78C3
RGB157120195
HSL270°38.46%61.76%
HSB/HSV270°38.46%76.47%
CMYK19.49%38.46%0.00%
23.53%

Color #9D78C3 in popluar number systems.

HEX9D78C3
Decimal157120195
Binary10011101111100011000011
Octal235170303

Shades and tints

Shades of #9D78C3

#9D78C3
(157,120,195)
#8F6EB2
(143,110,178)
#8164A1
(129,100,161)
#735A90
(115,90,144)
#65507F
(101,80,127)
#57466E
(87,70,110)
#493C5D
(73,60,93)
#3B324C
(59,50,76)
#2D283B
(45,40,59)
#1F1E2A
(31,30,42)
#111419
(17,20,25)
#000000
(0,0,0)

Tints of #9D78C3

#9D78C3
(157,120,195)
#A584C8
(165,132,200)
#AD90CD
(173,144,205)
#B59CD2
(181,156,210)
#BDA8D7
(189,168,215)
#C5B4DC
(197,180,220)
#CDC0E1
(205,192,225)
#D5CCE6
(213,204,230)
#DDD8EB
(221,216,235)
#E5E4F0
(229,228,240)
#EDF0F5
(237,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D78C3 color. Also use rgb(157,120,195) instead hex code.

Text Font Color

.myTextColor { color: #9D78C3; }

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

This text font color is #9D78C3.


Background Color

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

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

This div background color is #9D78C3.


Border color

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

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

This div border color is #9D78C3.


Opacity

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

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

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

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

This text has shadow with #9D78C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D78C3 on black background.


Color preview on white background

This text has color #9D78C3 on white background.



Black color preview on #9D78C3 background

This text has black color on #9D78C3 background.


White color preview on #9D78C3 background

This text has white color on #9D78C3 background.