COLOR #9C7395

HEX: #9C7395
RGB: (156,115,149)

Color info

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

RGB color model

#9C7395 color RGB value is (156,115,149).

  • red value is 156;
  • green value is 115;
  • blue value is 149.
RGB:
(156,115,149)
(61%,45%,58%)

RGB channels and saturation

R 156 of 255 = 61%
G 115 of 255 = 45%
B 149 of 255 = 58%

156
115
149

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

Portions of RGB colors in percentages

R + G + B =
156 + 115 + 149 = 420 (100%)
R 156 of 420 ~ 37.14%
G 115 of 420 ~ 27.38%
B 149 of 420 ~ 35.48%

%37.14
%27.38
%35.48

CMYK color model

#9C7395 color CMYK value is (0,26,4,39).

  • cyan value is 0.00%
  • magenta value is 26.28%
  • yellow value is 4.49%
  • key color value is 38.82%
CMYK:
(0,26,4,39)
C0M26Y4K39 
(0%,26%,4%,39%)
(0.00/0.26/0.04/0.39)	

CMYK percentages

%0
%26.28
%4.49
%38.82

Codes

Color #9C7395 in popluar color models

9C7395
RGB156115149
HSL310°17.15%53.14%
HSB/HSV310°26.28%61.18%
CMYK0.00%26.28%4.49%
38.82%

Color #9C7395 in popluar number systems.

HEX9C7395
Decimal156115149
Binary10011100111001110010101
Octal234163225

Shades and tints

Shades of #9C7395

#9C7395
(156,115,149)
#8E6988
(142,105,136)
#805F7B
(128,95,123)
#72556E
(114,85,110)
#644B61
(100,75,97)
#564154
(86,65,84)
#483747
(72,55,71)
#3A2D3A
(58,45,58)
#2C232D
(44,35,45)
#1E1920
(30,25,32)
#100F13
(16,15,19)
#000000
(0,0,0)

Tints of #9C7395

#9C7395
(156,115,149)
#A57F9E
(165,127,158)
#AE8BA7
(174,139,167)
#B797B0
(183,151,176)
#C0A3B9
(192,163,185)
#C9AFC2
(201,175,194)
#D2BBCB
(210,187,203)
#DBC7D4
(219,199,212)
#E4D3DD
(228,211,221)
#EDDFE6
(237,223,230)
#F6EBEF
(246,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C7395 color. Also use rgb(156,115,149) instead hex code.

Text Font Color

.myTextColor { color: #9C7395; }

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

This text font color is #9C7395.


Background Color

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

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

This div background color is #9C7395.


Border color

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

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

This div border color is #9C7395.


Opacity

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

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

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

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

This text has shadow with #9C7395 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C7395 on black background.


Color preview on white background

This text has color #9C7395 on white background.



Black color preview on #9C7395 background

This text has black color on #9C7395 background.


White color preview on #9C7395 background

This text has white color on #9C7395 background.