COLOR #961177

HEX: #961177
RGB: (150,17,119)

Color info

#961177 contains mainly red and blue colors. Web safe color of #961177 is #990066 (or #906).

RGB color model

#961177 color RGB value is (150,17,119).

  • red value is 150;
  • green value is 17;
  • blue value is 119.
RGB:
(150,17,119)
(59%,7%,47%)

RGB channels and saturation

R 150 of 255 = 59%
G 17 of 255 = 7%
B 119 of 255 = 47%

150
17
119

R + G + B ~ 38%. #961177 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
150 + 17 + 119 = 286 (100%)
R 150 of 286 ~ 52.45%
G 17 of 286 ~ 5.94%
B 119 of 286 ~ 41.61%

%52.45
%41.61

CMYK color model

#961177 color CMYK value is (0,89,21,41).

  • cyan value is 0.00%
  • magenta value is 88.67%
  • yellow value is 20.67%
  • key color value is 41.18%
CMYK:
(0,89,21,41)
C0M89Y21K41 
(0%,89%,21%,41%)
(0.00/0.89/0.21/0.41)	

CMYK percentages

%0
%88.67
%20.67
%41.18

Codes

Color #961177 in popluar color models

961177
RGB15017119
HSL314°79.64%32.75%
HSB/HSV314°88.67%58.82%
CMYK0.00%88.67%20.67%
41.18%

Color #961177 in popluar number systems.

HEX961177
Decimal15017119
Binary10010110100011110111
Octal22621167

Shades and tints

Shades of #961177

#961177
(150,17,119)
#89106D
(137,16,109)
#7C0F63
(124,15,99)
#6F0E59
(111,14,89)
#620D4F
(98,13,79)
#550C45
(85,12,69)
#480B3B
(72,11,59)
#3B0A31
(59,10,49)
#2E0927
(46,9,39)
#21081D
(33,8,29)
#140713
(20,7,19)
#000000
(0,0,0)

Tints of #961177

#961177
(150,17,119)
#9F2683
(159,38,131)
#A83B8F
(168,59,143)
#B1509B
(177,80,155)
#BA65A7
(186,101,167)
#C37AB3
(195,122,179)
#CC8FBF
(204,143,191)
#D5A4CB
(213,164,203)
#DEB9D7
(222,185,215)
#E7CEE3
(231,206,227)
#F0E3EF
(240,227,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #961177 color. Also use rgb(150,17,119) instead hex code.

Text Font Color

.myTextColor { color: #961177; }

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

This text font color is #961177.


Background Color

.myBgColor { background-color: #961177; }

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

This div background color is #961177.


Border color

.myBorderColor { border: 1px solid #961177; }

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

This div border color is #961177.


Opacity

.myOpacity80 { color: #961177; opacity: 0.8; }

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

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

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

This text has shadow with #961177 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #961177 on black background.


Color preview on white background

This text has color #961177 on white background.



Black color preview on #961177 background

This text has black color on #961177 background.


White color preview on #961177 background

This text has white color on #961177 background.