COLOR #966AD8

HEX: #966AD8
RGB: (150,106,216)

Color info

#966AD8 contains mainly blue color. Web safe color of #966AD8 is #9966CC (or #96C).

RGB color model

#966AD8 color RGB value is (150,106,216).

  • red value is 150;
  • green value is 106;
  • blue value is 216.
RGB:
(150,106,216)
(59%,42%,85%)

RGB channels and saturation

R 150 of 255 = 59%
G 106 of 255 = 42%
B 216 of 255 = 85%

150
106
216

R + G + B ~ 62%. #966AD8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 106 + 216 = 472 (100%)
R 150 of 472 ~ 31.78%
G 106 of 472 ~ 22.46%
B 216 of 472 ~ 45.76%

%31.78
%22.46
%45.76

CMYK color model

#966AD8 color CMYK value is (31,51,0,15).

  • cyan value is 30.56%
  • magenta value is 50.93%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(31,51,0,15)
C31M51Y0K15 
(31%,51%,0%,15%)
(0.31/0.51/0.00/0.15)	

CMYK percentages

%30.56
%50.93
%0
%15.29

Codes

Color #966AD8 in popluar color models

966AD8
RGB150106216
HSL264°58.51%63.14%
HSB/HSV264°50.93%84.71%
CMYK30.56%50.93%0.00%
15.29%

Color #966AD8 in popluar number systems.

HEX966AD8
Decimal150106216
Binary10010110110101011011000
Octal226152330

Shades and tints

Shades of #966AD8

#966AD8
(150,106,216)
#8961C5
(137,97,197)
#7C58B2
(124,88,178)
#6F4F9F
(111,79,159)
#62468C
(98,70,140)
#553D79
(85,61,121)
#483466
(72,52,102)
#3B2B53
(59,43,83)
#2E2240
(46,34,64)
#21192D
(33,25,45)
#14101A
(20,16,26)
#000000
(0,0,0)

Tints of #966AD8

#966AD8
(150,106,216)
#9F77DB
(159,119,219)
#A884DE
(168,132,222)
#B191E1
(177,145,225)
#BA9EE4
(186,158,228)
#C3ABE7
(195,171,231)
#CCB8EA
(204,184,234)
#D5C5ED
(213,197,237)
#DED2F0
(222,210,240)
#E7DFF3
(231,223,243)
#F0ECF6
(240,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #966AD8 color. Also use rgb(150,106,216) instead hex code.

Text Font Color

.myTextColor { color: #966AD8; }

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

This text font color is #966AD8.


Background Color

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

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

This div background color is #966AD8.


Border color

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

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

This div border color is #966AD8.


Opacity

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

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

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

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

This text has shadow with #966AD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #966AD8 on black background.


Color preview on white background

This text has color #966AD8 on white background.



Black color preview on #966AD8 background

This text has black color on #966AD8 background.


White color preview on #966AD8 background

This text has white color on #966AD8 background.