COLOR #961F60

HEX: #961F60 RGB: (150,31,96)

Color info

#961F60 contains mainly red and blue colors. Web safe color of #961F60 is #993366 (or #936).

RGB color model

#961F60 color RGB value is (150,31,96).

RGB: (150,31,96) (59%, 12%, 38%)

RGB channels and saturation

R 150 of 255 = 59%
G 31 of 255 = 12%
B 96 of 255 = 38%

150
31
96

R + G + B ~ 36%. #961F60 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 150 + 31 + 96 = 277 (100%)
R 150 of 277 ~ 54.15%
G 31 of 277 ~ 11.19%
B 96 of 277 ~ 34.66'%

%54.15
%11.19
%34.66

CMYK color model

#961F60 color CMYK value is (0,79,36,41).

  • cyan value is 0.00%
  • magenta value is 79.33%
  • yellow value is 36.00%
  • key color value is 41.18%

CMYK: (0,79,36,41)
C0M79Y36K41 (0%, 79%, 36%, 41%)
(0.00 / 0.79 / 0.36 / 0.41)

CMYK percentages

%0
%79.33
%36
%41.18

Codes

Color #961F60 in popluar color models

96 1F 60
RGB 150 31 96
HSL 327° 65.75% 35.49%
HSB/HSV 327° 79.33% 58.82%
CMYK 0.00% 79.33% 36.00%
41.18%

Color #961F60 in popluar number systems.

HEX 96 1F 60
Decimal 150 31 96
Binary 10010110 11111 1100000
Octal 226 37 140

Shades and tints

Shades of #961F60

#961F60
(150,31,96)
#891D58
(137,29,88)
#7C1B50
(124,27,80)
#6F1948
(111,25,72)
#621740
(98,23,64)
#551538
(85,21,56)
#481330
(72,19,48)
#3B1128
(59,17,40)
#2E0F20
(46,15,32)
#210D18
(33,13,24)
#140B10
(20,11,16)
#000000
(0,0,0)

Tints of #961F60

#961F60
(150,31,96)
#9F336E
(159,51,110)
#A8477C
(168,71,124)
#B15B8A
(177,91,138)
#BA6F98
(186,111,152)
#C383A6
(195,131,166)
#CC97B4
(204,151,180)
#D5ABC2
(213,171,194)
#DEBFD0
(222,191,208)
#E7D3DE
(231,211,222)
#F0E7EC
(240,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #961F60 color. Also use rgb(150,31,96) instead hex code.

Text Font Color

.myTextColor { color: #961F60; }

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

This text font color is #961F60.

Background Color

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

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

This div background color is #961F60.

Border color

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

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

This div border color is #961F60.

Opacity

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

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

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

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

This text has shadow with #961F60 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #961F60.

Preview

Color preview on black background

This text has color #961F60 on black background.


Color preview on white background

This text has color #961F60 on white background.


Black color preview on #961F60 background

This text has black color on #961F60 background.


White color preview on #961F60 background

This text has white color on #961F60 background.


Related colors

Complementary color

Complementary color for #hex is #69E09F.


I love getcolorcode.com

Triadic colors

1 #60961F and #1F6096 with #961F60 are triadic colors.

2 #601F96 and #1F9660 with #961F60 are triadic colors.