COLOR #961B63

HEX: #961B63 RGB: (150,27,99)

Color info

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

RGB color model

#961B63 color RGB value is (150,27,99).

RGB: (150,27,99) (59%, 11%, 39%)

RGB channels and saturation

R 150 of 255 = 59%
G 27 of 255 = 11%
B 99 of 255 = 39%

150
27
99

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

Portions of RGB colors in percentages

R + G + B = 150 + 27 + 99 = 276 (100%)
R 150 of 276 ~ 54.35%
G 27 of 276 ~ 9.78%
B 99 of 276 ~ 35.87'%

%54.35
%35.87

CMYK color model

#961B63 color CMYK value is (0,82,34,41).

  • cyan value is 0.00%
  • magenta value is 82.00%
  • yellow value is 34.00%
  • key color value is 41.18%

CMYK: (0,82,34,41)
C0M82Y34K41 (0%, 82%, 34%, 41%)
(0.00 / 0.82 / 0.34 / 0.41)

CMYK percentages

%0
%82
%34
%41.18

Codes

Color #961B63 in popluar color models

96 1B 63
RGB 150 27 99
HSL 325° 69.49% 34.71%
HSB/HSV 325° 82.00% 58.82%
CMYK 0.00% 82.00% 34.00%
41.18%

Color #961B63 in popluar number systems.

HEX 96 1B 63
Decimal 150 27 99
Binary 10010110 11011 1100011
Octal 226 33 143

Shades and tints

Shades of #961B63

#961B63
(150,27,99)
#89195A
(137,25,90)
#7C1751
(124,23,81)
#6F1548
(111,21,72)
#62133F
(98,19,63)
#551136
(85,17,54)
#480F2D
(72,15,45)
#3B0D24
(59,13,36)
#2E0B1B
(46,11,27)
#210912
(33,9,18)
#140709
(20,7,9)
#000000
(0,0,0)

Tints of #961B63

#961B63
(150,27,99)
#9F2F71
(159,47,113)
#A8437F
(168,67,127)
#B1578D
(177,87,141)
#BA6B9B
(186,107,155)
#C37FA9
(195,127,169)
#CC93B7
(204,147,183)
#D5A7C5
(213,167,197)
#DEBBD3
(222,187,211)
#E7CFE1
(231,207,225)
#F0E3EF
(240,227,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #961B63 color. Also use rgb(150,27,99) instead hex code.

Text Font Color

.myTextColor { color: #961B63; }

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

This text font color is #961B63.

Background Color

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

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

This div background color is #961B63.

Border color

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

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

This div border color is #961B63.

Opacity

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

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

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

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

This text has shadow with #961B63 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #961B63.

Preview

Color preview on black background

This text has color #961B63 on black background.


Color preview on white background

This text has color #961B63 on white background.


Black color preview on #961B63 background

This text has black color on #961B63 background.


White color preview on #961B63 background

This text has white color on #961B63 background.


Related colors

Complementary color

Complementary color for #hex is #69E49C.


I love getcolorcode.com

Triadic colors

1 #63961B and #1B6396 with #961B63 are triadic colors.

2 #631B96 and #1B9663 with #961B63 are triadic colors.