COLOR #9C59BA

HEX: #9C59BA
RGB: (156,89,186)

Color info

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

RGB color model

#9C59BA color RGB value is (156,89,186).

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

RGB channels and saturation

R 156 of 255 = 61%
G 89 of 255 = 35%
B 186 of 255 = 73%

156
89
186

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

Portions of RGB colors in percentages

R + G + B =
156 + 89 + 186 = 431 (100%)
R 156 of 431 ~ 36.19%
G 89 of 431 ~ 20.65%
B 186 of 431 ~ 43.16%

%36.19
%20.65
%43.16

CMYK color model

#9C59BA color CMYK value is (16,52,0,27).

  • cyan value is 16.13%
  • magenta value is 52.15%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(16,52,0,27)
C16M52Y0K27 
(16%,52%,0%,27%)
(0.16/0.52/0.00/0.27)	

CMYK percentages

%16.13
%52.15
%0
%27.06

Codes

Color #9C59BA in popluar color models

9C59BA
RGB15689186
HSL281°41.28%53.92%
HSB/HSV281°52.15%72.94%
CMYK16.13%52.15%0.00%
27.06%

Color #9C59BA in popluar number systems.

HEX9C59BA
Decimal15689186
Binary10011100101100110111010
Octal234131272

Shades and tints

Shades of #9C59BA

#9C59BA
(156,89,186)
#8E51AA
(142,81,170)
#80499A
(128,73,154)
#72418A
(114,65,138)
#64397A
(100,57,122)
#56316A
(86,49,106)
#48295A
(72,41,90)
#3A214A
(58,33,74)
#2C193A
(44,25,58)
#1E112A
(30,17,42)
#10091A
(16,9,26)
#000000
(0,0,0)

Tints of #9C59BA

#9C59BA
(156,89,186)
#A568C0
(165,104,192)
#AE77C6
(174,119,198)
#B786CC
(183,134,204)
#C095D2
(192,149,210)
#C9A4D8
(201,164,216)
#D2B3DE
(210,179,222)
#DBC2E4
(219,194,228)
#E4D1EA
(228,209,234)
#EDE0F0
(237,224,240)
#F6EFF6
(246,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C59BA; }

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

This text font color is #9C59BA.


Background Color

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

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

This div background color is #9C59BA.


Border color

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

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

This div border color is #9C59BA.


Opacity

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

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

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

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

This text has shadow with #9C59BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C59BA on black background.


Color preview on white background

This text has color #9C59BA on white background.



Black color preview on #9C59BA background

This text has black color on #9C59BA background.


White color preview on #9C59BA background

This text has white color on #9C59BA background.