COLOR #9C2DD5

HEX: #9C2DD5
RGB: (156,45,213)

Color info

#9C2DD5 contains mainly red and blue colors. Web safe color of #9C2DD5 is #9933CC (or #93C).

RGB color model

#9C2DD5 color RGB value is (156,45,213).

  • red value is 156;
  • green value is 45;
  • blue value is 213.
RGB:
(156,45,213)
(61%,18%,84%)

RGB channels and saturation

R 156 of 255 = 61%
G 45 of 255 = 18%
B 213 of 255 = 84%

156
45
213

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

Portions of RGB colors in percentages

R + G + B =
156 + 45 + 213 = 414 (100%)
R 156 of 414 ~ 37.68%
G 45 of 414 ~ 10.87%
B 213 of 414 ~ 51.45%

%37.68
%10.87
%51.45

CMYK color model

#9C2DD5 color CMYK value is (27,79,0,16).

  • cyan value is 26.76%
  • magenta value is 78.87%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(27,79,0,16)
C27M79Y0K16 
(27%,79%,0%,16%)
(0.27/0.79/0.00/0.16)	

CMYK percentages

%26.76
%78.87
%0
%16.47

Codes

Color #9C2DD5 in popluar color models

9C2DD5
RGB15645213
HSL280°66.67%50.59%
HSB/HSV280°78.87%83.53%
CMYK26.76%78.87%0.00%
16.47%

Color #9C2DD5 in popluar number systems.

HEX9C2DD5
Decimal15645213
Binary1001110010110111010101
Octal23455325

Shades and tints

Shades of #9C2DD5

#9C2DD5
(156,45,213)
#8E29C2
(142,41,194)
#8025AF
(128,37,175)
#72219C
(114,33,156)
#641D89
(100,29,137)
#561976
(86,25,118)
#481563
(72,21,99)
#3A1150
(58,17,80)
#2C0D3D
(44,13,61)
#1E092A
(30,9,42)
#100517
(16,5,23)
#000000
(0,0,0)

Tints of #9C2DD5

#9C2DD5
(156,45,213)
#A540D8
(165,64,216)
#AE53DB
(174,83,219)
#B766DE
(183,102,222)
#C079E1
(192,121,225)
#C98CE4
(201,140,228)
#D29FE7
(210,159,231)
#DBB2EA
(219,178,234)
#E4C5ED
(228,197,237)
#EDD8F0
(237,216,240)
#F6EBF3
(246,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C2DD5 color. Also use rgb(156,45,213) instead hex code.

Text Font Color

.myTextColor { color: #9C2DD5; }

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

This text font color is #9C2DD5.


Background Color

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

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

This div background color is #9C2DD5.


Border color

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

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

This div border color is #9C2DD5.


Opacity

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

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

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

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

This text has shadow with #9C2DD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C2DD5 on black background.


Color preview on white background

This text has color #9C2DD5 on white background.



Black color preview on #9C2DD5 background

This text has black color on #9C2DD5 background.


White color preview on #9C2DD5 background

This text has white color on #9C2DD5 background.