COLOR #9C56B6

HEX: #9C56B6
RGB: (156,86,182)

Color info

#9C56B6 contains mainly red and blue colors. Web safe color of #9C56B6 is #9966CC (or #96C).

RGB color model

#9C56B6 color RGB value is (156,86,182).

  • red value is 156;
  • green value is 86;
  • blue value is 182.
RGB:
(156,86,182)
(61%,34%,71%)

RGB channels and saturation

R 156 of 255 = 61%
G 86 of 255 = 34%
B 182 of 255 = 71%

156
86
182

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

Portions of RGB colors in percentages

R + G + B =
156 + 86 + 182 = 424 (100%)
R 156 of 424 ~ 36.79%
G 86 of 424 ~ 20.28%
B 182 of 424 ~ 42.92%

%36.79
%20.28
%42.92

CMYK color model

#9C56B6 color CMYK value is (14,53,0,29).

  • cyan value is 14.29%
  • magenta value is 52.75%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(14,53,0,29)
C14M53Y0K29 
(14%,53%,0%,29%)
(0.14/0.53/0.00/0.29)	

CMYK percentages

%14.29
%52.75
%0
%28.63

Codes

Color #9C56B6 in popluar color models

9C56B6
RGB15686182
HSL284°39.67%52.55%
HSB/HSV284°52.75%71.37%
CMYK14.29%52.75%0.00%
28.63%

Color #9C56B6 in popluar number systems.

HEX9C56B6
Decimal15686182
Binary10011100101011010110110
Octal234126266

Shades and tints

Shades of #9C56B6

#9C56B6
(156,86,182)
#8E4FA6
(142,79,166)
#804896
(128,72,150)
#724186
(114,65,134)
#643A76
(100,58,118)
#563366
(86,51,102)
#482C56
(72,44,86)
#3A2546
(58,37,70)
#2C1E36
(44,30,54)
#1E1726
(30,23,38)
#101016
(16,16,22)
#000000
(0,0,0)

Tints of #9C56B6

#9C56B6
(156,86,182)
#A565BC
(165,101,188)
#AE74C2
(174,116,194)
#B783C8
(183,131,200)
#C092CE
(192,146,206)
#C9A1D4
(201,161,212)
#D2B0DA
(210,176,218)
#DBBFE0
(219,191,224)
#E4CEE6
(228,206,230)
#EDDDEC
(237,221,236)
#F6ECF2
(246,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C56B6 color. Also use rgb(156,86,182) instead hex code.

Text Font Color

.myTextColor { color: #9C56B6; }

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

This text font color is #9C56B6.


Background Color

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

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

This div background color is #9C56B6.


Border color

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

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

This div border color is #9C56B6.


Opacity

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

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

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

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

This text has shadow with #9C56B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C56B6 on black background.


Color preview on white background

This text has color #9C56B6 on white background.



Black color preview on #9C56B6 background

This text has black color on #9C56B6 background.


White color preview on #9C56B6 background

This text has white color on #9C56B6 background.