COLOR #9B32B4

HEX: #9B32B4
RGB: (155,50,180)

Color info

#9B32B4 contains mainly red and blue colors. Web safe color of #9B32B4 is #9933CC (or #93C).

RGB color model

#9B32B4 color RGB value is (155,50,180).

  • red value is 155;
  • green value is 50;
  • blue value is 180.
RGB:
(155,50,180)
(61%,20%,71%)

RGB channels and saturation

R 155 of 255 = 61%
G 50 of 255 = 20%
B 180 of 255 = 71%

155
50
180

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

Portions of RGB colors in percentages

R + G + B =
155 + 50 + 180 = 385 (100%)
R 155 of 385 ~ 40.26%
G 50 of 385 ~ 12.99%
B 180 of 385 ~ 46.75%

%40.26
%12.99
%46.75

CMYK color model

#9B32B4 color CMYK value is (14,72,0,29).

  • cyan value is 13.89%
  • magenta value is 72.22%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(14,72,0,29)
C14M72Y0K29 
(14%,72%,0%,29%)
(0.14/0.72/0.00/0.29)	

CMYK percentages

%13.89
%72.22
%0
%29.41

Codes

Color #9B32B4 in popluar color models

9B32B4
RGB15550180
HSL288°56.52%45.10%
HSB/HSV288°72.22%70.59%
CMYK13.89%72.22%0.00%
29.41%

Color #9B32B4 in popluar number systems.

HEX9B32B4
Decimal15550180
Binary1001101111001010110100
Octal23362264

Shades and tints

Shades of #9B32B4

#9B32B4
(155,50,180)
#8D2EA4
(141,46,164)
#7F2A94
(127,42,148)
#712684
(113,38,132)
#632274
(99,34,116)
#551E64
(85,30,100)
#471A54
(71,26,84)
#391644
(57,22,68)
#2B1234
(43,18,52)
#1D0E24
(29,14,36)
#0F0A14
(15,10,20)
#000000
(0,0,0)

Tints of #9B32B4

#9B32B4
(155,50,180)
#A444BA
(164,68,186)
#AD56C0
(173,86,192)
#B668C6
(182,104,198)
#BF7ACC
(191,122,204)
#C88CD2
(200,140,210)
#D19ED8
(209,158,216)
#DAB0DE
(218,176,222)
#E3C2E4
(227,194,228)
#ECD4EA
(236,212,234)
#F5E6F0
(245,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B32B4 color. Also use rgb(155,50,180) instead hex code.

Text Font Color

.myTextColor { color: #9B32B4; }

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

This text font color is #9B32B4.


Background Color

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

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

This div background color is #9B32B4.


Border color

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

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

This div border color is #9B32B4.


Opacity

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

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

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

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

This text has shadow with #9B32B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B32B4 on black background.


Color preview on white background

This text has color #9B32B4 on white background.



Black color preview on #9B32B4 background

This text has black color on #9B32B4 background.


White color preview on #9B32B4 background

This text has white color on #9B32B4 background.