COLOR #9C7594

HEX: #9C7594
RGB: (156,117,148)

Color info

#9C7594 contains red, green and blue colors in about the same proportion. Web safe color of #9C7594 is #996699 (or #969).

RGB color model

#9C7594 color RGB value is (156,117,148).

  • red value is 156;
  • green value is 117;
  • blue value is 148.
RGB:
(156,117,148)
(61%,46%,58%)

RGB channels and saturation

R 156 of 255 = 61%
G 117 of 255 = 46%
B 148 of 255 = 58%

156
117
148

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

Portions of RGB colors in percentages

R + G + B =
156 + 117 + 148 = 421 (100%)
R 156 of 421 ~ 37.05%
G 117 of 421 ~ 27.79%
B 148 of 421 ~ 35.15%

%37.05
%27.79
%35.15

CMYK color model

#9C7594 color CMYK value is (0,25,5,39).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 5.13%
  • key color value is 38.82%
CMYK:
(0,25,5,39)
C0M25Y5K39 
(0%,25%,5%,39%)
(0.00/0.25/0.05/0.39)	

CMYK percentages

%0
%25
%5.13
%38.82

Codes

Color #9C7594 in popluar color models

9C7594
RGB156117148
HSL312°16.46%53.53%
HSB/HSV312°25.00%61.18%
CMYK0.00%25.00%5.13%
38.82%

Color #9C7594 in popluar number systems.

HEX9C7594
Decimal156117148
Binary10011100111010110010100
Octal234165224

Shades and tints

Shades of #9C7594

#9C7594
(156,117,148)
#8E6B87
(142,107,135)
#80617A
(128,97,122)
#72576D
(114,87,109)
#644D60
(100,77,96)
#564353
(86,67,83)
#483946
(72,57,70)
#3A2F39
(58,47,57)
#2C252C
(44,37,44)
#1E1B1F
(30,27,31)
#101112
(16,17,18)
#000000
(0,0,0)

Tints of #9C7594

#9C7594
(156,117,148)
#A5819D
(165,129,157)
#AE8DA6
(174,141,166)
#B799AF
(183,153,175)
#C0A5B8
(192,165,184)
#C9B1C1
(201,177,193)
#D2BDCA
(210,189,202)
#DBC9D3
(219,201,211)
#E4D5DC
(228,213,220)
#EDE1E5
(237,225,229)
#F6EDEE
(246,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C7594 color. Also use rgb(156,117,148) instead hex code.

Text Font Color

.myTextColor { color: #9C7594; }

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

This text font color is #9C7594.


Background Color

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

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

This div background color is #9C7594.


Border color

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

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

This div border color is #9C7594.


Opacity

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

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

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

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

This text has shadow with #9C7594 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C7594 on black background.


Color preview on white background

This text has color #9C7594 on white background.



Black color preview on #9C7594 background

This text has black color on #9C7594 background.


White color preview on #9C7594 background

This text has white color on #9C7594 background.