COLOR #9C50E8

HEX: #9C50E8 RGB: (156,80,232)

Color info

#9C50E8 contains mainly blue color. Web safe color of #9C50E8 is #9966FF (or #96F).

RGB color model

#9C50E8 color RGB value is (156,80,232).

RGB: (156,80,232) (61%, 31%, 91%)

RGB channels and saturation

R 156 of 255 = 61%
G 80 of 255 = 31%
B 232 of 255 = 91%

156
80
232

R + G + B ~ 61%. #9C50E8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 156 + 80 + 232 = 468 (100%)
R 156 of 468 ~ 33.33%
G 80 of 468 ~ 17.09%
B 232 of 468 ~ 49.57'%

%33.33
%17.09
%49.57

CMYK color model

#9C50E8 color CMYK value is (33,66,0,9).

  • cyan value is 32.76%
  • magenta value is 65.52%
  • yellow value is 0.00%
  • key color value is 9.02%

CMYK: (33,66,0,9)
C33M66Y0K9 (33%, 66%, 0%, 9%)
(0.33 / 0.66 / 0.00 / 0.09)

CMYK percentages

%32.76
%65.52
%0
%9.02

Codes

Color #9C50E8 in popluar color models

9C 50 E8
RGB 156 80 232
HSL 270° 76.77% 61.18%
HSB/HSV 270° 65.52% 90.98%
CMYK 32.76% 65.52% 0.00%
9.02%

Color #9C50E8 in popluar number systems.

HEX 9C 50 E8
Decimal 156 80 232
Binary 10011100 1010000 11101000
Octal 234 120 350

Shades and tints

Shades of #9C50E8

#9C50E8
(156,80,232)
#8E49D3
(142,73,211)
#8042BE
(128,66,190)
#723BA9
(114,59,169)
#643494
(100,52,148)
#562D7F
(86,45,127)
#48266A
(72,38,106)
#3A1F55
(58,31,85)
#2C1840
(44,24,64)
#1E112B
(30,17,43)
#100A16
(16,10,22)
#000000
(0,0,0)

Tints of #9C50E8

#9C50E8
(156,80,232)
#A55FEA
(165,95,234)
#AE6EEC
(174,110,236)
#B77DEE
(183,125,238)
#C08CF0
(192,140,240)
#C99BF2
(201,155,242)
#D2AAF4
(210,170,244)
#DBB9F6
(219,185,246)
#E4C8F8
(228,200,248)
#EDD7FA
(237,215,250)
#F6E6FC
(246,230,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C50E8 color. Also use rgb(156,80,232) instead hex code.

Text Font Color

.myTextColor { color: #9C50E8; }

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

This text font color is #9C50E8.

Background Color

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

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

This div background color is #9C50E8.

Border color

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

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

This div border color is #9C50E8.

Opacity

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

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

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

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

This text has shadow with #9C50E8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9C50E8.

Preview

Color preview on black background

This text has color #9C50E8 on black background.


Color preview on white background

This text has color #9C50E8 on white background.


Black color preview on #9C50E8 background

This text has black color on #9C50E8 background.


White color preview on #9C50E8 background

This text has white color on #9C50E8 background.


Related colors

Complementary color

Complementary color for #hex is #63AF17.


I love getcolorcode.com

Triadic colors

1 #E89C50 and #50E89C with #9C50E8 are triadic colors.

2 #E8509C and #509CE8 with #9C50E8 are triadic colors.