COLOR #9C3EDC

HEX: #9C3EDC
RGB: (156,62,220)

Color info

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

RGB color model

#9C3EDC color RGB value is (156,62,220).

  • red value is 156;
  • green value is 62;
  • blue value is 220.
RGB:
(156,62,220)
(61%,24%,86%)

RGB channels and saturation

R 156 of 255 = 61%
G 62 of 255 = 24%
B 220 of 255 = 86%

156
62
220

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

Portions of RGB colors in percentages

R + G + B =
156 + 62 + 220 = 438 (100%)
R 156 of 438 ~ 35.62%
G 62 of 438 ~ 14.16%
B 220 of 438 ~ 50.23%

%35.62
%14.16
%50.23

CMYK color model

#9C3EDC color CMYK value is (29,72,0,14).

  • cyan value is 29.09%
  • magenta value is 71.82%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(29,72,0,14)
C29M72Y0K14 
(29%,72%,0%,14%)
(0.29/0.72/0.00/0.14)	

CMYK percentages

%29.09
%71.82
%0
%13.73

Codes

Color #9C3EDC in popluar color models

9C3EDC
RGB15662220
HSL276°69.30%55.29%
HSB/HSV276°71.82%86.27%
CMYK29.09%71.82%0.00%
13.73%

Color #9C3EDC in popluar number systems.

HEX9C3EDC
Decimal15662220
Binary1001110011111011011100
Octal23476334

Shades and tints

Shades of #9C3EDC

#9C3EDC
(156,62,220)
#8E39C8
(142,57,200)
#8034B4
(128,52,180)
#722FA0
(114,47,160)
#642A8C
(100,42,140)
#562578
(86,37,120)
#482064
(72,32,100)
#3A1B50
(58,27,80)
#2C163C
(44,22,60)
#1E1128
(30,17,40)
#100C14
(16,12,20)
#000000
(0,0,0)

Tints of #9C3EDC

#9C3EDC
(156,62,220)
#A54FDF
(165,79,223)
#AE60E2
(174,96,226)
#B771E5
(183,113,229)
#C082E8
(192,130,232)
#C993EB
(201,147,235)
#D2A4EE
(210,164,238)
#DBB5F1
(219,181,241)
#E4C6F4
(228,198,244)
#EDD7F7
(237,215,247)
#F6E8FA
(246,232,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C3EDC color. Also use rgb(156,62,220) instead hex code.

Text Font Color

.myTextColor { color: #9C3EDC; }

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

This text font color is #9C3EDC.


Background Color

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

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

This div background color is #9C3EDC.


Border color

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

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

This div border color is #9C3EDC.


Opacity

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

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

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

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

This text has shadow with #9C3EDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C3EDC on black background.


Color preview on white background

This text has color #9C3EDC on white background.



Black color preview on #9C3EDC background

This text has black color on #9C3EDC background.


White color preview on #9C3EDC background

This text has white color on #9C3EDC background.