COLOR #9C5DB3

HEX: #9C5DB3
RGB: (156,93,179)

Color info

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

RGB color model

#9C5DB3 color RGB value is (156,93,179).

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

RGB channels and saturation

R 156 of 255 = 61%
G 93 of 255 = 36%
B 179 of 255 = 70%

156
93
179

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

Portions of RGB colors in percentages

R + G + B =
156 + 93 + 179 = 428 (100%)
R 156 of 428 ~ 36.45%
G 93 of 428 ~ 21.73%
B 179 of 428 ~ 41.82%

%36.45
%21.73
%41.82

CMYK color model

#9C5DB3 color CMYK value is (13,48,0,30).

  • cyan value is 12.85%
  • magenta value is 48.04%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(13,48,0,30)
C13M48Y0K30 
(13%,48%,0%,30%)
(0.13/0.48/0.00/0.30)	

CMYK percentages

%12.85
%48.04
%0
%29.8

Codes

Color #9C5DB3 in popluar color models

9C5DB3
RGB15693179
HSL284°36.13%53.33%
HSB/HSV284°48.04%70.20%
CMYK12.85%48.04%0.00%
29.80%

Color #9C5DB3 in popluar number systems.

HEX9C5DB3
Decimal15693179
Binary10011100101110110110011
Octal234135263

Shades and tints

Shades of #9C5DB3

#9C5DB3
(156,93,179)
#8E55A3
(142,85,163)
#804D93
(128,77,147)
#724583
(114,69,131)
#643D73
(100,61,115)
#563563
(86,53,99)
#482D53
(72,45,83)
#3A2543
(58,37,67)
#2C1D33
(44,29,51)
#1E1523
(30,21,35)
#100D13
(16,13,19)
#000000
(0,0,0)

Tints of #9C5DB3

#9C5DB3
(156,93,179)
#A56BB9
(165,107,185)
#AE79BF
(174,121,191)
#B787C5
(183,135,197)
#C095CB
(192,149,203)
#C9A3D1
(201,163,209)
#D2B1D7
(210,177,215)
#DBBFDD
(219,191,221)
#E4CDE3
(228,205,227)
#EDDBE9
(237,219,233)
#F6E9EF
(246,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C5DB3; }

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

This text font color is #9C5DB3.


Background Color

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

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

This div background color is #9C5DB3.


Border color

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

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

This div border color is #9C5DB3.


Opacity

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

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

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

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

This text has shadow with #9C5DB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C5DB3 on black background.


Color preview on white background

This text has color #9C5DB3 on white background.



Black color preview on #9C5DB3 background

This text has black color on #9C5DB3 background.


White color preview on #9C5DB3 background

This text has white color on #9C5DB3 background.