COLOR #961DB3

HEX: #961DB3
RGB: (150,29,179)

Color info

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

RGB color model

#961DB3 color RGB value is (150,29,179).

  • red value is 150;
  • green value is 29;
  • blue value is 179.
RGB:
(150,29,179)
(59%,11%,70%)

RGB channels and saturation

R 150 of 255 = 59%
G 29 of 255 = 11%
B 179 of 255 = 70%

150
29
179

R + G + B ~ 47%. #961DB3 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
150 + 29 + 179 = 358 (100%)
R 150 of 358 ~ 41.9%
G 29 of 358 ~ 8.1%
B 179 of 358 ~ 50%

%41.9
%50

CMYK color model

#961DB3 color CMYK value is (16,84,0,30).

  • cyan value is 16.20%
  • magenta value is 83.80%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(16,84,0,30)
C16M84Y0K30 
(16%,84%,0%,30%)
(0.16/0.84/0.00/0.30)	

CMYK percentages

%16.2
%83.8
%0
%29.8

Codes

Color #961DB3 in popluar color models

961DB3
RGB15029179
HSL288°72.12%40.78%
HSB/HSV288°83.80%70.20%
CMYK16.20%83.80%0.00%
29.80%

Color #961DB3 in popluar number systems.

HEX961DB3
Decimal15029179
Binary100101101110110110011
Octal22635263

Shades and tints

Shades of #961DB3

#961DB3
(150,29,179)
#891BA3
(137,27,163)
#7C1993
(124,25,147)
#6F1783
(111,23,131)
#621573
(98,21,115)
#551363
(85,19,99)
#481153
(72,17,83)
#3B0F43
(59,15,67)
#2E0D33
(46,13,51)
#210B23
(33,11,35)
#140913
(20,9,19)
#000000
(0,0,0)

Tints of #961DB3

#961DB3
(150,29,179)
#9F31B9
(159,49,185)
#A845BF
(168,69,191)
#B159C5
(177,89,197)
#BA6DCB
(186,109,203)
#C381D1
(195,129,209)
#CC95D7
(204,149,215)
#D5A9DD
(213,169,221)
#DEBDE3
(222,189,227)
#E7D1E9
(231,209,233)
#F0E5EF
(240,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #961DB3 color. Also use rgb(150,29,179) instead hex code.

Text Font Color

.myTextColor { color: #961DB3; }

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

This text font color is #961DB3.


Background Color

.myBgColor { background-color: #961DB3; }

<div style="background-color:#961DB3">Inner text</div>

This div background color is #961DB3.


Border color

.myBorderColor { border: 1px solid #961DB3; }

<div style="border:3px solid #961DB3">Div</div>

This div border color is #961DB3.


Opacity

.myOpacity80 { color: #961DB3; opacity: 0.8; }

<p style="color:#961DB3;opacity:0.8;">80%</p>

Text with #961DB3 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 #961DB3;}

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

This text has shadow with #961DB3 color.

.textShadow {text-shadow: 3px 3px 1px #961DB3, 3px 3px 1px red;}

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

This text has shadow with #961DB3 primary color and red secondary color.


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

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

This text has shadow with #961DB3 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #961DB3 on black background.


Color preview on white background

This text has color #961DB3 on white background.



Black color preview on #961DB3 background

This text has black color on #961DB3 background.


White color preview on #961DB3 background

This text has white color on #961DB3 background.