COLOR #9329B2

HEX: #9329B2
RGB: (147,41,178)

Color info

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

RGB color model

#9329B2 color RGB value is (147,41,178).

  • red value is 147;
  • green value is 41;
  • blue value is 178.
RGB:
(147,41,178)
(58%,16%,70%)

RGB channels and saturation

R 147 of 255 = 58%
G 41 of 255 = 16%
B 178 of 255 = 70%

147
41
178

R + G + B ~ 48%. #9329B2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
147 + 41 + 178 = 366 (100%)
R 147 of 366 ~ 40.16%
G 41 of 366 ~ 11.2%
B 178 of 366 ~ 48.63%

%40.16
%11.2
%48.63

CMYK color model

#9329B2 color CMYK value is (17,77,0,30).

  • cyan value is 17.42%
  • magenta value is 76.97%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(17,77,0,30)
C17M77Y0K30 
(17%,77%,0%,30%)
(0.17/0.77/0.00/0.30)	

CMYK percentages

%17.42
%76.97
%0
%30.2

Codes

Color #9329B2 in popluar color models

9329B2
RGB14741178
HSL286°62.56%42.94%
HSB/HSV286°76.97%69.80%
CMYK17.42%76.97%0.00%
30.20%

Color #9329B2 in popluar number systems.

HEX9329B2
Decimal14741178
Binary1001001110100110110010
Octal22351262

Shades and tints

Shades of #9329B2

#9329B2
(147,41,178)
#8626A2
(134,38,162)
#792392
(121,35,146)
#6C2082
(108,32,130)
#5F1D72
(95,29,114)
#521A62
(82,26,98)
#451752
(69,23,82)
#381442
(56,20,66)
#2B1132
(43,17,50)
#1E0E22
(30,14,34)
#110B12
(17,11,18)
#000000
(0,0,0)

Tints of #9329B2

#9329B2
(147,41,178)
#9C3CB9
(156,60,185)
#A54FC0
(165,79,192)
#AE62C7
(174,98,199)
#B775CE
(183,117,206)
#C088D5
(192,136,213)
#C99BDC
(201,155,220)
#D2AEE3
(210,174,227)
#DBC1EA
(219,193,234)
#E4D4F1
(228,212,241)
#EDE7F8
(237,231,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9329B2 color. Also use rgb(147,41,178) instead hex code.

Text Font Color

.myTextColor { color: #9329B2; }

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

This text font color is #9329B2.


Background Color

.myBgColor { background-color: #9329B2; }

<div style="background-color:#9329B2">Inner text</div>

This div background color is #9329B2.


Border color

.myBorderColor { border: 1px solid #9329B2; }

<div style="border:3px solid #9329B2">Div</div>

This div border color is #9329B2.


Opacity

.myOpacity80 { color: #9329B2; opacity: 0.8; }

<p style="color:#9329B2;opacity:0.8;">80%</p>

Text with #9329B2 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 #9329B2;}

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

This text has shadow with #9329B2 color.

.textShadow {text-shadow: 3px 3px 1px #9329B2, 3px 3px 1px red;}

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

This text has shadow with #9329B2 primary color and red secondary color.


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

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

This text has shadow with #9329B2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9329B2 on black background.


Color preview on white background

This text has color #9329B2 on white background.



Black color preview on #9329B2 background

This text has black color on #9329B2 background.


White color preview on #9329B2 background

This text has white color on #9329B2 background.