COLOR #9D2ADC

HEX: #9D2ADC
RGB: (157,42,220)

Color info

#9D2ADC contains mainly blue color. Web safe color of #9D2ADC is #9933CC (or #93C).

RGB color model

#9D2ADC color RGB value is (157,42,220).

  • red value is 157;
  • green value is 42;
  • blue value is 220.
RGB:
(157,42,220)
(62%,16%,86%)

RGB channels and saturation

R 157 of 255 = 62%
G 42 of 255 = 16%
B 220 of 255 = 86%

157
42
220

R + G + B ~ 55%. #9D2ADC is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
157 + 42 + 220 = 419 (100%)
R 157 of 419 ~ 37.47%
G 42 of 419 ~ 10.02%
B 220 of 419 ~ 52.51%

%37.47
%10.02
%52.51

CMYK color model

#9D2ADC color CMYK value is (29,81,0,14).

  • cyan value is 28.64%
  • magenta value is 80.91%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(29,81,0,14)
C29M81Y0K14 
(29%,81%,0%,14%)
(0.29/0.81/0.00/0.14)	

CMYK percentages

%28.64
%80.91
%0
%13.73

Codes

Color #9D2ADC in popluar color models

9D2ADC
RGB15742220
HSL279°71.77%51.37%
HSB/HSV279°80.91%86.27%
CMYK28.64%80.91%0.00%
13.73%

Color #9D2ADC in popluar number systems.

HEX9D2ADC
Decimal15742220
Binary1001110110101011011100
Octal23552334

Shades and tints

Shades of #9D2ADC

#9D2ADC
(157,42,220)
#8F27C8
(143,39,200)
#8124B4
(129,36,180)
#7321A0
(115,33,160)
#651E8C
(101,30,140)
#571B78
(87,27,120)
#491864
(73,24,100)
#3B1550
(59,21,80)
#2D123C
(45,18,60)
#1F0F28
(31,15,40)
#110C14
(17,12,20)
#000000
(0,0,0)

Tints of #9D2ADC

#9D2ADC
(157,42,220)
#A53DDF
(165,61,223)
#AD50E2
(173,80,226)
#B563E5
(181,99,229)
#BD76E8
(189,118,232)
#C589EB
(197,137,235)
#CD9CEE
(205,156,238)
#D5AFF1
(213,175,241)
#DDC2F4
(221,194,244)
#E5D5F7
(229,213,247)
#EDE8FA
(237,232,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D2ADC color. Also use rgb(157,42,220) instead hex code.

Text Font Color

.myTextColor { color: #9D2ADC; }

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

This text font color is #9D2ADC.


Background Color

.myBgColor { background-color: #9D2ADC; }

<div style="background-color:#9D2ADC">Inner text</div>

This div background color is #9D2ADC.


Border color

.myBorderColor { border: 1px solid #9D2ADC; }

<div style="border:3px solid #9D2ADC">Div</div>

This div border color is #9D2ADC.


Opacity

.myOpacity80 { color: #9D2ADC; opacity: 0.8; }

<p style="color:#9D2ADC;opacity:0.8;">80%</p>

Text with #9D2ADC 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 #9D2ADC;}

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

This text has shadow with #9D2ADC color.

.textShadow {text-shadow: 3px 3px 1px #9D2ADC, 3px 3px 1px red;}

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

This text has shadow with #9D2ADC primary color and red secondary color.


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

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

This text has shadow with #9D2ADC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D2ADC on black background.


Color preview on white background

This text has color #9D2ADC on white background.



Black color preview on #9D2ADC background

This text has black color on #9D2ADC background.


White color preview on #9D2ADC background

This text has white color on #9D2ADC background.