COLOR #9970D5

HEX: #9970D5
RGB: (153,112,213)

Color info

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

RGB color model

#9970D5 color RGB value is (153,112,213).

  • red value is 153;
  • green value is 112;
  • blue value is 213.
RGB:
(153,112,213)
(60%,44%,84%)

RGB channels and saturation

R 153 of 255 = 60%
G 112 of 255 = 44%
B 213 of 255 = 84%

153
112
213

R + G + B ~ 63%. #9970D5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 112 + 213 = 478 (100%)
R 153 of 478 ~ 32.01%
G 112 of 478 ~ 23.43%
B 213 of 478 ~ 44.56%

%32.01
%23.43
%44.56

CMYK color model

#9970D5 color CMYK value is (28,47,0,16).

  • cyan value is 28.17%
  • magenta value is 47.42%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(28,47,0,16)
C28M47Y0K16 
(28%,47%,0%,16%)
(0.28/0.47/0.00/0.16)	

CMYK percentages

%28.17
%47.42
%0
%16.47

Codes

Color #9970D5 in popluar color models

9970D5
RGB153112213
HSL264°54.59%63.73%
HSB/HSV264°47.42%83.53%
CMYK28.17%47.42%0.00%
16.47%

Color #9970D5 in popluar number systems.

HEX9970D5
Decimal153112213
Binary10011001111000011010101
Octal231160325

Shades and tints

Shades of #9970D5

#9970D5
(153,112,213)
#8C66C2
(140,102,194)
#7F5CAF
(127,92,175)
#72529C
(114,82,156)
#654889
(101,72,137)
#583E76
(88,62,118)
#4B3463
(75,52,99)
#3E2A50
(62,42,80)
#31203D
(49,32,61)
#24162A
(36,22,42)
#170C17
(23,12,23)
#000000
(0,0,0)

Tints of #9970D5

#9970D5
(153,112,213)
#A27DD8
(162,125,216)
#AB8ADB
(171,138,219)
#B497DE
(180,151,222)
#BDA4E1
(189,164,225)
#C6B1E4
(198,177,228)
#CFBEE7
(207,190,231)
#D8CBEA
(216,203,234)
#E1D8ED
(225,216,237)
#EAE5F0
(234,229,240)
#F3F2F3
(243,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9970D5 color. Also use rgb(153,112,213) instead hex code.

Text Font Color

.myTextColor { color: #9970D5; }

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

This text font color is #9970D5.


Background Color

.myBgColor { background-color: #9970D5; }

<div style="background-color:#9970D5">Inner text</div>

This div background color is #9970D5.


Border color

.myBorderColor { border: 1px solid #9970D5; }

<div style="border:3px solid #9970D5">Div</div>

This div border color is #9970D5.


Opacity

.myOpacity80 { color: #9970D5; opacity: 0.8; }

<p style="color:#9970D5;opacity:0.8;">80%</p>

Text with #9970D5 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 #9970D5;}

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

This text has shadow with #9970D5 color.

.textShadow {text-shadow: 3px 3px 1px #9970D5, 3px 3px 1px red;}

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

This text has shadow with #9970D5 primary color and red secondary color.


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

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

This text has shadow with #9970D5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9970D5 on black background.


Color preview on white background

This text has color #9970D5 on white background.



Black color preview on #9970D5 background

This text has black color on #9970D5 background.


White color preview on #9970D5 background

This text has white color on #9970D5 background.