COLOR #9963D0

HEX: #9963D0
RGB: (153,99,208)

Color info

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

RGB color model

#9963D0 color RGB value is (153,99,208).

  • red value is 153;
  • green value is 99;
  • blue value is 208.
RGB:
(153,99,208)
(60%,39%,82%)

RGB channels and saturation

R 153 of 255 = 60%
G 99 of 255 = 39%
B 208 of 255 = 82%

153
99
208

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

Portions of RGB colors in percentages

R + G + B =
153 + 99 + 208 = 460 (100%)
R 153 of 460 ~ 33.26%
G 99 of 460 ~ 21.52%
B 208 of 460 ~ 45.22%

%33.26
%21.52
%45.22

CMYK color model

#9963D0 color CMYK value is (26,52,0,18).

  • cyan value is 26.44%
  • magenta value is 52.40%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(26,52,0,18)
C26M52Y0K18 
(26%,52%,0%,18%)
(0.26/0.52/0.00/0.18)	

CMYK percentages

%26.44
%52.4
%0
%18.43

Codes

Color #9963D0 in popluar color models

9963D0
RGB15399208
HSL270°53.69%60.20%
HSB/HSV270°52.40%81.57%
CMYK26.44%52.40%0.00%
18.43%

Color #9963D0 in popluar number systems.

HEX9963D0
Decimal15399208
Binary10011001110001111010000
Octal231143320

Shades and tints

Shades of #9963D0

#9963D0
(153,99,208)
#8C5ABE
(140,90,190)
#7F51AC
(127,81,172)
#72489A
(114,72,154)
#653F88
(101,63,136)
#583676
(88,54,118)
#4B2D64
(75,45,100)
#3E2452
(62,36,82)
#311B40
(49,27,64)
#24122E
(36,18,46)
#17091C
(23,9,28)
#000000
(0,0,0)

Tints of #9963D0

#9963D0
(153,99,208)
#A271D4
(162,113,212)
#AB7FD8
(171,127,216)
#B48DDC
(180,141,220)
#BD9BE0
(189,155,224)
#C6A9E4
(198,169,228)
#CFB7E8
(207,183,232)
#D8C5EC
(216,197,236)
#E1D3F0
(225,211,240)
#EAE1F4
(234,225,244)
#F3EFF8
(243,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9963D0 color. Also use rgb(153,99,208) instead hex code.

Text Font Color

.myTextColor { color: #9963D0; }

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

This text font color is #9963D0.


Background Color

.myBgColor { background-color: #9963D0; }

<div style="background-color:#9963D0">Inner text</div>

This div background color is #9963D0.


Border color

.myBorderColor { border: 1px solid #9963D0; }

<div style="border:3px solid #9963D0">Div</div>

This div border color is #9963D0.


Opacity

.myOpacity80 { color: #9963D0; opacity: 0.8; }

<p style="color:#9963D0;opacity:0.8;">80%</p>

Text with #9963D0 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 #9963D0;}

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

This text has shadow with #9963D0 color.

.textShadow {text-shadow: 3px 3px 1px #9963D0, 3px 3px 1px red;}

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

This text has shadow with #9963D0 primary color and red secondary color.


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

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

This text has shadow with #9963D0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9963D0 on black background.


Color preview on white background

This text has color #9963D0 on white background.



Black color preview on #9963D0 background

This text has black color on #9963D0 background.


White color preview on #9963D0 background

This text has white color on #9963D0 background.