COLOR #9C7390

HEX: #9C7390
RGB: (156,115,144)

Color info

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

RGB color model

#9C7390 color RGB value is (156,115,144).

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

RGB channels and saturation

R 156 of 255 = 61%
G 115 of 255 = 45%
B 144 of 255 = 56%

156
115
144

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

Portions of RGB colors in percentages

R + G + B =
156 + 115 + 144 = 415 (100%)
R 156 of 415 ~ 37.59%
G 115 of 415 ~ 27.71%
B 144 of 415 ~ 34.7%

%37.59
%27.71
%34.7

CMYK color model

#9C7390 color CMYK value is (0,26,8,39).

  • cyan value is 0.00%
  • magenta value is 26.28%
  • yellow value is 7.69%
  • key color value is 38.82%
CMYK:
(0,26,8,39)
C0M26Y8K39 
(0%,26%,8%,39%)
(0.00/0.26/0.08/0.39)	

CMYK percentages

%0
%26.28
%7.69
%38.82

Codes

Color #9C7390 in popluar color models

9C7390
RGB156115144
HSL318°17.15%53.14%
HSB/HSV318°26.28%61.18%
CMYK0.00%26.28%7.69%
38.82%

Color #9C7390 in popluar number systems.

HEX9C7390
Decimal156115144
Binary10011100111001110010000
Octal234163220

Shades and tints

Shades of #9C7390

#9C7390
(156,115,144)
#8E6983
(142,105,131)
#805F76
(128,95,118)
#725569
(114,85,105)
#644B5C
(100,75,92)
#56414F
(86,65,79)
#483742
(72,55,66)
#3A2D35
(58,45,53)
#2C2328
(44,35,40)
#1E191B
(30,25,27)
#100F0E
(16,15,14)
#000000
(0,0,0)

Tints of #9C7390

#9C7390
(156,115,144)
#A57F9A
(165,127,154)
#AE8BA4
(174,139,164)
#B797AE
(183,151,174)
#C0A3B8
(192,163,184)
#C9AFC2
(201,175,194)
#D2BBCC
(210,187,204)
#DBC7D6
(219,199,214)
#E4D3E0
(228,211,224)
#EDDFEA
(237,223,234)
#F6EBF4
(246,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C7390; }

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

This text font color is #9C7390.


Background Color

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

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

This div background color is #9C7390.


Border color

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

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

This div border color is #9C7390.


Opacity

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

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

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

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

This text has shadow with #9C7390 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C7390 on black background.


Color preview on white background

This text has color #9C7390 on white background.



Black color preview on #9C7390 background

This text has black color on #9C7390 background.


White color preview on #9C7390 background

This text has white color on #9C7390 background.