COLOR #9C5A99

HEX: #9C5A99
RGB: (156,90,153)

Color info

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

RGB color model

#9C5A99 color RGB value is (156,90,153).

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

RGB channels and saturation

R 156 of 255 = 61%
G 90 of 255 = 35%
B 153 of 255 = 60%

156
90
153

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

Portions of RGB colors in percentages

R + G + B =
156 + 90 + 153 = 399 (100%)
R 156 of 399 ~ 39.1%
G 90 of 399 ~ 22.56%
B 153 of 399 ~ 38.35%

%39.1
%22.56
%38.35

CMYK color model

#9C5A99 color CMYK value is (0,42,2,39).

  • cyan value is 0.00%
  • magenta value is 42.31%
  • yellow value is 1.92%
  • key color value is 38.82%
CMYK:
(0,42,2,39)
C0M42Y2K39 
(0%,42%,2%,39%)
(0.00/0.42/0.02/0.39)	

CMYK percentages

%0
%42.31
%1.92
%38.82

Codes

Color #9C5A99 in popluar color models

9C5A99
RGB15690153
HSL303°26.83%48.24%
HSB/HSV303°42.31%61.18%
CMYK0.00%42.31%1.92%
38.82%

Color #9C5A99 in popluar number systems.

HEX9C5A99
Decimal15690153
Binary10011100101101010011001
Octal234132231

Shades and tints

Shades of #9C5A99

#9C5A99
(156,90,153)
#8E528C
(142,82,140)
#804A7F
(128,74,127)
#724272
(114,66,114)
#643A65
(100,58,101)
#563258
(86,50,88)
#482A4B
(72,42,75)
#3A223E
(58,34,62)
#2C1A31
(44,26,49)
#1E1224
(30,18,36)
#100A17
(16,10,23)
#000000
(0,0,0)

Tints of #9C5A99

#9C5A99
(156,90,153)
#A569A2
(165,105,162)
#AE78AB
(174,120,171)
#B787B4
(183,135,180)
#C096BD
(192,150,189)
#C9A5C6
(201,165,198)
#D2B4CF
(210,180,207)
#DBC3D8
(219,195,216)
#E4D2E1
(228,210,225)
#EDE1EA
(237,225,234)
#F6F0F3
(246,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C5A99; }

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

This text font color is #9C5A99.


Background Color

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

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

This div background color is #9C5A99.


Border color

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

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

This div border color is #9C5A99.


Opacity

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

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

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

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

This text has shadow with #9C5A99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C5A99 on black background.


Color preview on white background

This text has color #9C5A99 on white background.



Black color preview on #9C5A99 background

This text has black color on #9C5A99 background.


White color preview on #9C5A99 background

This text has white color on #9C5A99 background.