COLOR #966DCA

HEX: #966DCA
RGB: (150,109,202)

Color info

#966DCA contains mainly red and blue colors. Web safe color of #966DCA is #9966CC (or #96C).

RGB color model

#966DCA color RGB value is (150,109,202).

  • red value is 150;
  • green value is 109;
  • blue value is 202.
RGB:
(150,109,202)
(59%,43%,79%)

RGB channels and saturation

R 150 of 255 = 59%
G 109 of 255 = 43%
B 202 of 255 = 79%

150
109
202

R + G + B ~ 60%. #966DCA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
150 + 109 + 202 = 461 (100%)
R 150 of 461 ~ 32.54%
G 109 of 461 ~ 23.64%
B 202 of 461 ~ 43.82%

%32.54
%23.64
%43.82

CMYK color model

#966DCA color CMYK value is (26,46,0,21).

  • cyan value is 25.74%
  • magenta value is 46.04%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(26,46,0,21)
C26M46Y0K21 
(26%,46%,0%,21%)
(0.26/0.46/0.00/0.21)	

CMYK percentages

%25.74
%46.04
%0
%20.78

Codes

Color #966DCA in popluar color models

966DCA
RGB150109202
HSL266°46.73%60.98%
HSB/HSV266°46.04%79.22%
CMYK25.74%46.04%0.00%
20.78%

Color #966DCA in popluar number systems.

HEX966DCA
Decimal150109202
Binary10010110110110111001010
Octal226155312

Shades and tints

Shades of #966DCA

#966DCA
(150,109,202)
#8964B8
(137,100,184)
#7C5BA6
(124,91,166)
#6F5294
(111,82,148)
#624982
(98,73,130)
#554070
(85,64,112)
#48375E
(72,55,94)
#3B2E4C
(59,46,76)
#2E253A
(46,37,58)
#211C28
(33,28,40)
#141316
(20,19,22)
#000000
(0,0,0)

Tints of #966DCA

#966DCA
(150,109,202)
#9F7ACE
(159,122,206)
#A887D2
(168,135,210)
#B194D6
(177,148,214)
#BAA1DA
(186,161,218)
#C3AEDE
(195,174,222)
#CCBBE2
(204,187,226)
#D5C8E6
(213,200,230)
#DED5EA
(222,213,234)
#E7E2EE
(231,226,238)
#F0EFF2
(240,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #966DCA color. Also use rgb(150,109,202) instead hex code.

Text Font Color

.myTextColor { color: #966DCA; }

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

This text font color is #966DCA.


Background Color

.myBgColor { background-color: #966DCA; }

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

This div background color is #966DCA.


Border color

.myBorderColor { border: 1px solid #966DCA; }

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

This div border color is #966DCA.


Opacity

.myOpacity80 { color: #966DCA; opacity: 0.8; }

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

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

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

This text has shadow with #966DCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #966DCA on black background.


Color preview on white background

This text has color #966DCA on white background.



Black color preview on #966DCA background

This text has black color on #966DCA background.


White color preview on #966DCA background

This text has white color on #966DCA background.