COLOR #9C5699

HEX: #9C5699
RGB: (156,86,153)

Color info

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

RGB color model

#9C5699 color RGB value is (156,86,153).

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

RGB channels and saturation

R 156 of 255 = 61%
G 86 of 255 = 34%
B 153 of 255 = 60%

156
86
153

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

Portions of RGB colors in percentages

R + G + B =
156 + 86 + 153 = 395 (100%)
R 156 of 395 ~ 39.49%
G 86 of 395 ~ 21.77%
B 153 of 395 ~ 38.73%

%39.49
%21.77
%38.73

CMYK color model

#9C5699 color CMYK value is (0,45,2,39).

  • cyan value is 0.00%
  • magenta value is 44.87%
  • yellow value is 1.92%
  • key color value is 38.82%
CMYK:
(0,45,2,39)
C0M45Y2K39 
(0%,45%,2%,39%)
(0.00/0.45/0.02/0.39)	

CMYK percentages

%0
%44.87
%1.92
%38.82

Codes

Color #9C5699 in popluar color models

9C5699
RGB15686153
HSL303°28.93%47.45%
HSB/HSV303°44.87%61.18%
CMYK0.00%44.87%1.92%
38.82%

Color #9C5699 in popluar number systems.

HEX9C5699
Decimal15686153
Binary10011100101011010011001
Octal234126231

Shades and tints

Shades of #9C5699

#9C5699
(156,86,153)
#8E4F8C
(142,79,140)
#80487F
(128,72,127)
#724172
(114,65,114)
#643A65
(100,58,101)
#563358
(86,51,88)
#482C4B
(72,44,75)
#3A253E
(58,37,62)
#2C1E31
(44,30,49)
#1E1724
(30,23,36)
#101017
(16,16,23)
#000000
(0,0,0)

Tints of #9C5699

#9C5699
(156,86,153)
#A565A2
(165,101,162)
#AE74AB
(174,116,171)
#B783B4
(183,131,180)
#C092BD
(192,146,189)
#C9A1C6
(201,161,198)
#D2B0CF
(210,176,207)
#DBBFD8
(219,191,216)
#E4CEE1
(228,206,225)
#EDDDEA
(237,221,234)
#F6ECF3
(246,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C5699; }

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

This text font color is #9C5699.


Background Color

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

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

This div background color is #9C5699.


Border color

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

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

This div border color is #9C5699.


Opacity

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

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

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

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

This text has shadow with #9C5699 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C5699 on black background.


Color preview on white background

This text has color #9C5699 on white background.



Black color preview on #9C5699 background

This text has black color on #9C5699 background.


White color preview on #9C5699 background

This text has white color on #9C5699 background.