COLOR #962796

HEX: #962796
RGB: (150,39,150)

Color info

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

RGB color model

#962796 color RGB value is (150,39,150).

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

RGB channels and saturation

R 150 of 255 = 59%
G 39 of 255 = 15%
B 150 of 255 = 59%

150
39
150

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

Portions of RGB colors in percentages

R + G + B =
150 + 39 + 150 = 339 (100%)
R 150 of 339 ~ 44.25%
G 39 of 339 ~ 11.5%
B 150 of 339 ~ 44.25%

%44.25
%11.5
%44.25

CMYK color model

#962796 color CMYK value is (0,74,0,41).

  • cyan value is 0.00%
  • magenta value is 74.00%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(0,74,0,41)
C0M74Y0K41 
(0%,74%,0%,41%)
(0.00/0.74/0.00/0.41)	

CMYK percentages

%0
%74
%0
%41.18

Codes

Color #962796 in popluar color models

962796
RGB15039150
HSL300°58.73%37.06%
HSB/HSV300°74.00%58.82%
CMYK0.00%74.00%0.00%
41.18%

Color #962796 in popluar number systems.

HEX962796
Decimal15039150
Binary1001011010011110010110
Octal22647226

Shades and tints

Shades of #962796

#962796
(150,39,150)
#892489
(137,36,137)
#7C217C
(124,33,124)
#6F1E6F
(111,30,111)
#621B62
(98,27,98)
#551855
(85,24,85)
#481548
(72,21,72)
#3B123B
(59,18,59)
#2E0F2E
(46,15,46)
#210C21
(33,12,33)
#140914
(20,9,20)
#000000
(0,0,0)

Tints of #962796

#962796
(150,39,150)
#9F3A9F
(159,58,159)
#A84DA8
(168,77,168)
#B160B1
(177,96,177)
#BA73BA
(186,115,186)
#C386C3
(195,134,195)
#CC99CC
(204,153,204)
#D5ACD5
(213,172,213)
#DEBFDE
(222,191,222)
#E7D2E7
(231,210,231)
#F0E5F0
(240,229,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #962796; }

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

This text font color is #962796.


Background Color

.myBgColor { background-color: #962796; }

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

This div background color is #962796.


Border color

.myBorderColor { border: 1px solid #962796; }

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

This div border color is #962796.


Opacity

.myOpacity80 { color: #962796; opacity: 0.8; }

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

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

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

This text has shadow with #962796 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #962796 on black background.


Color preview on white background

This text has color #962796 on white background.



Black color preview on #962796 background

This text has black color on #962796 background.


White color preview on #962796 background

This text has white color on #962796 background.