COLOR #963E78

HEX: #963E78
RGB: (150,62,120)

Color info

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

RGB color model

#963E78 color RGB value is (150,62,120).

  • red value is 150;
  • green value is 62;
  • blue value is 120.
RGB:
(150,62,120)
(59%,24%,47%)

RGB channels and saturation

R 150 of 255 = 59%
G 62 of 255 = 24%
B 120 of 255 = 47%

150
62
120

R + G + B ~ 43%. #963E78 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
150 + 62 + 120 = 332 (100%)
R 150 of 332 ~ 45.18%
G 62 of 332 ~ 18.67%
B 120 of 332 ~ 36.14%

%45.18
%18.67
%36.14

CMYK color model

#963E78 color CMYK value is (0,59,20,41).

  • cyan value is 0.00%
  • magenta value is 58.67%
  • yellow value is 20.00%
  • key color value is 41.18%
CMYK:
(0,59,20,41)
C0M59Y20K41 
(0%,59%,20%,41%)
(0.00/0.59/0.20/0.41)	

CMYK percentages

%0
%58.67
%20
%41.18

Codes

Color #963E78 in popluar color models

963E78
RGB15062120
HSL320°41.51%41.57%
HSB/HSV320°58.67%58.82%
CMYK0.00%58.67%20.00%
41.18%

Color #963E78 in popluar number systems.

HEX963E78
Decimal15062120
Binary100101101111101111000
Octal22676170

Shades and tints

Shades of #963E78

#963E78
(150,62,120)
#89396E
(137,57,110)
#7C3464
(124,52,100)
#6F2F5A
(111,47,90)
#622A50
(98,42,80)
#552546
(85,37,70)
#48203C
(72,32,60)
#3B1B32
(59,27,50)
#2E1628
(46,22,40)
#21111E
(33,17,30)
#140C14
(20,12,20)
#000000
(0,0,0)

Tints of #963E78

#963E78
(150,62,120)
#9F4F84
(159,79,132)
#A86090
(168,96,144)
#B1719C
(177,113,156)
#BA82A8
(186,130,168)
#C393B4
(195,147,180)
#CCA4C0
(204,164,192)
#D5B5CC
(213,181,204)
#DEC6D8
(222,198,216)
#E7D7E4
(231,215,228)
#F0E8F0
(240,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #963E78 color. Also use rgb(150,62,120) instead hex code.

Text Font Color

.myTextColor { color: #963E78; }

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

This text font color is #963E78.


Background Color

.myBgColor { background-color: #963E78; }

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

This div background color is #963E78.


Border color

.myBorderColor { border: 1px solid #963E78; }

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

This div border color is #963E78.


Opacity

.myOpacity80 { color: #963E78; opacity: 0.8; }

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

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

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

This text has shadow with #963E78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #963E78 on black background.


Color preview on white background

This text has color #963E78 on white background.



Black color preview on #963E78 background

This text has black color on #963E78 background.


White color preview on #963E78 background

This text has white color on #963E78 background.