COLOR #96329B

HEX: #96329B
RGB: (150,50,155)

Color info

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

RGB color model

#96329B color RGB value is (150,50,155).

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

RGB channels and saturation

R 150 of 255 = 59%
G 50 of 255 = 20%
B 155 of 255 = 61%

150
50
155

R + G + B ~ 47%. #96329B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
150 + 50 + 155 = 355 (100%)
R 150 of 355 ~ 42.25%
G 50 of 355 ~ 14.08%
B 155 of 355 ~ 43.66%

%42.25
%14.08
%43.66

CMYK color model

#96329B color CMYK value is (3,68,0,39).

  • cyan value is 3.23%
  • magenta value is 67.74%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(3,68,0,39)
C3M68Y0K39 
(3%,68%,0%,39%)
(0.03/0.68/0.00/0.39)	

CMYK percentages

%3.23
%67.74
%0
%39.22

Codes

Color #96329B in popluar color models

96329B
RGB15050155
HSL297°51.22%40.20%
HSB/HSV297°67.74%60.78%
CMYK3.23%67.74%0.00%
39.22%

Color #96329B in popluar number systems.

HEX96329B
Decimal15050155
Binary1001011011001010011011
Octal22662233

Shades and tints

Shades of #96329B

#96329B
(150,50,155)
#892E8D
(137,46,141)
#7C2A7F
(124,42,127)
#6F2671
(111,38,113)
#622263
(98,34,99)
#551E55
(85,30,85)
#481A47
(72,26,71)
#3B1639
(59,22,57)
#2E122B
(46,18,43)
#210E1D
(33,14,29)
#140A0F
(20,10,15)
#000000
(0,0,0)

Tints of #96329B

#96329B
(150,50,155)
#9F44A4
(159,68,164)
#A856AD
(168,86,173)
#B168B6
(177,104,182)
#BA7ABF
(186,122,191)
#C38CC8
(195,140,200)
#CC9ED1
(204,158,209)
#D5B0DA
(213,176,218)
#DEC2E3
(222,194,227)
#E7D4EC
(231,212,236)
#F0E6F5
(240,230,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96329B color. Also use rgb(150,50,155) instead hex code.

Text Font Color

.myTextColor { color: #96329B; }

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

This text font color is #96329B.


Background Color

.myBgColor { background-color: #96329B; }

<div style="background-color:#96329B">Inner text</div>

This div background color is #96329B.


Border color

.myBorderColor { border: 1px solid #96329B; }

<div style="border:3px solid #96329B">Div</div>

This div border color is #96329B.


Opacity

.myOpacity80 { color: #96329B; opacity: 0.8; }

<p style="color:#96329B;opacity:0.8;">80%</p>

Text with #96329B 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 #96329B;}

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

This text has shadow with #96329B color.

.textShadow {text-shadow: 3px 3px 1px #96329B, 3px 3px 1px red;}

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

This text has shadow with #96329B primary color and red secondary color.


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

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

This text has shadow with #96329B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96329B on black background.


Color preview on white background

This text has color #96329B on white background.



Black color preview on #96329B background

This text has black color on #96329B background.


White color preview on #96329B background

This text has white color on #96329B background.