COLOR #9C659F

HEX: #9C659F
RGB: (156,101,159)

Color info

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

RGB color model

#9C659F color RGB value is (156,101,159).

  • red value is 156;
  • green value is 101;
  • blue value is 159.
RGB:
(156,101,159)
(61%,40%,62%)

RGB channels and saturation

R 156 of 255 = 61%
G 101 of 255 = 40%
B 159 of 255 = 62%

156
101
159

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

Portions of RGB colors in percentages

R + G + B =
156 + 101 + 159 = 416 (100%)
R 156 of 416 ~ 37.5%
G 101 of 416 ~ 24.28%
B 159 of 416 ~ 38.22%

%37.5
%24.28
%38.22

CMYK color model

#9C659F color CMYK value is (2,36,0,38).

  • cyan value is 1.89%
  • magenta value is 36.48%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(2,36,0,38)
C2M36Y0K38 
(2%,36%,0%,38%)
(0.02/0.36/0.00/0.38)	

CMYK percentages

%1.89
%36.48
%0
%37.65

Codes

Color #9C659F in popluar color models

9C659F
RGB156101159
HSL297°23.20%50.98%
HSB/HSV297°36.48%62.35%
CMYK1.89%36.48%0.00%
37.65%

Color #9C659F in popluar number systems.

HEX9C659F
Decimal156101159
Binary10011100110010110011111
Octal234145237

Shades and tints

Shades of #9C659F

#9C659F
(156,101,159)
#8E5C91
(142,92,145)
#805383
(128,83,131)
#724A75
(114,74,117)
#644167
(100,65,103)
#563859
(86,56,89)
#482F4B
(72,47,75)
#3A263D
(58,38,61)
#2C1D2F
(44,29,47)
#1E1421
(30,20,33)
#100B13
(16,11,19)
#000000
(0,0,0)

Tints of #9C659F

#9C659F
(156,101,159)
#A573A7
(165,115,167)
#AE81AF
(174,129,175)
#B78FB7
(183,143,183)
#C09DBF
(192,157,191)
#C9ABC7
(201,171,199)
#D2B9CF
(210,185,207)
#DBC7D7
(219,199,215)
#E4D5DF
(228,213,223)
#EDE3E7
(237,227,231)
#F6F1EF
(246,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C659F color. Also use rgb(156,101,159) instead hex code.

Text Font Color

.myTextColor { color: #9C659F; }

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

This text font color is #9C659F.


Background Color

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

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

This div background color is #9C659F.


Border color

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

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

This div border color is #9C659F.


Opacity

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

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

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

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

This text has shadow with #9C659F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C659F on black background.


Color preview on white background

This text has color #9C659F on white background.



Black color preview on #9C659F background

This text has black color on #9C659F background.


White color preview on #9C659F background

This text has white color on #9C659F background.