COLOR #961C75

HEX: #961C75 RGB: (150,28,117)

Color info

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

RGB color model

#961C75 color RGB value is (150,28,117).

RGB: (150,28,117) (59%, 11%, 46%)

RGB channels and saturation

R 150 of 255 = 59%
G 28 of 255 = 11%
B 117 of 255 = 46%

150
28
117

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

Portions of RGB colors in percentages

R + G + B = 150 + 28 + 117 = 295 (100%)
R 150 of 295 ~ 50.85%
G 28 of 295 ~ 9.49%
B 117 of 295 ~ 39.66'%

%50.85
%39.66

CMYK color model

#961C75 color CMYK value is (0,81,22,41).

  • cyan value is 0.00%
  • magenta value is 81.33%
  • yellow value is 22.00%
  • key color value is 41.18%
CMYK: (0,81,22,41) C0M81Y22K41 (0%,81%,22%,41%) (0.00/0.81/0.22/0.41) 

CMYK percentages

%0
%81.33
%22
%41.18

Codes

Color #961C75 in popluar color models

96 1C 75
RGB 150 28 117
HSL 316° 68.54% 34.90%
HSB/HSV 316° 81.33% 58.82%
CMYK 0.00% 81.33% 22.00%
41.18%

Color #961C75 in popluar number systems.

HEX 96 1C 75
Decimal 150 28 117
Binary 10010110 11100 1110101
Octal 226 34 165

Shades and tints

Shades of #961C75

#961C75
(150,28,117)
#891A6B
(137,26,107)
#7C1861
(124,24,97)
#6F1657
(111,22,87)
#62144D
(98,20,77)
#551243
(85,18,67)
#481039
(72,16,57)
#3B0E2F
(59,14,47)
#2E0C25
(46,12,37)
#210A1B
(33,10,27)
#140811
(20,8,17)
#000000
(0,0,0)

Tints of #961C75

#961C75
(150,28,117)
#9F3081
(159,48,129)
#A8448D
(168,68,141)
#B15899
(177,88,153)
#BA6CA5
(186,108,165)
#C380B1
(195,128,177)
#CC94BD
(204,148,189)
#D5A8C9
(213,168,201)
#DEBCD5
(222,188,213)
#E7D0E1
(231,208,225)
#F0E4ED
(240,228,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #961C75 color. Also use rgb(150,28,117) instead hex code.

Text Font Color

.myTextColor { color: #961C75; }

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

This text font color is #961C75.

Background Color

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

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

This div background color is #961C75.

Border color

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

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

This div border color is #961C75.

Opacity

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

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

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

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

This text has shadow with #961C75 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #961C75.

Preview

Color preview on black background

This text has color #961C75 on black background.


Color preview on white background

This text has color #961C75 on white background.


Black color preview on #961C75 background

This text has black color on #961C75 background.


White color preview on #961C75 background

This text has white color on #961C75 background.


Related colors

Complementary color

Complementary color for #hex is #69E38A.


I love getcolorcode.com

Triadic colors

1 #75961C and #1C7596 with #961C75 are triadic colors.

2 #751C96 and #1C9675 with #961C75 are triadic colors.