COLOR #961D7B

HEX: #961D7B RGB: (150,29,123)

Color info

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

RGB color model

#961D7B color RGB value is (150,29,123).

RGB: (150,29,123) (59%, 11%, 48%)

RGB channels and saturation

R 150 of 255 = 59%
G 29 of 255 = 11%
B 123 of 255 = 48%

150
29
123

R + G + B ~ 39%. #961D7B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 150 + 29 + 123 = 302 (100%)
R 150 of 302 ~ 49.67%
G 29 of 302 ~ 9.6%
B 123 of 302 ~ 40.73'%

%49.67
%40.73

CMYK color model

#961D7B color CMYK value is (0,81,18,41).

  • cyan value is 0.00%
  • magenta value is 80.67%
  • yellow value is 18.00%
  • key color value is 41.18%

CMYK: (0,81,18,41)
C0M81Y18K41 (0%, 81%, 18%, 41%)
(0.00 / 0.81 / 0.18 / 0.41)

CMYK percentages

%0
%80.67
%18
%41.18

Codes

Color #961D7B in popluar color models

96 1D 7B
RGB 150 29 123
HSL 313° 67.60% 35.10%
HSB/HSV 313° 80.67% 58.82%
CMYK 0.00% 80.67% 18.00%
41.18%

Color #961D7B in popluar number systems.

HEX 96 1D 7B
Decimal 150 29 123
Binary 10010110 11101 1111011
Octal 226 35 173

Shades and tints

Shades of #961D7B

#961D7B
(150,29,123)
#891B70
(137,27,112)
#7C1965
(124,25,101)
#6F175A
(111,23,90)
#62154F
(98,21,79)
#551344
(85,19,68)
#481139
(72,17,57)
#3B0F2E
(59,15,46)
#2E0D23
(46,13,35)
#210B18
(33,11,24)
#14090D
(20,9,13)
#000000
(0,0,0)

Tints of #961D7B

#961D7B
(150,29,123)
#9F3187
(159,49,135)
#A84593
(168,69,147)
#B1599F
(177,89,159)
#BA6DAB
(186,109,171)
#C381B7
(195,129,183)
#CC95C3
(204,149,195)
#D5A9CF
(213,169,207)
#DEBDDB
(222,189,219)
#E7D1E7
(231,209,231)
#F0E5F3
(240,229,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #961D7B; }

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

This text font color is #961D7B.

Background Color

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

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

This div background color is #961D7B.

Border color

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

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

This div border color is #961D7B.

Opacity

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

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

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

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

This text has shadow with #961D7B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #961D7B.

Preview

Color preview on black background

This text has color #961D7B on black background.


Color preview on white background

This text has color #961D7B on white background.


Black color preview on #961D7B background

This text has black color on #961D7B background.


White color preview on #961D7B background

This text has white color on #961D7B background.


Related colors

Complementary color

Complementary color for #hex is #69E284.


I love getcolorcode.com

Triadic colors

1 #7B961D and #1D7B96 with #961D7B are triadic colors.

2 #7B1D96 and #1D967B with #961D7B are triadic colors.