COLOR #9B59A6

HEX: #9B59A6
RGB: (155,89,166)

Color info

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

RGB color model

#9B59A6 color RGB value is (155,89,166).

  • red value is 155;
  • green value is 89;
  • blue value is 166.
RGB:
(155,89,166)
(61%,35%,65%)

RGB channels and saturation

R 155 of 255 = 61%
G 89 of 255 = 35%
B 166 of 255 = 65%

155
89
166

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

Portions of RGB colors in percentages

R + G + B =
155 + 89 + 166 = 410 (100%)
R 155 of 410 ~ 37.8%
G 89 of 410 ~ 21.71%
B 166 of 410 ~ 40.49%

%37.8
%21.71
%40.49

CMYK color model

#9B59A6 color CMYK value is (7,46,0,35).

  • cyan value is 6.63%
  • magenta value is 46.39%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(7,46,0,35)
C7M46Y0K35 
(7%,46%,0%,35%)
(0.07/0.46/0.00/0.35)	

CMYK percentages

%6.63
%46.39
%0
%34.9

Codes

Color #9B59A6 in popluar color models

9B59A6
RGB15589166
HSL291°30.20%50.00%
HSB/HSV291°46.39%65.10%
CMYK6.63%46.39%0.00%
34.90%

Color #9B59A6 in popluar number systems.

HEX9B59A6
Decimal15589166
Binary10011011101100110100110
Octal233131246

Shades and tints

Shades of #9B59A6

#9B59A6
(155,89,166)
#8D5197
(141,81,151)
#7F4988
(127,73,136)
#714179
(113,65,121)
#63396A
(99,57,106)
#55315B
(85,49,91)
#47294C
(71,41,76)
#39213D
(57,33,61)
#2B192E
(43,25,46)
#1D111F
(29,17,31)
#0F0910
(15,9,16)
#000000
(0,0,0)

Tints of #9B59A6

#9B59A6
(155,89,166)
#A468AE
(164,104,174)
#AD77B6
(173,119,182)
#B686BE
(182,134,190)
#BF95C6
(191,149,198)
#C8A4CE
(200,164,206)
#D1B3D6
(209,179,214)
#DAC2DE
(218,194,222)
#E3D1E6
(227,209,230)
#ECE0EE
(236,224,238)
#F5EFF6
(245,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B59A6 color. Also use rgb(155,89,166) instead hex code.

Text Font Color

.myTextColor { color: #9B59A6; }

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

This text font color is #9B59A6.


Background Color

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

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

This div background color is #9B59A6.


Border color

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

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

This div border color is #9B59A6.


Opacity

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

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

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

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

This text has shadow with #9B59A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B59A6 on black background.


Color preview on white background

This text has color #9B59A6 on white background.



Black color preview on #9B59A6 background

This text has black color on #9B59A6 background.


White color preview on #9B59A6 background

This text has white color on #9B59A6 background.