COLOR #9B60A6

HEX: #9B60A6
RGB: (155,96,166)

Color info

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

RGB color model

#9B60A6 color RGB value is (155,96,166).

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

RGB channels and saturation

R 155 of 255 = 61%
G 96 of 255 = 38%
B 166 of 255 = 65%

155
96
166

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

Portions of RGB colors in percentages

R + G + B =
155 + 96 + 166 = 417 (100%)
R 155 of 417 ~ 37.17%
G 96 of 417 ~ 23.02%
B 166 of 417 ~ 39.81%

%37.17
%23.02
%39.81

CMYK color model

#9B60A6 color CMYK value is (7,42,0,35).

  • cyan value is 6.63%
  • magenta value is 42.17%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(7,42,0,35)
C7M42Y0K35 
(7%,42%,0%,35%)
(0.07/0.42/0.00/0.35)	

CMYK percentages

%6.63
%42.17
%0
%34.9

Codes

Color #9B60A6 in popluar color models

9B60A6
RGB15596166
HSL291°28.23%51.37%
HSB/HSV291°42.17%65.10%
CMYK6.63%42.17%0.00%
34.90%

Color #9B60A6 in popluar number systems.

HEX9B60A6
Decimal15596166
Binary10011011110000010100110
Octal233140246

Shades and tints

Shades of #9B60A6

#9B60A6
(155,96,166)
#8D5897
(141,88,151)
#7F5088
(127,80,136)
#714879
(113,72,121)
#63406A
(99,64,106)
#55385B
(85,56,91)
#47304C
(71,48,76)
#39283D
(57,40,61)
#2B202E
(43,32,46)
#1D181F
(29,24,31)
#0F1010
(15,16,16)
#000000
(0,0,0)

Tints of #9B60A6

#9B60A6
(155,96,166)
#A46EAE
(164,110,174)
#AD7CB6
(173,124,182)
#B68ABE
(182,138,190)
#BF98C6
(191,152,198)
#C8A6CE
(200,166,206)
#D1B4D6
(209,180,214)
#DAC2DE
(218,194,222)
#E3D0E6
(227,208,230)
#ECDEEE
(236,222,238)
#F5ECF6
(245,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B60A6; }

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

This text font color is #9B60A6.


Background Color

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

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

This div background color is #9B60A6.


Border color

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

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

This div border color is #9B60A6.


Opacity

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

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

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

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

This text has shadow with #9B60A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B60A6 on black background.


Color preview on white background

This text has color #9B60A6 on white background.



Black color preview on #9B60A6 background

This text has black color on #9B60A6 background.


White color preview on #9B60A6 background

This text has white color on #9B60A6 background.