COLOR #9C6496

HEX: #9C6496
RGB: (156,100,150)

Color info

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

RGB color model

#9C6496 color RGB value is (156,100,150).

  • red value is 156;
  • green value is 100;
  • blue value is 150.
RGB: (156,100,150) (61%,39%,59%)

RGB channels and saturation

R 156 of 255 = 61%
G 100 of 255 = 39%
B 150 of 255 = 59%

156
100
150

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

Portions of RGB colors in percentages

R + G + B =
156 + 100 + 150 = 406 (100%)
R 156 of 406 ~ 38.42%
G 100 of 406 ~ 24.63%
B 150 of 406 ~ 36.95%

%38.42
%24.63
%36.95

CMYK color model

#9C6496 color CMYK value is (0,36,4,39).

  • cyan value is 0.00%
  • magenta value is 35.90%
  • yellow value is 3.85%
  • key color value is 38.82%
CMYK: (0,36,4,39) C0M36Y4K39 (0%,36%,4%,39%) (0.00/0.36/0.04/0.39)

CMYK percentages

%0
%35.9
%3.85
%38.82

Codes

Color #9C6496 in popluar color models

9C6496
RGB156100150
HSL306°22.05%50.20%
HSB/HSV306°35.90%61.18%
CMYK0.00%35.90%3.85%
38.82%

Color #9C6496 in popluar number systems.

HEX9C6496
Decimal156100150
Binary10011100110010010010110
Octal234144226

Shades and tints

Shades of #9C6496

#9C6496
(156,100,150)
#8E5B89
(142,91,137)
#80527C
(128,82,124)
#72496F
(114,73,111)
#644062
(100,64,98)
#563755
(86,55,85)
#482E48
(72,46,72)
#3A253B
(58,37,59)
#2C1C2E
(44,28,46)
#1E1321
(30,19,33)
#100A14
(16,10,20)
#000000
(0,0,0)

Tints of #9C6496

#9C6496
(156,100,150)
#A5729F
(165,114,159)
#AE80A8
(174,128,168)
#B78EB1
(183,142,177)
#C09CBA
(192,156,186)
#C9AAC3
(201,170,195)
#D2B8CC
(210,184,204)
#DBC6D5
(219,198,213)
#E4D4DE
(228,212,222)
#EDE2E7
(237,226,231)
#F6F0F0
(246,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C6496 color. Also use rgb(156,100,150) instead hex code.

Text Font Color

.myTextColor { color: #9C6496; }

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

This text font color is #9C6496.


Background Color

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

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

This div background color is #9C6496.


Border color

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

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

This div border color is #9C6496.


Opacity

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

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

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

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

This text has shadow with #9C6496 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #9C6496 on black background.


Color preview on white background

This text has color #9C6496 on white background.



Black color preview on #9C6496 background

This text has black color on #9C6496 background.


White color preview on #9C6496 background

This text has white color on #9C6496 background.