COLOR #962565

HEX: #962565
RGB: (150,37,101)

Color info

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

RGB color model

#962565 color RGB value is (150,37,101).

  • red value is 150;
  • green value is 37;
  • blue value is 101.
RGB:
(150,37,101)
(59%,15%,40%)

RGB channels and saturation

R 150 of 255 = 59%
G 37 of 255 = 15%
B 101 of 255 = 40%

150
37
101

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

Portions of RGB colors in percentages

R + G + B =
150 + 37 + 101 = 288 (100%)
R 150 of 288 ~ 52.08%
G 37 of 288 ~ 12.85%
B 101 of 288 ~ 35.07%

%52.08
%12.85
%35.07

CMYK color model

#962565 color CMYK value is (0,75,33,41).

  • cyan value is 0.00%
  • magenta value is 75.33%
  • yellow value is 32.67%
  • key color value is 41.18%
CMYK:
(0,75,33,41)
C0M75Y33K41 
(0%,75%,33%,41%)
(0.00/0.75/0.33/0.41)	

CMYK percentages

%0
%75.33
%32.67
%41.18

Codes

Color #962565 in popluar color models

962565
RGB15037101
HSL326°60.43%36.67%
HSB/HSV326°75.33%58.82%
CMYK0.00%75.33%32.67%
41.18%

Color #962565 in popluar number systems.

HEX962565
Decimal15037101
Binary100101101001011100101
Octal22645145

Shades and tints

Shades of #962565

#962565
(150,37,101)
#89225C
(137,34,92)
#7C1F53
(124,31,83)
#6F1C4A
(111,28,74)
#621941
(98,25,65)
#551638
(85,22,56)
#48132F
(72,19,47)
#3B1026
(59,16,38)
#2E0D1D
(46,13,29)
#210A14
(33,10,20)
#14070B
(20,7,11)
#000000
(0,0,0)

Tints of #962565

#962565
(150,37,101)
#9F3873
(159,56,115)
#A84B81
(168,75,129)
#B15E8F
(177,94,143)
#BA719D
(186,113,157)
#C384AB
(195,132,171)
#CC97B9
(204,151,185)
#D5AAC7
(213,170,199)
#DEBDD5
(222,189,213)
#E7D0E3
(231,208,227)
#F0E3F1
(240,227,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #962565 color. Also use rgb(150,37,101) instead hex code.

Text Font Color

.myTextColor { color: #962565; }

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

This text font color is #962565.


Background Color

.myBgColor { background-color: #962565; }

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

This div background color is #962565.


Border color

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

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

This div border color is #962565.


Opacity

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

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

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

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

This text has shadow with #962565 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #962565 on black background.


Color preview on white background

This text has color #962565 on white background.



Black color preview on #962565 background

This text has black color on #962565 background.


White color preview on #962565 background

This text has white color on #962565 background.