COLOR #9C4EA7

HEX: #9C4EA7 RGB: (156,78,167)

Color info

#9C4EA7 contains mainly red and blue colors. Web safe color of #9C4EA7 is #996699 (or #969).

RGB color model

#9C4EA7 color RGB value is (156,78,167).

RGB: (156,78,167) (61%, 31%, 65%)

RGB channels and saturation

R 156 of 255 = 61%
G 78 of 255 = 31%
B 167 of 255 = 65%

156
78
167

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

Portions of RGB colors in percentages

R + G + B = 156 + 78 + 167 = 401 (100%)
R 156 of 401 ~ 38.9%
G 78 of 401 ~ 19.45%
B 167 of 401 ~ 41.65'%

%38.9
%19.45
%41.65

CMYK color model

#9C4EA7 color CMYK value is (7,53,0,35).

  • cyan value is 6.59%
  • magenta value is 53.29%
  • yellow value is 0.00%
  • key color value is 34.51%

CMYK: (7,53,0,35)
C7M53Y0K35 (7%, 53%, 0%, 35%)
(0.07 / 0.53 / 0.00 / 0.35)

CMYK percentages

%6.59
%53.29
%0
%34.51

Codes

Color #9C4EA7 in popluar color models

9C 4E A7
RGB 156 78 167
HSL 293° 36.33% 48.04%
HSB/HSV 293° 53.29% 65.49%
CMYK 6.59% 53.29% 0.00%
34.51%

Color #9C4EA7 in popluar number systems.

HEX 9C 4E A7
Decimal 156 78 167
Binary 10011100 1001110 10100111
Octal 234 116 247

Shades and tints

Shades of #9C4EA7

#9C4EA7
(156,78,167)
#8E4798
(142,71,152)
#804089
(128,64,137)
#72397A
(114,57,122)
#64326B
(100,50,107)
#562B5C
(86,43,92)
#48244D
(72,36,77)
#3A1D3E
(58,29,62)
#2C162F
(44,22,47)
#1E0F20
(30,15,32)
#100811
(16,8,17)
#000000
(0,0,0)

Tints of #9C4EA7

#9C4EA7
(156,78,167)
#A55EAF
(165,94,175)
#AE6EB7
(174,110,183)
#B77EBF
(183,126,191)
#C08EC7
(192,142,199)
#C99ECF
(201,158,207)
#D2AED7
(210,174,215)
#DBBEDF
(219,190,223)
#E4CEE7
(228,206,231)
#EDDEEF
(237,222,239)
#F6EEF7
(246,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C4EA7 color. Also use rgb(156,78,167) instead hex code.

Text Font Color

.myTextColor { color: #9C4EA7; }

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

This text font color is #9C4EA7.

Background Color

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

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

This div background color is #9C4EA7.

Border color

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

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

This div border color is #9C4EA7.

Opacity

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

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

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

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

This text has shadow with #9C4EA7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9C4EA7.

Preview

Color preview on black background

This text has color #9C4EA7 on black background.


Color preview on white background

This text has color #9C4EA7 on white background.


Black color preview on #9C4EA7 background

This text has black color on #9C4EA7 background.


White color preview on #9C4EA7 background

This text has white color on #9C4EA7 background.


Related colors

Complementary color

Complementary color for #hex is #63B158.


I love getcolorcode.com

Triadic colors

1 #A79C4E and #4EA79C with #9C4EA7 are triadic colors.

2 #A74E9C and #4E9CA7 with #9C4EA7 are triadic colors.