COLOR #9C4BE2

HEX: #9C4BE2 RGB: (156,75,226)

Color info

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

RGB color model

#9C4BE2 color RGB value is (156,75,226).

RGB: (156,75,226) (61%, 29%, 89%)

RGB channels and saturation

R 156 of 255 = 61%
G 75 of 255 = 29%
B 226 of 255 = 89%

156
75
226

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

Portions of RGB colors in percentages

R + G + B = 156 + 75 + 226 = 457 (100%)
R 156 of 457 ~ 34.14%
G 75 of 457 ~ 16.41%
B 226 of 457 ~ 49.45'%

%34.14
%16.41
%49.45

CMYK color model

#9C4BE2 color CMYK value is (31,67,0,11).

  • cyan value is 30.97%
  • magenta value is 66.81%
  • yellow value is 0.00%
  • key color value is 11.37%

CMYK: (31,67,0,11)
C31M67Y0K11 (31%, 67%, 0%, 11%)
(0.31 / 0.67 / 0.00 / 0.11)

CMYK percentages

%30.97
%66.81
%0
%11.37

Codes

Color #9C4BE2 in popluar color models

9C 4B E2
RGB 156 75 226
HSL 272° 72.25% 59.02%
HSB/HSV 272° 66.81% 88.63%
CMYK 30.97% 66.81% 0.00%
11.37%

Color #9C4BE2 in popluar number systems.

HEX 9C 4B E2
Decimal 156 75 226
Binary 10011100 1001011 11100010
Octal 234 113 342

Shades and tints

Shades of #9C4BE2

#9C4BE2
(156,75,226)
#8E45CE
(142,69,206)
#803FBA
(128,63,186)
#7239A6
(114,57,166)
#643392
(100,51,146)
#562D7E
(86,45,126)
#48276A
(72,39,106)
#3A2156
(58,33,86)
#2C1B42
(44,27,66)
#1E152E
(30,21,46)
#100F1A
(16,15,26)
#000000
(0,0,0)

Tints of #9C4BE2

#9C4BE2
(156,75,226)
#A55BE4
(165,91,228)
#AE6BE6
(174,107,230)
#B77BE8
(183,123,232)
#C08BEA
(192,139,234)
#C99BEC
(201,155,236)
#D2ABEE
(210,171,238)
#DBBBF0
(219,187,240)
#E4CBF2
(228,203,242)
#EDDBF4
(237,219,244)
#F6EBF6
(246,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C4BE2 color. Also use rgb(156,75,226) instead hex code.

Text Font Color

.myTextColor { color: #9C4BE2; }

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

This text font color is #9C4BE2.

Background Color

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

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

This div background color is #9C4BE2.

Border color

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

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

This div border color is #9C4BE2.

Opacity

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

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

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

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

This text has shadow with #9C4BE2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9C4BE2.

Preview

Color preview on black background

This text has color #9C4BE2 on black background.


Color preview on white background

This text has color #9C4BE2 on white background.


Black color preview on #9C4BE2 background

This text has black color on #9C4BE2 background.


White color preview on #9C4BE2 background

This text has white color on #9C4BE2 background.


Related colors

Complementary color

Complementary color for #hex is #63B41D.


I love getcolorcode.com

Triadic colors

1 #E29C4B and #4BE29C with #9C4BE2 are triadic colors.

2 #E24B9C and #4B9CE2 with #9C4BE2 are triadic colors.