COLOR #963CBE

HEX: #963CBE
RGB: (150,60,190)

Color info

#963CBE contains mainly red and blue colors. Web safe color of #963CBE is #9933CC (or #93C).

RGB color model

#963CBE color RGB value is (150,60,190).

  • red value is 150;
  • green value is 60;
  • blue value is 190.
RGB:
(150,60,190)
(59%,24%,75%)

RGB channels and saturation

R 150 of 255 = 59%
G 60 of 255 = 24%
B 190 of 255 = 75%

150
60
190

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

Portions of RGB colors in percentages

R + G + B =
150 + 60 + 190 = 400 (100%)
R 150 of 400 ~ 37.5%
G 60 of 400 ~ 15%
B 190 of 400 ~ 47.5%

%37.5
%15
%47.5

CMYK color model

#963CBE color CMYK value is (21,68,0,25).

  • cyan value is 21.05%
  • magenta value is 68.42%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(21,68,0,25)
C21M68Y0K25 
(21%,68%,0%,25%)
(0.21/0.68/0.00/0.25)	

CMYK percentages

%21.05
%68.42
%0
%25.49

Codes

Color #963CBE in popluar color models

963CBE
RGB15060190
HSL282°52.00%49.02%
HSB/HSV282°68.42%74.51%
CMYK21.05%68.42%0.00%
25.49%

Color #963CBE in popluar number systems.

HEX963CBE
Decimal15060190
Binary1001011011110010111110
Octal22674276

Shades and tints

Shades of #963CBE

#963CBE
(150,60,190)
#8937AD
(137,55,173)
#7C329C
(124,50,156)
#6F2D8B
(111,45,139)
#62287A
(98,40,122)
#552369
(85,35,105)
#481E58
(72,30,88)
#3B1947
(59,25,71)
#2E1436
(46,20,54)
#210F25
(33,15,37)
#140A14
(20,10,20)
#000000
(0,0,0)

Tints of #963CBE

#963CBE
(150,60,190)
#9F4DC3
(159,77,195)
#A85EC8
(168,94,200)
#B16FCD
(177,111,205)
#BA80D2
(186,128,210)
#C391D7
(195,145,215)
#CCA2DC
(204,162,220)
#D5B3E1
(213,179,225)
#DEC4E6
(222,196,230)
#E7D5EB
(231,213,235)
#F0E6F0
(240,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #963CBE color. Also use rgb(150,60,190) instead hex code.

Text Font Color

.myTextColor { color: #963CBE; }

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

This text font color is #963CBE.


Background Color

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

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

This div background color is #963CBE.


Border color

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

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

This div border color is #963CBE.


Opacity

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

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

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

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

This text has shadow with #963CBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #963CBE on black background.


Color preview on white background

This text has color #963CBE on white background.



Black color preview on #963CBE background

This text has black color on #963CBE background.


White color preview on #963CBE background

This text has white color on #963CBE background.