COLOR #962AA4

HEX: #962AA4
RGB: (150,42,164)

Color info

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

RGB color model

#962AA4 color RGB value is (150,42,164).

  • red value is 150;
  • green value is 42;
  • blue value is 164.
RGB:
(150,42,164)
(59%,16%,64%)

RGB channels and saturation

R 150 of 255 = 59%
G 42 of 255 = 16%
B 164 of 255 = 64%

150
42
164

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

Portions of RGB colors in percentages

R + G + B =
150 + 42 + 164 = 356 (100%)
R 150 of 356 ~ 42.13%
G 42 of 356 ~ 11.8%
B 164 of 356 ~ 46.07%

%42.13
%11.8
%46.07

CMYK color model

#962AA4 color CMYK value is (9,74,0,36).

  • cyan value is 8.54%
  • magenta value is 74.39%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(9,74,0,36)
C9M74Y0K36 
(9%,74%,0%,36%)
(0.09/0.74/0.00/0.36)	

CMYK percentages

%8.54
%74.39
%0
%35.69

Codes

Color #962AA4 in popluar color models

962AA4
RGB15042164
HSL293°59.22%40.39%
HSB/HSV293°74.39%64.31%
CMYK8.54%74.39%0.00%
35.69%

Color #962AA4 in popluar number systems.

HEX962AA4
Decimal15042164
Binary1001011010101010100100
Octal22652244

Shades and tints

Shades of #962AA4

#962AA4
(150,42,164)
#892796
(137,39,150)
#7C2488
(124,36,136)
#6F217A
(111,33,122)
#621E6C
(98,30,108)
#551B5E
(85,27,94)
#481850
(72,24,80)
#3B1542
(59,21,66)
#2E1234
(46,18,52)
#210F26
(33,15,38)
#140C18
(20,12,24)
#000000
(0,0,0)

Tints of #962AA4

#962AA4
(150,42,164)
#9F3DAC
(159,61,172)
#A850B4
(168,80,180)
#B163BC
(177,99,188)
#BA76C4
(186,118,196)
#C389CC
(195,137,204)
#CC9CD4
(204,156,212)
#D5AFDC
(213,175,220)
#DEC2E4
(222,194,228)
#E7D5EC
(231,213,236)
#F0E8F4
(240,232,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #962AA4; }

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

This text font color is #962AA4.


Background Color

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

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

This div background color is #962AA4.


Border color

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

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

This div border color is #962AA4.


Opacity

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

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

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

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

This text has shadow with #962AA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #962AA4 on black background.


Color preview on white background

This text has color #962AA4 on white background.



Black color preview on #962AA4 background

This text has black color on #962AA4 background.


White color preview on #962AA4 background

This text has white color on #962AA4 background.