COLOR #9C53E4

HEX: #9C53E4
RGB: (156,83,228)

Color info

#9C53E4 contains mainly blue color. Web safe color of #9C53E4 is #9966CC (or #96C).

RGB color model

#9C53E4 color RGB value is (156,83,228).

  • red value is 156;
  • green value is 83;
  • blue value is 228.
RGB:
(156,83,228)
(61%,33%,89%)

RGB channels and saturation

R 156 of 255 = 61%
G 83 of 255 = 33%
B 228 of 255 = 89%

156
83
228

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

Portions of RGB colors in percentages

R + G + B =
156 + 83 + 228 = 467 (100%)
R 156 of 467 ~ 33.4%
G 83 of 467 ~ 17.77%
B 228 of 467 ~ 48.82%

%33.4
%17.77
%48.82

CMYK color model

#9C53E4 color CMYK value is (32,64,0,11).

  • cyan value is 31.58%
  • magenta value is 63.60%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(32,64,0,11)
C32M64Y0K11 
(32%,64%,0%,11%)
(0.32/0.64/0.00/0.11)	

CMYK percentages

%31.58
%63.6
%0
%10.59

Codes

Color #9C53E4 in popluar color models

9C53E4
RGB15683228
HSL270°72.86%60.98%
HSB/HSV270°63.60%89.41%
CMYK31.58%63.60%0.00%
10.59%

Color #9C53E4 in popluar number systems.

HEX9C53E4
Decimal15683228
Binary10011100101001111100100
Octal234123344

Shades and tints

Shades of #9C53E4

#9C53E4
(156,83,228)
#8E4CD0
(142,76,208)
#8045BC
(128,69,188)
#723EA8
(114,62,168)
#643794
(100,55,148)
#563080
(86,48,128)
#48296C
(72,41,108)
#3A2258
(58,34,88)
#2C1B44
(44,27,68)
#1E1430
(30,20,48)
#100D1C
(16,13,28)
#000000
(0,0,0)

Tints of #9C53E4

#9C53E4
(156,83,228)
#A562E6
(165,98,230)
#AE71E8
(174,113,232)
#B780EA
(183,128,234)
#C08FEC
(192,143,236)
#C99EEE
(201,158,238)
#D2ADF0
(210,173,240)
#DBBCF2
(219,188,242)
#E4CBF4
(228,203,244)
#EDDAF6
(237,218,246)
#F6E9F8
(246,233,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C53E4 color. Also use rgb(156,83,228) instead hex code.

Text Font Color

.myTextColor { color: #9C53E4; }

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

This text font color is #9C53E4.


Background Color

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

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

This div background color is #9C53E4.


Border color

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

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

This div border color is #9C53E4.


Opacity

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

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

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

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

This text has shadow with #9C53E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C53E4 on black background.


Color preview on white background

This text has color #9C53E4 on white background.



Black color preview on #9C53E4 background

This text has black color on #9C53E4 background.


White color preview on #9C53E4 background

This text has white color on #9C53E4 background.