COLOR #9C7EC4

HEX: #9C7EC4 RGB: (156,126,196)

Color info

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

RGB color model

#9C7EC4 color RGB value is (156,126,196).

RGB: (156,126,196) (61%, 49%, 77%)

RGB channels and saturation

R 156 of 255 = 61%
G 126 of 255 = 49%
B 196 of 255 = 77%

156
126
196

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

Portions of RGB colors in percentages

R + G + B = 156 + 126 + 196 = 478 (100%)
R 156 of 478 ~ 32.64%
G 126 of 478 ~ 26.36%
B 196 of 478 ~ 41'%

%32.64
%26.36
%41

CMYK color model

#9C7EC4 color CMYK value is (20,36,0,23).

  • cyan value is 20.41%
  • magenta value is 35.71%
  • yellow value is 0.00%
  • key color value is 23.14%

CMYK: (20,36,0,23)
C20M36Y0K23 (20%, 36%, 0%, 23%)
(0.20 / 0.36 / 0.00 / 0.23)

CMYK percentages

%20.41
%35.71
%0
%23.14

Codes

Color #9C7EC4 in popluar color models

9C 7E C4
RGB 156 126 196
HSL 266° 37.23% 63.14%
HSB/HSV 266° 35.71% 76.86%
CMYK 20.41% 35.71% 0.00%
23.14%

Color #9C7EC4 in popluar number systems.

HEX 9C 7E C4
Decimal 156 126 196
Binary 10011100 1111110 11000100
Octal 234 176 304

Shades and tints

Shades of #9C7EC4

#9C7EC4
(156,126,196)
#8E73B3
(142,115,179)
#8068A2
(128,104,162)
#725D91
(114,93,145)
#645280
(100,82,128)
#56476F
(86,71,111)
#483C5E
(72,60,94)
#3A314D
(58,49,77)
#2C263C
(44,38,60)
#1E1B2B
(30,27,43)
#10101A
(16,16,26)
#000000
(0,0,0)

Tints of #9C7EC4

#9C7EC4
(156,126,196)
#A589C9
(165,137,201)
#AE94CE
(174,148,206)
#B79FD3
(183,159,211)
#C0AAD8
(192,170,216)
#C9B5DD
(201,181,221)
#D2C0E2
(210,192,226)
#DBCBE7
(219,203,231)
#E4D6EC
(228,214,236)
#EDE1F1
(237,225,241)
#F6ECF6
(246,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C7EC4 color. Also use rgb(156,126,196) instead hex code.

Text Font Color

.myTextColor { color: #9C7EC4; }

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

This text font color is #9C7EC4.

Background Color

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

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

This div background color is #9C7EC4.

Border color

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

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

This div border color is #9C7EC4.

Opacity

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

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

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

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

This text has shadow with #9C7EC4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9C7EC4.

Preview

Color preview on black background

This text has color #9C7EC4 on black background.


Color preview on white background

This text has color #9C7EC4 on white background.


Black color preview on #9C7EC4 background

This text has black color on #9C7EC4 background.


White color preview on #9C7EC4 background

This text has white color on #9C7EC4 background.


Related colors

Complementary color

Complementary color for #hex is #63813B.


I love getcolorcode.com

Triadic colors

1 #C49C7E and #7EC49C with #9C7EC4 are triadic colors.

2 #C47E9C and #7E9CC4 with #9C7EC4 are triadic colors.