COLOR #9661DC

HEX: #9661DC
RGB: (150,97,220)

Color info

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

RGB color model

#9661DC color RGB value is (150,97,220).

  • red value is 150;
  • green value is 97;
  • blue value is 220.
RGB:
(150,97,220)
(59%,38%,86%)

RGB channels and saturation

R 150 of 255 = 59%
G 97 of 255 = 38%
B 220 of 255 = 86%

150
97
220

R + G + B ~ 61%. #9661DC is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 97 + 220 = 467 (100%)
R 150 of 467 ~ 32.12%
G 97 of 467 ~ 20.77%
B 220 of 467 ~ 47.11%

%32.12
%20.77
%47.11

CMYK color model

#9661DC color CMYK value is (32,56,0,14).

  • cyan value is 31.82%
  • magenta value is 55.91%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(32,56,0,14)
C32M56Y0K14 
(32%,56%,0%,14%)
(0.32/0.56/0.00/0.14)	

CMYK percentages

%31.82
%55.91
%0
%13.73

Codes

Color #9661DC in popluar color models

9661DC
RGB15097220
HSL266°63.73%62.16%
HSB/HSV266°55.91%86.27%
CMYK31.82%55.91%0.00%
13.73%

Color #9661DC in popluar number systems.

HEX9661DC
Decimal15097220
Binary10010110110000111011100
Octal226141334

Shades and tints

Shades of #9661DC

#9661DC
(150,97,220)
#8959C8
(137,89,200)
#7C51B4
(124,81,180)
#6F49A0
(111,73,160)
#62418C
(98,65,140)
#553978
(85,57,120)
#483164
(72,49,100)
#3B2950
(59,41,80)
#2E213C
(46,33,60)
#211928
(33,25,40)
#141114
(20,17,20)
#000000
(0,0,0)

Tints of #9661DC

#9661DC
(150,97,220)
#9F6FDF
(159,111,223)
#A87DE2
(168,125,226)
#B18BE5
(177,139,229)
#BA99E8
(186,153,232)
#C3A7EB
(195,167,235)
#CCB5EE
(204,181,238)
#D5C3F1
(213,195,241)
#DED1F4
(222,209,244)
#E7DFF7
(231,223,247)
#F0EDFA
(240,237,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9661DC color. Also use rgb(150,97,220) instead hex code.

Text Font Color

.myTextColor { color: #9661DC; }

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

This text font color is #9661DC.


Background Color

.myBgColor { background-color: #9661DC; }

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

This div background color is #9661DC.


Border color

.myBorderColor { border: 1px solid #9661DC; }

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

This div border color is #9661DC.


Opacity

.myOpacity80 { color: #9661DC; opacity: 0.8; }

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

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

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

This text has shadow with #9661DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9661DC on black background.


Color preview on white background

This text has color #9661DC on white background.



Black color preview on #9661DC background

This text has black color on #9661DC background.


White color preview on #9661DC background

This text has white color on #9661DC background.