COLOR #9C5F9C

HEX: #9C5F9C
RGB: (156,95,156)

Color info

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

RGB color model

#9C5F9C color RGB value is (156,95,156).

  • red value is 156;
  • green value is 95;
  • blue value is 156.
RGB:
(156,95,156)
(61%,37%,61%)

RGB channels and saturation

R 156 of 255 = 61%
G 95 of 255 = 37%
B 156 of 255 = 61%

156
95
156

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

Portions of RGB colors in percentages

R + G + B =
156 + 95 + 156 = 407 (100%)
R 156 of 407 ~ 38.33%
G 95 of 407 ~ 23.34%
B 156 of 407 ~ 38.33%

%38.33
%23.34
%38.33

CMYK color model

#9C5F9C color CMYK value is (0,39,0,39).

  • cyan value is 0.00%
  • magenta value is 39.10%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(0,39,0,39)
C0M39Y0K39 
(0%,39%,0%,39%)
(0.00/0.39/0.00/0.39)	

CMYK percentages

%0
%39.1
%0
%38.82

Codes

Color #9C5F9C in popluar color models

9C5F9C
RGB15695156
HSL300°24.30%49.22%
HSB/HSV300°39.10%61.18%
CMYK0.00%39.10%0.00%
38.82%

Color #9C5F9C in popluar number systems.

HEX9C5F9C
Decimal15695156
Binary10011100101111110011100
Octal234137234

Shades and tints

Shades of #9C5F9C

#9C5F9C
(156,95,156)
#8E578E
(142,87,142)
#804F80
(128,79,128)
#724772
(114,71,114)
#643F64
(100,63,100)
#563756
(86,55,86)
#482F48
(72,47,72)
#3A273A
(58,39,58)
#2C1F2C
(44,31,44)
#1E171E
(30,23,30)
#100F10
(16,15,16)
#000000
(0,0,0)

Tints of #9C5F9C

#9C5F9C
(156,95,156)
#A56DA5
(165,109,165)
#AE7BAE
(174,123,174)
#B789B7
(183,137,183)
#C097C0
(192,151,192)
#C9A5C9
(201,165,201)
#D2B3D2
(210,179,210)
#DBC1DB
(219,193,219)
#E4CFE4
(228,207,228)
#EDDDED
(237,221,237)
#F6EBF6
(246,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C5F9C; }

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

This text font color is #9C5F9C.


Background Color

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

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

This div background color is #9C5F9C.


Border color

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

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

This div border color is #9C5F9C.


Opacity

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

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

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

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

This text has shadow with #9C5F9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C5F9C on black background.


Color preview on white background

This text has color #9C5F9C on white background.



Black color preview on #9C5F9C background

This text has black color on #9C5F9C background.


White color preview on #9C5F9C background

This text has white color on #9C5F9C background.