COLOR #9C4CD3

HEX: #9C4CD3
RGB: (156,76,211)

Color info

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

RGB color model

#9C4CD3 color RGB value is (156,76,211).

  • red value is 156;
  • green value is 76;
  • blue value is 211.
RGB:
(156,76,211)
(61%,30%,83%)

RGB channels and saturation

R 156 of 255 = 61%
G 76 of 255 = 30%
B 211 of 255 = 83%

156
76
211

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

Portions of RGB colors in percentages

R + G + B =
156 + 76 + 211 = 443 (100%)
R 156 of 443 ~ 35.21%
G 76 of 443 ~ 17.16%
B 211 of 443 ~ 47.63%

%35.21
%17.16
%47.63

CMYK color model

#9C4CD3 color CMYK value is (26,64,0,17).

  • cyan value is 26.07%
  • magenta value is 63.98%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(26,64,0,17)
C26M64Y0K17 
(26%,64%,0%,17%)
(0.26/0.64/0.00/0.17)	

CMYK percentages

%26.07
%63.98
%0
%17.25

Codes

Color #9C4CD3 in popluar color models

9C4CD3
RGB15676211
HSL276°60.54%56.27%
HSB/HSV276°63.98%82.75%
CMYK26.07%63.98%0.00%
17.25%

Color #9C4CD3 in popluar number systems.

HEX9C4CD3
Decimal15676211
Binary10011100100110011010011
Octal234114323

Shades and tints

Shades of #9C4CD3

#9C4CD3
(156,76,211)
#8E46C0
(142,70,192)
#8040AD
(128,64,173)
#723A9A
(114,58,154)
#643487
(100,52,135)
#562E74
(86,46,116)
#482861
(72,40,97)
#3A224E
(58,34,78)
#2C1C3B
(44,28,59)
#1E1628
(30,22,40)
#101015
(16,16,21)
#000000
(0,0,0)

Tints of #9C4CD3

#9C4CD3
(156,76,211)
#A55CD7
(165,92,215)
#AE6CDB
(174,108,219)
#B77CDF
(183,124,223)
#C08CE3
(192,140,227)
#C99CE7
(201,156,231)
#D2ACEB
(210,172,235)
#DBBCEF
(219,188,239)
#E4CCF3
(228,204,243)
#EDDCF7
(237,220,247)
#F6ECFB
(246,236,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C4CD3 color. Also use rgb(156,76,211) instead hex code.

Text Font Color

.myTextColor { color: #9C4CD3; }

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

This text font color is #9C4CD3.


Background Color

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

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

This div background color is #9C4CD3.


Border color

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

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

This div border color is #9C4CD3.


Opacity

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

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

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

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

This text has shadow with #9C4CD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C4CD3 on black background.


Color preview on white background

This text has color #9C4CD3 on white background.



Black color preview on #9C4CD3 background

This text has black color on #9C4CD3 background.


White color preview on #9C4CD3 background

This text has white color on #9C4CD3 background.