COLOR #9C5793

HEX: #9C5793 RGB: (156,87,147)

Color info

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

RGB color model

#9C5793 color RGB value is (156,87,147).

RGB: (156,87,147) (61%, 34%, 58%)

RGB channels and saturation

R 156 of 255 = 61%
G 87 of 255 = 34%
B 147 of 255 = 58%

156
87
147

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

Portions of RGB colors in percentages

R + G + B = 156 + 87 + 147 = 390 (100%)
R 156 of 390 ~ 40%
G 87 of 390 ~ 22.31%
B 147 of 390 ~ 37.69'%

%40
%22.31
%37.69

CMYK color model

#9C5793 color CMYK value is (0,44,6,39).

  • cyan value is 0.00%
  • magenta value is 44.23%
  • yellow value is 5.77%
  • key color value is 38.82%
CMYK: (0,44,6,39) C0M44Y6K39 (0%,44%,6%,39%) (0.00/0.44/0.06/0.39) 

CMYK percentages

%0
%44.23
%5.77
%38.82

Codes

Color #9C5793 in popluar color models

9C 57 93
RGB 156 87 147
HSL 308° 28.40% 47.65%
HSB/HSV 308° 44.23% 61.18%
CMYK 0.00% 44.23% 5.77%
38.82%

Color #9C5793 in popluar number systems.

HEX 9C 57 93
Decimal 156 87 147
Binary 10011100 1010111 10010011
Octal 234 127 223

Shades and tints

Shades of #9C5793

#9C5793
(156,87,147)
#8E5086
(142,80,134)
#804979
(128,73,121)
#72426C
(114,66,108)
#643B5F
(100,59,95)
#563452
(86,52,82)
#482D45
(72,45,69)
#3A2638
(58,38,56)
#2C1F2B
(44,31,43)
#1E181E
(30,24,30)
#101111
(16,17,17)
#000000
(0,0,0)

Tints of #9C5793

#9C5793
(156,87,147)
#A5669C
(165,102,156)
#AE75A5
(174,117,165)
#B784AE
(183,132,174)
#C093B7
(192,147,183)
#C9A2C0
(201,162,192)
#D2B1C9
(210,177,201)
#DBC0D2
(219,192,210)
#E4CFDB
(228,207,219)
#EDDEE4
(237,222,228)
#F6EDED
(246,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C5793 color. Also use rgb(156,87,147) instead hex code.

Text Font Color

.myTextColor { color: #9C5793; }

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

This text font color is #9C5793.

Background Color

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

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

This div background color is #9C5793.

Border color

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

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

This div border color is #9C5793.

Opacity

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

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

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

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

This text has shadow with #9C5793 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9C5793.

Preview

Color preview on black background

This text has color #9C5793 on black background.


Color preview on white background

This text has color #9C5793 on white background.


Black color preview on #9C5793 background

This text has black color on #9C5793 background.


White color preview on #9C5793 background

This text has white color on #9C5793 background.


Related colors

Complementary color

Complementary color for #hex is #63A86C.


I love getcolorcode.com

Triadic colors

1 #939C57 and #57939C with #9C5793 are triadic colors.

2 #93579C and #579C93 with #9C5793 are triadic colors.