COLOR #9C5CA4

HEX: #9C5CA4
RGB: (156,92,164)

Color info

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

RGB color model

#9C5CA4 color RGB value is (156,92,164).

  • red value is 156;
  • green value is 92;
  • blue value is 164.
RGB:
(156,92,164)
(61%,36%,64%)

RGB channels and saturation

R 156 of 255 = 61%
G 92 of 255 = 36%
B 164 of 255 = 64%

156
92
164

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

Portions of RGB colors in percentages

R + G + B =
156 + 92 + 164 = 412 (100%)
R 156 of 412 ~ 37.86%
G 92 of 412 ~ 22.33%
B 164 of 412 ~ 39.81%

%37.86
%22.33
%39.81

CMYK color model

#9C5CA4 color CMYK value is (5,44,0,36).

  • cyan value is 4.88%
  • magenta value is 43.90%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(5,44,0,36)
C5M44Y0K36 
(5%,44%,0%,36%)
(0.05/0.44/0.00/0.36)	

CMYK percentages

%4.88
%43.9
%0
%35.69

Codes

Color #9C5CA4 in popluar color models

9C5CA4
RGB15692164
HSL293°28.35%50.20%
HSB/HSV293°43.90%64.31%
CMYK4.88%43.90%0.00%
35.69%

Color #9C5CA4 in popluar number systems.

HEX9C5CA4
Decimal15692164
Binary10011100101110010100100
Octal234134244

Shades and tints

Shades of #9C5CA4

#9C5CA4
(156,92,164)
#8E5496
(142,84,150)
#804C88
(128,76,136)
#72447A
(114,68,122)
#643C6C
(100,60,108)
#56345E
(86,52,94)
#482C50
(72,44,80)
#3A2442
(58,36,66)
#2C1C34
(44,28,52)
#1E1426
(30,20,38)
#100C18
(16,12,24)
#000000
(0,0,0)

Tints of #9C5CA4

#9C5CA4
(156,92,164)
#A56AAC
(165,106,172)
#AE78B4
(174,120,180)
#B786BC
(183,134,188)
#C094C4
(192,148,196)
#C9A2CC
(201,162,204)
#D2B0D4
(210,176,212)
#DBBEDC
(219,190,220)
#E4CCE4
(228,204,228)
#EDDAEC
(237,218,236)
#F6E8F4
(246,232,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C5CA4; }

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

This text font color is #9C5CA4.


Background Color

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

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

This div background color is #9C5CA4.


Border color

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

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

This div border color is #9C5CA4.


Opacity

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

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

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

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

This text has shadow with #9C5CA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C5CA4 on black background.


Color preview on white background

This text has color #9C5CA4 on white background.



Black color preview on #9C5CA4 background

This text has black color on #9C5CA4 background.


White color preview on #9C5CA4 background

This text has white color on #9C5CA4 background.