COLOR #9D78C7

HEX: #9D78C7 RGB: (157,120,199)

Color info

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

RGB color model

#9D78C7 color RGB value is (157,120,199).

RGB: (157,120,199) (62%, 47%, 78%)

RGB channels and saturation

R 157 of 255 = 62%
G 120 of 255 = 47%
B 199 of 255 = 78%

157
120
199

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

Portions of RGB colors in percentages

R + G + B = 157 + 120 + 199 = 476 (100%)
R 157 of 476 ~ 32.98%
G 120 of 476 ~ 25.21%
B 199 of 476 ~ 41.81'%

%32.98
%25.21
%41.81

CMYK color model

#9D78C7 color CMYK value is (21,40,0,22).

  • cyan value is 21.11%
  • magenta value is 39.70%
  • yellow value is 0.00%
  • key color value is 21.96%

CMYK: (21,40,0,22)
C21M40Y0K22 (21%, 40%, 0%, 22%)
(0.21 / 0.40 / 0.00 / 0.22)

CMYK percentages

%21.11
%39.7
%0
%21.96

Codes

Color #9D78C7 in popluar color models

9D 78 C7
RGB 157 120 199
HSL 268° 41.36% 62.55%
HSB/HSV 268° 39.70% 78.04%
CMYK 21.11% 39.70% 0.00%
21.96%

Color #9D78C7 in popluar number systems.

HEX 9D 78 C7
Decimal 157 120 199
Binary 10011101 1111000 11000111
Octal 235 170 307

Shades and tints

Shades of #9D78C7

#9D78C7
(157,120,199)
#8F6EB5
(143,110,181)
#8164A3
(129,100,163)
#735A91
(115,90,145)
#65507F
(101,80,127)
#57466D
(87,70,109)
#493C5B
(73,60,91)
#3B3249
(59,50,73)
#2D2837
(45,40,55)
#1F1E25
(31,30,37)
#111413
(17,20,19)
#000000
(0,0,0)

Tints of #9D78C7

#9D78C7
(157,120,199)
#A584CC
(165,132,204)
#AD90D1
(173,144,209)
#B59CD6
(181,156,214)
#BDA8DB
(189,168,219)
#C5B4E0
(197,180,224)
#CDC0E5
(205,192,229)
#D5CCEA
(213,204,234)
#DDD8EF
(221,216,239)
#E5E4F4
(229,228,244)
#EDF0F9
(237,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D78C7; }

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

This text font color is #9D78C7.

Background Color

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

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

This div background color is #9D78C7.

Border color

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

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

This div border color is #9D78C7.

Opacity

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

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

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

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

This text has shadow with #9D78C7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9D78C7.

Preview

Color preview on black background

This text has color #9D78C7 on black background.


Color preview on white background

This text has color #9D78C7 on white background.


Black color preview on #9D78C7 background

This text has black color on #9D78C7 background.


White color preview on #9D78C7 background

This text has white color on #9D78C7 background.


Related colors

Complementary color

Complementary color for #hex is #628738.


I love getcolorcode.com

Triadic colors

1 #C79D78 and #78C79D with #9D78C7 are triadic colors.

2 #C7789D and #789DC7 with #9D78C7 are triadic colors.