COLOR #9C5DA8

HEX: #9C5DA8
RGB: (156,93,168)

Color info

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

RGB color model

#9C5DA8 color RGB value is (156,93,168).

  • red value is 156;
  • green value is 93;
  • blue value is 168.
RGB:
(156,93,168)
(61%,36%,66%)

RGB channels and saturation

R 156 of 255 = 61%
G 93 of 255 = 36%
B 168 of 255 = 66%

156
93
168

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

Portions of RGB colors in percentages

R + G + B =
156 + 93 + 168 = 417 (100%)
R 156 of 417 ~ 37.41%
G 93 of 417 ~ 22.3%
B 168 of 417 ~ 40.29%

%37.41
%22.3
%40.29

CMYK color model

#9C5DA8 color CMYK value is (7,45,0,34).

  • cyan value is 7.14%
  • magenta value is 44.64%
  • yellow value is 0.00%
  • key color value is 34.12%
CMYK:
(7,45,0,34)
C7M45Y0K34 
(7%,45%,0%,34%)
(0.07/0.45/0.00/0.34)	

CMYK percentages

%7.14
%44.64
%0
%34.12

Codes

Color #9C5DA8 in popluar color models

9C5DA8
RGB15693168
HSL290°30.12%51.18%
HSB/HSV290°44.64%65.88%
CMYK7.14%44.64%0.00%
34.12%

Color #9C5DA8 in popluar number systems.

HEX9C5DA8
Decimal15693168
Binary10011100101110110101000
Octal234135250

Shades and tints

Shades of #9C5DA8

#9C5DA8
(156,93,168)
#8E5599
(142,85,153)
#804D8A
(128,77,138)
#72457B
(114,69,123)
#643D6C
(100,61,108)
#56355D
(86,53,93)
#482D4E
(72,45,78)
#3A253F
(58,37,63)
#2C1D30
(44,29,48)
#1E1521
(30,21,33)
#100D12
(16,13,18)
#000000
(0,0,0)

Tints of #9C5DA8

#9C5DA8
(156,93,168)
#A56BAF
(165,107,175)
#AE79B6
(174,121,182)
#B787BD
(183,135,189)
#C095C4
(192,149,196)
#C9A3CB
(201,163,203)
#D2B1D2
(210,177,210)
#DBBFD9
(219,191,217)
#E4CDE0
(228,205,224)
#EDDBE7
(237,219,231)
#F6E9EE
(246,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C5DA8; }

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

This text font color is #9C5DA8.


Background Color

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

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

This div background color is #9C5DA8.


Border color

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

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

This div border color is #9C5DA8.


Opacity

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

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

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

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

This text has shadow with #9C5DA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C5DA8 on black background.


Color preview on white background

This text has color #9C5DA8 on white background.



Black color preview on #9C5DA8 background

This text has black color on #9C5DA8 background.


White color preview on #9C5DA8 background

This text has white color on #9C5DA8 background.