COLOR #960BA2

HEX: #960BA2
RGB: (150,11,162)

Color info

#960BA2 contains mainly red and blue colors. Web safe color of #960BA2 is #990099 (or #909).

RGB color model

#960BA2 color RGB value is (150,11,162).

  • red value is 150;
  • green value is 11;
  • blue value is 162.
RGB:
(150,11,162)
(59%,4%,64%)

RGB channels and saturation

R 150 of 255 = 59%
G 11 of 255 = 4%
B 162 of 255 = 64%

150
11
162

R + G + B ~ 42%. #960BA2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
150 + 11 + 162 = 323 (100%)
R 150 of 323 ~ 46.44%
G 11 of 323 ~ 3.41%
B 162 of 323 ~ 50.15%

%46.44
%50.15

CMYK color model

#960BA2 color CMYK value is (7,93,0,36).

  • cyan value is 7.41%
  • magenta value is 93.21%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(7,93,0,36)
C7M93Y0K36 
(7%,93%,0%,36%)
(0.07/0.93/0.00/0.36)	

CMYK percentages

%7.41
%93.21
%0
%36.47

Codes

Color #960BA2 in popluar color models

960BA2
RGB15011162
HSL295°87.28%33.92%
HSB/HSV295°93.21%63.53%
CMYK7.41%93.21%0.00%
36.47%

Color #960BA2 in popluar number systems.

HEX960BA2
Decimal15011162
Binary10010110101110100010
Octal22613242

Shades and tints

Shades of #960BA2

#960BA2
(150,11,162)
#890A94
(137,10,148)
#7C0986
(124,9,134)
#6F0878
(111,8,120)
#62076A
(98,7,106)
#55065C
(85,6,92)
#48054E
(72,5,78)
#3B0440
(59,4,64)
#2E0332
(46,3,50)
#210224
(33,2,36)
#140116
(20,1,22)
#000000
(0,0,0)

Tints of #960BA2

#960BA2
(150,11,162)
#9F21AA
(159,33,170)
#A837B2
(168,55,178)
#B14DBA
(177,77,186)
#BA63C2
(186,99,194)
#C379CA
(195,121,202)
#CC8FD2
(204,143,210)
#D5A5DA
(213,165,218)
#DEBBE2
(222,187,226)
#E7D1EA
(231,209,234)
#F0E7F2
(240,231,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #960BA2 color. Also use rgb(150,11,162) instead hex code.

Text Font Color

.myTextColor { color: #960BA2; }

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

This text font color is #960BA2.


Background Color

.myBgColor { background-color: #960BA2; }

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

This div background color is #960BA2.


Border color

.myBorderColor { border: 1px solid #960BA2; }

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

This div border color is #960BA2.


Opacity

.myOpacity80 { color: #960BA2; opacity: 0.8; }

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

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

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

This text has shadow with #960BA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #960BA2 on black background.


Color preview on white background

This text has color #960BA2 on white background.



Black color preview on #960BA2 background

This text has black color on #960BA2 background.


White color preview on #960BA2 background

This text has white color on #960BA2 background.