COLOR #962E96

HEX: #962E96
RGB: (150,46,150)

Color info

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

RGB color model

#962E96 color RGB value is (150,46,150).

  • red value is 150;
  • green value is 46;
  • blue value is 150.
RGB:
(150,46,150)
(59%,18%,59%)

RGB channels and saturation

R 150 of 255 = 59%
G 46 of 255 = 18%
B 150 of 255 = 59%

150
46
150

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

Portions of RGB colors in percentages

R + G + B =
150 + 46 + 150 = 346 (100%)
R 150 of 346 ~ 43.35%
G 46 of 346 ~ 13.29%
B 150 of 346 ~ 43.35%

%43.35
%13.29
%43.35

CMYK color model

#962E96 color CMYK value is (0,69,0,41).

  • cyan value is 0.00%
  • magenta value is 69.33%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(0,69,0,41)
C0M69Y0K41 
(0%,69%,0%,41%)
(0.00/0.69/0.00/0.41)	

CMYK percentages

%0
%69.33
%0
%41.18

Codes

Color #962E96 in popluar color models

962E96
RGB15046150
HSL300°53.06%38.43%
HSB/HSV300°69.33%58.82%
CMYK0.00%69.33%0.00%
41.18%

Color #962E96 in popluar number systems.

HEX962E96
Decimal15046150
Binary1001011010111010010110
Octal22656226

Shades and tints

Shades of #962E96

#962E96
(150,46,150)
#892A89
(137,42,137)
#7C267C
(124,38,124)
#6F226F
(111,34,111)
#621E62
(98,30,98)
#551A55
(85,26,85)
#481648
(72,22,72)
#3B123B
(59,18,59)
#2E0E2E
(46,14,46)
#210A21
(33,10,33)
#140614
(20,6,20)
#000000
(0,0,0)

Tints of #962E96

#962E96
(150,46,150)
#9F419F
(159,65,159)
#A854A8
(168,84,168)
#B167B1
(177,103,177)
#BA7ABA
(186,122,186)
#C38DC3
(195,141,195)
#CCA0CC
(204,160,204)
#D5B3D5
(213,179,213)
#DEC6DE
(222,198,222)
#E7D9E7
(231,217,231)
#F0ECF0
(240,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #962E96 color. Also use rgb(150,46,150) instead hex code.

Text Font Color

.myTextColor { color: #962E96; }

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

This text font color is #962E96.


Background Color

.myBgColor { background-color: #962E96; }

<div style="background-color:#962E96">Inner text</div>

This div background color is #962E96.


Border color

.myBorderColor { border: 1px solid #962E96; }

<div style="border:3px solid #962E96">Div</div>

This div border color is #962E96.


Opacity

.myOpacity80 { color: #962E96; opacity: 0.8; }

<p style="color:#962E96;opacity:0.8;">80%</p>

Text with #962E96 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 #962E96;}

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

This text has shadow with #962E96 color.

.textShadow {text-shadow: 3px 3px 1px #962E96, 3px 3px 1px red;}

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

This text has shadow with #962E96 primary color and red secondary color.


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

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

This text has shadow with #962E96 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #962E96 on black background.


Color preview on white background

This text has color #962E96 on white background.



Black color preview on #962E96 background

This text has black color on #962E96 background.


White color preview on #962E96 background

This text has white color on #962E96 background.