COLOR #9C59B5

HEX: #9C59B5
RGB: (156,89,181)

Color info

#9C59B5 contains mainly red and blue colors. Web safe color of #9C59B5 is #9966CC (or #96C).

RGB color model

#9C59B5 color RGB value is (156,89,181).

  • red value is 156;
  • green value is 89;
  • blue value is 181.
RGB:
(156,89,181)
(61%,35%,71%)

RGB channels and saturation

R 156 of 255 = 61%
G 89 of 255 = 35%
B 181 of 255 = 71%

156
89
181

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

Portions of RGB colors in percentages

R + G + B =
156 + 89 + 181 = 426 (100%)
R 156 of 426 ~ 36.62%
G 89 of 426 ~ 20.89%
B 181 of 426 ~ 42.49%

%36.62
%20.89
%42.49

CMYK color model

#9C59B5 color CMYK value is (14,51,0,29).

  • cyan value is 13.81%
  • magenta value is 50.83%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(14,51,0,29)
C14M51Y0K29 
(14%,51%,0%,29%)
(0.14/0.51/0.00/0.29)	

CMYK percentages

%13.81
%50.83
%0
%29.02

Codes

Color #9C59B5 in popluar color models

9C59B5
RGB15689181
HSL284°38.33%52.94%
HSB/HSV284°50.83%70.98%
CMYK13.81%50.83%0.00%
29.02%

Color #9C59B5 in popluar number systems.

HEX9C59B5
Decimal15689181
Binary10011100101100110110101
Octal234131265

Shades and tints

Shades of #9C59B5

#9C59B5
(156,89,181)
#8E51A5
(142,81,165)
#804995
(128,73,149)
#724185
(114,65,133)
#643975
(100,57,117)
#563165
(86,49,101)
#482955
(72,41,85)
#3A2145
(58,33,69)
#2C1935
(44,25,53)
#1E1125
(30,17,37)
#100915
(16,9,21)
#000000
(0,0,0)

Tints of #9C59B5

#9C59B5
(156,89,181)
#A568BB
(165,104,187)
#AE77C1
(174,119,193)
#B786C7
(183,134,199)
#C095CD
(192,149,205)
#C9A4D3
(201,164,211)
#D2B3D9
(210,179,217)
#DBC2DF
(219,194,223)
#E4D1E5
(228,209,229)
#EDE0EB
(237,224,235)
#F6EFF1
(246,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C59B5; }

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

This text font color is #9C59B5.


Background Color

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

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

This div background color is #9C59B5.


Border color

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

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

This div border color is #9C59B5.


Opacity

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

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

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

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

This text has shadow with #9C59B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C59B5 on black background.


Color preview on white background

This text has color #9C59B5 on white background.



Black color preview on #9C59B5 background

This text has black color on #9C59B5 background.


White color preview on #9C59B5 background

This text has white color on #9C59B5 background.