COLOR #9972D2

HEX: #9972D2
RGB: (153,114,210)

Color info

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

RGB color model

#9972D2 color RGB value is (153,114,210).

  • red value is 153;
  • green value is 114;
  • blue value is 210.
RGB:
(153,114,210)
(60%,45%,82%)

RGB channels and saturation

R 153 of 255 = 60%
G 114 of 255 = 45%
B 210 of 255 = 82%

153
114
210

R + G + B ~ 62%. #9972D2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 114 + 210 = 477 (100%)
R 153 of 477 ~ 32.08%
G 114 of 477 ~ 23.9%
B 210 of 477 ~ 44.03%

%32.08
%23.9
%44.03

CMYK color model

#9972D2 color CMYK value is (27,46,0,18).

  • cyan value is 27.14%
  • magenta value is 45.71%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(27,46,0,18)
C27M46Y0K18 
(27%,46%,0%,18%)
(0.27/0.46/0.00/0.18)	

CMYK percentages

%27.14
%45.71
%0
%17.65

Codes

Color #9972D2 in popluar color models

9972D2
RGB153114210
HSL264°51.61%63.53%
HSB/HSV264°45.71%82.35%
CMYK27.14%45.71%0.00%
17.65%

Color #9972D2 in popluar number systems.

HEX9972D2
Decimal153114210
Binary10011001111001011010010
Octal231162322

Shades and tints

Shades of #9972D2

#9972D2
(153,114,210)
#8C68BF
(140,104,191)
#7F5EAC
(127,94,172)
#725499
(114,84,153)
#654A86
(101,74,134)
#584073
(88,64,115)
#4B3660
(75,54,96)
#3E2C4D
(62,44,77)
#31223A
(49,34,58)
#241827
(36,24,39)
#170E14
(23,14,20)
#000000
(0,0,0)

Tints of #9972D2

#9972D2
(153,114,210)
#A27ED6
(162,126,214)
#AB8ADA
(171,138,218)
#B496DE
(180,150,222)
#BDA2E2
(189,162,226)
#C6AEE6
(198,174,230)
#CFBAEA
(207,186,234)
#D8C6EE
(216,198,238)
#E1D2F2
(225,210,242)
#EADEF6
(234,222,246)
#F3EAFA
(243,234,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9972D2 color. Also use rgb(153,114,210) instead hex code.

Text Font Color

.myTextColor { color: #9972D2; }

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

This text font color is #9972D2.


Background Color

.myBgColor { background-color: #9972D2; }

<div style="background-color:#9972D2">Inner text</div>

This div background color is #9972D2.


Border color

.myBorderColor { border: 1px solid #9972D2; }

<div style="border:3px solid #9972D2">Div</div>

This div border color is #9972D2.


Opacity

.myOpacity80 { color: #9972D2; opacity: 0.8; }

<p style="color:#9972D2;opacity:0.8;">80%</p>

Text with #9972D2 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 #9972D2;}

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

This text has shadow with #9972D2 color.

.textShadow {text-shadow: 3px 3px 1px #9972D2, 3px 3px 1px red;}

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

This text has shadow with #9972D2 primary color and red secondary color.


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

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

This text has shadow with #9972D2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9972D2 on black background.


Color preview on white background

This text has color #9972D2 on white background.



Black color preview on #9972D2 background

This text has black color on #9972D2 background.


White color preview on #9972D2 background

This text has white color on #9972D2 background.