COLOR #9C59B3

HEX: #9C59B3
RGB: (156,89,179)

Color info

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

RGB color model

#9C59B3 color RGB value is (156,89,179).

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

RGB channels and saturation

R 156 of 255 = 61%
G 89 of 255 = 35%
B 179 of 255 = 70%

156
89
179

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

Portions of RGB colors in percentages

R + G + B =
156 + 89 + 179 = 424 (100%)
R 156 of 424 ~ 36.79%
G 89 of 424 ~ 20.99%
B 179 of 424 ~ 42.22%

%36.79
%20.99
%42.22

CMYK color model

#9C59B3 color CMYK value is (13,50,0,30).

  • cyan value is 12.85%
  • magenta value is 50.28%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(13,50,0,30)
C13M50Y0K30 
(13%,50%,0%,30%)
(0.13/0.50/0.00/0.30)	

CMYK percentages

%12.85
%50.28
%0
%29.8

Codes

Color #9C59B3 in popluar color models

9C59B3
RGB15689179
HSL285°37.19%52.55%
HSB/HSV285°50.28%70.20%
CMYK12.85%50.28%0.00%
29.80%

Color #9C59B3 in popluar number systems.

HEX9C59B3
Decimal15689179
Binary10011100101100110110011
Octal234131263

Shades and tints

Shades of #9C59B3

#9C59B3
(156,89,179)
#8E51A3
(142,81,163)
#804993
(128,73,147)
#724183
(114,65,131)
#643973
(100,57,115)
#563163
(86,49,99)
#482953
(72,41,83)
#3A2143
(58,33,67)
#2C1933
(44,25,51)
#1E1123
(30,17,35)
#100913
(16,9,19)
#000000
(0,0,0)

Tints of #9C59B3

#9C59B3
(156,89,179)
#A568B9
(165,104,185)
#AE77BF
(174,119,191)
#B786C5
(183,134,197)
#C095CB
(192,149,203)
#C9A4D1
(201,164,209)
#D2B3D7
(210,179,215)
#DBC2DD
(219,194,221)
#E4D1E3
(228,209,227)
#EDE0E9
(237,224,233)
#F6EFEF
(246,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C59B3; }

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

This text font color is #9C59B3.


Background Color

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

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

This div background color is #9C59B3.


Border color

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

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

This div border color is #9C59B3.


Opacity

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

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

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

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

This text has shadow with #9C59B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C59B3 on black background.


Color preview on white background

This text has color #9C59B3 on white background.



Black color preview on #9C59B3 background

This text has black color on #9C59B3 background.


White color preview on #9C59B3 background

This text has white color on #9C59B3 background.