COLOR #962C9A

HEX: #962C9A
RGB: (150,44,154)

Color info

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

RGB color model

#962C9A color RGB value is (150,44,154).

  • red value is 150;
  • green value is 44;
  • blue value is 154.
RGB:
(150,44,154)
(59%,17%,60%)

RGB channels and saturation

R 150 of 255 = 59%
G 44 of 255 = 17%
B 154 of 255 = 60%

150
44
154

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

Portions of RGB colors in percentages

R + G + B =
150 + 44 + 154 = 348 (100%)
R 150 of 348 ~ 43.1%
G 44 of 348 ~ 12.64%
B 154 of 348 ~ 44.25%

%43.1
%12.64
%44.25

CMYK color model

#962C9A color CMYK value is (3,71,0,40).

  • cyan value is 2.60%
  • magenta value is 71.43%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(3,71,0,40)
C3M71Y0K40 
(3%,71%,0%,40%)
(0.03/0.71/0.00/0.40)	

CMYK percentages

%2.6
%71.43
%0
%39.61

Codes

Color #962C9A in popluar color models

962C9A
RGB15044154
HSL298°55.56%38.82%
HSB/HSV298°71.43%60.39%
CMYK2.60%71.43%0.00%
39.61%

Color #962C9A in popluar number systems.

HEX962C9A
Decimal15044154
Binary1001011010110010011010
Octal22654232

Shades and tints

Shades of #962C9A

#962C9A
(150,44,154)
#89288C
(137,40,140)
#7C247E
(124,36,126)
#6F2070
(111,32,112)
#621C62
(98,28,98)
#551854
(85,24,84)
#481446
(72,20,70)
#3B1038
(59,16,56)
#2E0C2A
(46,12,42)
#21081C
(33,8,28)
#14040E
(20,4,14)
#000000
(0,0,0)

Tints of #962C9A

#962C9A
(150,44,154)
#9F3FA3
(159,63,163)
#A852AC
(168,82,172)
#B165B5
(177,101,181)
#BA78BE
(186,120,190)
#C38BC7
(195,139,199)
#CC9ED0
(204,158,208)
#D5B1D9
(213,177,217)
#DEC4E2
(222,196,226)
#E7D7EB
(231,215,235)
#F0EAF4
(240,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #962C9A; }

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

This text font color is #962C9A.


Background Color

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

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

This div background color is #962C9A.


Border color

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

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

This div border color is #962C9A.


Opacity

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

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

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

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

This text has shadow with #962C9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #962C9A on black background.


Color preview on white background

This text has color #962C9A on white background.



Black color preview on #962C9A background

This text has black color on #962C9A background.


White color preview on #962C9A background

This text has white color on #962C9A background.