COLOR #9C5292

HEX: #9C5292
RGB: (156,82,146)

Color info

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

RGB color model

#9C5292 color RGB value is (156,82,146).

  • red value is 156;
  • green value is 82;
  • blue value is 146.
RGB:
(156,82,146)
(61%,32%,57%)

RGB channels and saturation

R 156 of 255 = 61%
G 82 of 255 = 32%
B 146 of 255 = 57%

156
82
146

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

Portions of RGB colors in percentages

R + G + B =
156 + 82 + 146 = 384 (100%)
R 156 of 384 ~ 40.63%
G 82 of 384 ~ 21.35%
B 146 of 384 ~ 38.02%

%40.63
%21.35
%38.02

CMYK color model

#9C5292 color CMYK value is (0,47,6,39).

  • cyan value is 0.00%
  • magenta value is 47.44%
  • yellow value is 6.41%
  • key color value is 38.82%
CMYK:
(0,47,6,39)
C0M47Y6K39 
(0%,47%,6%,39%)
(0.00/0.47/0.06/0.39)	

CMYK percentages

%0
%47.44
%6.41
%38.82

Codes

Color #9C5292 in popluar color models

9C5292
RGB15682146
HSL308°31.09%46.67%
HSB/HSV308°47.44%61.18%
CMYK0.00%47.44%6.41%
38.82%

Color #9C5292 in popluar number systems.

HEX9C5292
Decimal15682146
Binary10011100101001010010010
Octal234122222

Shades and tints

Shades of #9C5292

#9C5292
(156,82,146)
#8E4B85
(142,75,133)
#804478
(128,68,120)
#723D6B
(114,61,107)
#64365E
(100,54,94)
#562F51
(86,47,81)
#482844
(72,40,68)
#3A2137
(58,33,55)
#2C1A2A
(44,26,42)
#1E131D
(30,19,29)
#100C10
(16,12,16)
#000000
(0,0,0)

Tints of #9C5292

#9C5292
(156,82,146)
#A5619B
(165,97,155)
#AE70A4
(174,112,164)
#B77FAD
(183,127,173)
#C08EB6
(192,142,182)
#C99DBF
(201,157,191)
#D2ACC8
(210,172,200)
#DBBBD1
(219,187,209)
#E4CADA
(228,202,218)
#EDD9E3
(237,217,227)
#F6E8EC
(246,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C5292 color. Also use rgb(156,82,146) instead hex code.

Text Font Color

.myTextColor { color: #9C5292; }

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

This text font color is #9C5292.


Background Color

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

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

This div background color is #9C5292.


Border color

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

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

This div border color is #9C5292.


Opacity

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

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

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

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

This text has shadow with #9C5292 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C5292 on black background.


Color preview on white background

This text has color #9C5292 on white background.



Black color preview on #9C5292 background

This text has black color on #9C5292 background.


White color preview on #9C5292 background

This text has white color on #9C5292 background.