COLOR #962E71

HEX: #962E71
RGB: (150,46,113)

Color info

#962E71 contains mainly red and blue colors. Web safe color of #962E71 is #993366 (or #936).

RGB color model

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

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

RGB channels and saturation

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

150
46
113

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

Portions of RGB colors in percentages

R + G + B =
150 + 46 + 113 = 309 (100%)
R 150 of 309 ~ 48.54%
G 46 of 309 ~ 14.89%
B 113 of 309 ~ 36.57%

%48.54
%14.89
%36.57

CMYK color model

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

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

CMYK percentages

%0
%69.33
%24.67
%41.18

Codes

Color #962E71 in popluar color models

962E71
RGB15046113
HSL321°53.06%38.43%
HSB/HSV321°69.33%58.82%
CMYK0.00%69.33%24.67%
41.18%

Color #962E71 in popluar number systems.

HEX962E71
Decimal15046113
Binary100101101011101110001
Octal22656161

Shades and tints

Shades of #962E71

#962E71
(150,46,113)
#892A67
(137,42,103)
#7C265D
(124,38,93)
#6F2253
(111,34,83)
#621E49
(98,30,73)
#551A3F
(85,26,63)
#481635
(72,22,53)
#3B122B
(59,18,43)
#2E0E21
(46,14,33)
#210A17
(33,10,23)
#14060D
(20,6,13)
#000000
(0,0,0)

Tints of #962E71

#962E71
(150,46,113)
#9F417D
(159,65,125)
#A85489
(168,84,137)
#B16795
(177,103,149)
#BA7AA1
(186,122,161)
#C38DAD
(195,141,173)
#CCA0B9
(204,160,185)
#D5B3C5
(213,179,197)
#DEC6D1
(222,198,209)
#E7D9DD
(231,217,221)
#F0ECE9
(240,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #962E71; }

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

This text font color is #962E71.


Background Color

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

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

This div background color is #962E71.


Border color

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

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

This div border color is #962E71.


Opacity

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

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

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

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

This text has shadow with #962E71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #962E71 on black background.


Color preview on white background

This text has color #962E71 on white background.



Black color preview on #962E71 background

This text has black color on #962E71 background.


White color preview on #962E71 background

This text has white color on #962E71 background.