COLOR #960D67

HEX: #960D67
RGB: (150,13,103)

Color info

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

RGB color model

#960D67 color RGB value is (150,13,103).

  • red value is 150;
  • green value is 13;
  • blue value is 103.
RGB:
(150,13,103)
(59%,5%,40%)

RGB channels and saturation

R 150 of 255 = 59%
G 13 of 255 = 5%
B 103 of 255 = 40%

150
13
103

R + G + B ~ 35%. #960D67 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
150 + 13 + 103 = 266 (100%)
R 150 of 266 ~ 56.39%
G 13 of 266 ~ 4.89%
B 103 of 266 ~ 38.72%

%56.39
%38.72

CMYK color model

#960D67 color CMYK value is (0,91,31,41).

  • cyan value is 0.00%
  • magenta value is 91.33%
  • yellow value is 31.33%
  • key color value is 41.18%
CMYK:
(0,91,31,41)
C0M91Y31K41 
(0%,91%,31%,41%)
(0.00/0.91/0.31/0.41)	

CMYK percentages

%0
%91.33
%31.33
%41.18

Codes

Color #960D67 in popluar color models

960D67
RGB15013103
HSL321°84.05%31.96%
HSB/HSV321°91.33%58.82%
CMYK0.00%91.33%31.33%
41.18%

Color #960D67 in popluar number systems.

HEX960D67
Decimal15013103
Binary1001011011011100111
Octal22615147

Shades and tints

Shades of #960D67

#960D67
(150,13,103)
#890C5E
(137,12,94)
#7C0B55
(124,11,85)
#6F0A4C
(111,10,76)
#620943
(98,9,67)
#55083A
(85,8,58)
#480731
(72,7,49)
#3B0628
(59,6,40)
#2E051F
(46,5,31)
#210416
(33,4,22)
#14030D
(20,3,13)
#000000
(0,0,0)

Tints of #960D67

#960D67
(150,13,103)
#9F2374
(159,35,116)
#A83981
(168,57,129)
#B14F8E
(177,79,142)
#BA659B
(186,101,155)
#C37BA8
(195,123,168)
#CC91B5
(204,145,181)
#D5A7C2
(213,167,194)
#DEBDCF
(222,189,207)
#E7D3DC
(231,211,220)
#F0E9E9
(240,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #960D67 color. Also use rgb(150,13,103) instead hex code.

Text Font Color

.myTextColor { color: #960D67; }

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

This text font color is #960D67.


Background Color

.myBgColor { background-color: #960D67; }

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

This div background color is #960D67.


Border color

.myBorderColor { border: 1px solid #960D67; }

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

This div border color is #960D67.


Opacity

.myOpacity80 { color: #960D67; opacity: 0.8; }

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

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

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

This text has shadow with #960D67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #960D67 on black background.


Color preview on white background

This text has color #960D67 on white background.



Black color preview on #960D67 background

This text has black color on #960D67 background.


White color preview on #960D67 background

This text has white color on #960D67 background.