COLOR #962E9D

HEX: #962E9D
RGB: (150,46,157)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

150
46
157

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

Portions of RGB colors in percentages

R + G + B =
150 + 46 + 157 = 353 (100%)
R 150 of 353 ~ 42.49%
G 46 of 353 ~ 13.03%
B 157 of 353 ~ 44.48%

%42.49
%13.03
%44.48

CMYK color model

#962E9D color CMYK value is (4,71,0,38).

  • cyan value is 4.46%
  • magenta value is 70.70%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(4,71,0,38)
C4M71Y0K38 
(4%,71%,0%,38%)
(0.04/0.71/0.00/0.38)	

CMYK percentages

%4.46
%70.7
%0
%38.43

Codes

Color #962E9D in popluar color models

962E9D
RGB15046157
HSL296°54.68%39.80%
HSB/HSV296°70.70%61.57%
CMYK4.46%70.70%0.00%
38.43%

Color #962E9D in popluar number systems.

HEX962E9D
Decimal15046157
Binary1001011010111010011101
Octal22656235

Shades and tints

Shades of #962E9D

#962E9D
(150,46,157)
#892A8F
(137,42,143)
#7C2681
(124,38,129)
#6F2273
(111,34,115)
#621E65
(98,30,101)
#551A57
(85,26,87)
#481649
(72,22,73)
#3B123B
(59,18,59)
#2E0E2D
(46,14,45)
#210A1F
(33,10,31)
#140611
(20,6,17)
#000000
(0,0,0)

Tints of #962E9D

#962E9D
(150,46,157)
#9F41A5
(159,65,165)
#A854AD
(168,84,173)
#B167B5
(177,103,181)
#BA7ABD
(186,122,189)
#C38DC5
(195,141,197)
#CCA0CD
(204,160,205)
#D5B3D5
(213,179,213)
#DEC6DD
(222,198,221)
#E7D9E5
(231,217,229)
#F0ECED
(240,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #962E9D; }

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

This text font color is #962E9D.


Background Color

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

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

This div background color is #962E9D.


Border color

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

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

This div border color is #962E9D.


Opacity

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

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

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

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

This text has shadow with #962E9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #962E9D on black background.


Color preview on white background

This text has color #962E9D on white background.



Black color preview on #962E9D background

This text has black color on #962E9D background.


White color preview on #962E9D background

This text has white color on #962E9D background.