COLOR #9763DD

HEX: #9763DD
RGB: (151,99,221)

Color info

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

RGB color model

#9763DD color RGB value is (151,99,221).

  • red value is 151;
  • green value is 99;
  • blue value is 221.
RGB:
(151,99,221)
(59%,39%,87%)

RGB channels and saturation

R 151 of 255 = 59%
G 99 of 255 = 39%
B 221 of 255 = 87%

151
99
221

R + G + B ~ 62%. #9763DD is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 99 + 221 = 471 (100%)
R 151 of 471 ~ 32.06%
G 99 of 471 ~ 21.02%
B 221 of 471 ~ 46.92%

%32.06
%21.02
%46.92

CMYK color model

#9763DD color CMYK value is (32,55,0,13).

  • cyan value is 31.67%
  • magenta value is 55.20%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(32,55,0,13)
C32M55Y0K13 
(32%,55%,0%,13%)
(0.32/0.55/0.00/0.13)	

CMYK percentages

%31.67
%55.2
%0
%13.33

Codes

Color #9763DD in popluar color models

9763DD
RGB15199221
HSL266°64.21%62.75%
HSB/HSV266°55.20%86.67%
CMYK31.67%55.20%0.00%
13.33%

Color #9763DD in popluar number systems.

HEX9763DD
Decimal15199221
Binary10010111110001111011101
Octal227143335

Shades and tints

Shades of #9763DD

#9763DD
(151,99,221)
#8A5AC9
(138,90,201)
#7D51B5
(125,81,181)
#7048A1
(112,72,161)
#633F8D
(99,63,141)
#563679
(86,54,121)
#492D65
(73,45,101)
#3C2451
(60,36,81)
#2F1B3D
(47,27,61)
#221229
(34,18,41)
#150915
(21,9,21)
#000000
(0,0,0)

Tints of #9763DD

#9763DD
(151,99,221)
#A071E0
(160,113,224)
#A97FE3
(169,127,227)
#B28DE6
(178,141,230)
#BB9BE9
(187,155,233)
#C4A9EC
(196,169,236)
#CDB7EF
(205,183,239)
#D6C5F2
(214,197,242)
#DFD3F5
(223,211,245)
#E8E1F8
(232,225,248)
#F1EFFB
(241,239,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9763DD color. Also use rgb(151,99,221) instead hex code.

Text Font Color

.myTextColor { color: #9763DD; }

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

This text font color is #9763DD.


Background Color

.myBgColor { background-color: #9763DD; }

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

This div background color is #9763DD.


Border color

.myBorderColor { border: 1px solid #9763DD; }

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

This div border color is #9763DD.


Opacity

.myOpacity80 { color: #9763DD; opacity: 0.8; }

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

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

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

This text has shadow with #9763DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9763DD on black background.


Color preview on white background

This text has color #9763DD on white background.



Black color preview on #9763DD background

This text has black color on #9763DD background.


White color preview on #9763DD background

This text has white color on #9763DD background.