COLOR #9C6383

HEX: #9C6383
RGB: (156,99,131)

Color info

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

RGB color model

#9C6383 color RGB value is (156,99,131).

  • red value is 156;
  • green value is 99;
  • blue value is 131.
RGB:
(156,99,131)
(61%,39%,51%)

RGB channels and saturation

R 156 of 255 = 61%
G 99 of 255 = 39%
B 131 of 255 = 51%

156
99
131

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

Portions of RGB colors in percentages

R + G + B =
156 + 99 + 131 = 386 (100%)
R 156 of 386 ~ 40.41%
G 99 of 386 ~ 25.65%
B 131 of 386 ~ 33.94%

%40.41
%25.65
%33.94

CMYK color model

#9C6383 color CMYK value is (0,37,16,39).

  • cyan value is 0.00%
  • magenta value is 36.54%
  • yellow value is 16.03%
  • key color value is 38.82%
CMYK:
(0,37,16,39)
C0M37Y16K39 
(0%,37%,16%,39%)
(0.00/0.37/0.16/0.39)	

CMYK percentages

%0
%36.54
%16.03
%38.82

Codes

Color #9C6383 in popluar color models

9C6383
RGB15699131
HSL326°22.35%50.00%
HSB/HSV326°36.54%61.18%
CMYK0.00%36.54%16.03%
38.82%

Color #9C6383 in popluar number systems.

HEX9C6383
Decimal15699131
Binary10011100110001110000011
Octal234143203

Shades and tints

Shades of #9C6383

#9C6383
(156,99,131)
#8E5A78
(142,90,120)
#80516D
(128,81,109)
#724862
(114,72,98)
#643F57
(100,63,87)
#56364C
(86,54,76)
#482D41
(72,45,65)
#3A2436
(58,36,54)
#2C1B2B
(44,27,43)
#1E1220
(30,18,32)
#100915
(16,9,21)
#000000
(0,0,0)

Tints of #9C6383

#9C6383
(156,99,131)
#A5718E
(165,113,142)
#AE7F99
(174,127,153)
#B78DA4
(183,141,164)
#C09BAF
(192,155,175)
#C9A9BA
(201,169,186)
#D2B7C5
(210,183,197)
#DBC5D0
(219,197,208)
#E4D3DB
(228,211,219)
#EDE1E6
(237,225,230)
#F6EFF1
(246,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C6383 color. Also use rgb(156,99,131) instead hex code.

Text Font Color

.myTextColor { color: #9C6383; }

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

This text font color is #9C6383.


Background Color

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

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

This div background color is #9C6383.


Border color

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

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

This div border color is #9C6383.


Opacity

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

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

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

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

This text has shadow with #9C6383 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C6383 on black background.


Color preview on white background

This text has color #9C6383 on white background.



Black color preview on #9C6383 background

This text has black color on #9C6383 background.


White color preview on #9C6383 background

This text has white color on #9C6383 background.