COLOR #9B2596

HEX: #9B2596
RGB: (155,37,150)

Color info

#9B2596 contains mainly red and blue colors. Web safe color of #9B2596 is #993399 (or #939).

RGB color model

#9B2596 color RGB value is (155,37,150).

  • red value is 155;
  • green value is 37;
  • blue value is 150.
RGB:
(155,37,150)
(61%,15%,59%)

RGB channels and saturation

R 155 of 255 = 61%
G 37 of 255 = 15%
B 150 of 255 = 59%

155
37
150

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

Portions of RGB colors in percentages

R + G + B =
155 + 37 + 150 = 342 (100%)
R 155 of 342 ~ 45.32%
G 37 of 342 ~ 10.82%
B 150 of 342 ~ 43.86%

%45.32
%10.82
%43.86

CMYK color model

#9B2596 color CMYK value is (0,76,3,39).

  • cyan value is 0.00%
  • magenta value is 76.13%
  • yellow value is 3.23%
  • key color value is 39.22%
CMYK:
(0,76,3,39)
C0M76Y3K39 
(0%,76%,3%,39%)
(0.00/0.76/0.03/0.39)	

CMYK percentages

%0
%76.13
%3.23
%39.22

Codes

Color #9B2596 in popluar color models

9B2596
RGB15537150
HSL303°61.46%37.65%
HSB/HSV303°76.13%60.78%
CMYK0.00%76.13%3.23%
39.22%

Color #9B2596 in popluar number systems.

HEX9B2596
Decimal15537150
Binary1001101110010110010110
Octal23345226

Shades and tints

Shades of #9B2596

#9B2596
(155,37,150)
#8D2289
(141,34,137)
#7F1F7C
(127,31,124)
#711C6F
(113,28,111)
#631962
(99,25,98)
#551655
(85,22,85)
#471348
(71,19,72)
#39103B
(57,16,59)
#2B0D2E
(43,13,46)
#1D0A21
(29,10,33)
#0F0714
(15,7,20)
#000000
(0,0,0)

Tints of #9B2596

#9B2596
(155,37,150)
#A4389F
(164,56,159)
#AD4BA8
(173,75,168)
#B65EB1
(182,94,177)
#BF71BA
(191,113,186)
#C884C3
(200,132,195)
#D197CC
(209,151,204)
#DAAAD5
(218,170,213)
#E3BDDE
(227,189,222)
#ECD0E7
(236,208,231)
#F5E3F0
(245,227,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B2596 color. Also use rgb(155,37,150) instead hex code.

Text Font Color

.myTextColor { color: #9B2596; }

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

This text font color is #9B2596.


Background Color

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

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

This div background color is #9B2596.


Border color

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

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

This div border color is #9B2596.


Opacity

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

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

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

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

This text has shadow with #9B2596 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B2596 on black background.


Color preview on white background

This text has color #9B2596 on white background.



Black color preview on #9B2596 background

This text has black color on #9B2596 background.


White color preview on #9B2596 background

This text has white color on #9B2596 background.