COLOR #963895

HEX: #963895
RGB: (150,56,149)

Color info

#963895 contains mainly red and blue colors. Web safe color of #963895 is #993399 (or #939).

RGB color model

#963895 color RGB value is (150,56,149).

  • red value is 150;
  • green value is 56;
  • blue value is 149.
RGB:
(150,56,149)
(59%,22%,58%)

RGB channels and saturation

R 150 of 255 = 59%
G 56 of 255 = 22%
B 149 of 255 = 58%

150
56
149

R + G + B ~ 46%. #963895 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
150 + 56 + 149 = 355 (100%)
R 150 of 355 ~ 42.25%
G 56 of 355 ~ 15.77%
B 149 of 355 ~ 41.97%

%42.25
%15.77
%41.97

CMYK color model

#963895 color CMYK value is (0,63,1,41).

  • cyan value is 0.00%
  • magenta value is 62.67%
  • yellow value is 0.67%
  • key color value is 41.18%
CMYK:
(0,63,1,41)
C0M63Y1K41 
(0%,63%,1%,41%)
(0.00/0.63/0.01/0.41)	

CMYK percentages

%0
%62.67
%0.67
%41.18

Codes

Color #963895 in popluar color models

963895
RGB15056149
HSL301°45.63%40.39%
HSB/HSV301°62.67%58.82%
CMYK0.00%62.67%0.67%
41.18%

Color #963895 in popluar number systems.

HEX963895
Decimal15056149
Binary1001011011100010010101
Octal22670225

Shades and tints

Shades of #963895

#963895
(150,56,149)
#893388
(137,51,136)
#7C2E7B
(124,46,123)
#6F296E
(111,41,110)
#622461
(98,36,97)
#551F54
(85,31,84)
#481A47
(72,26,71)
#3B153A
(59,21,58)
#2E102D
(46,16,45)
#210B20
(33,11,32)
#140613
(20,6,19)
#000000
(0,0,0)

Tints of #963895

#963895
(150,56,149)
#9F4A9E
(159,74,158)
#A85CA7
(168,92,167)
#B16EB0
(177,110,176)
#BA80B9
(186,128,185)
#C392C2
(195,146,194)
#CCA4CB
(204,164,203)
#D5B6D4
(213,182,212)
#DEC8DD
(222,200,221)
#E7DAE6
(231,218,230)
#F0ECEF
(240,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #963895 color. Also use rgb(150,56,149) instead hex code.

Text Font Color

.myTextColor { color: #963895; }

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

This text font color is #963895.


Background Color

.myBgColor { background-color: #963895; }

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

This div background color is #963895.


Border color

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

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

This div border color is #963895.


Opacity

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

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

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

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

This text has shadow with #963895 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #963895 on black background.


Color preview on white background

This text has color #963895 on white background.



Black color preview on #963895 background

This text has black color on #963895 background.


White color preview on #963895 background

This text has white color on #963895 background.