COLOR #9E53C9

HEX: #9E53C9
RGB: (158,83,201)

Color info

#9E53C9 contains mainly red and blue colors. Web safe color of #9E53C9 is #9966CC (or #96C).

RGB color model

#9E53C9 color RGB value is (158,83,201).

  • red value is 158;
  • green value is 83;
  • blue value is 201.
RGB:
(158,83,201)
(62%,33%,79%)

RGB channels and saturation

R 158 of 255 = 62%
G 83 of 255 = 33%
B 201 of 255 = 79%

158
83
201

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

Portions of RGB colors in percentages

R + G + B =
158 + 83 + 201 = 442 (100%)
R 158 of 442 ~ 35.75%
G 83 of 442 ~ 18.78%
B 201 of 442 ~ 45.48%

%35.75
%18.78
%45.48

CMYK color model

#9E53C9 color CMYK value is (21,59,0,21).

  • cyan value is 21.39%
  • magenta value is 58.71%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(21,59,0,21)
C21M59Y0K21 
(21%,59%,0%,21%)
(0.21/0.59/0.00/0.21)	

CMYK percentages

%21.39
%58.71
%0
%21.18

Codes

Color #9E53C9 in popluar color models

9E53C9
RGB15883201
HSL278°52.21%55.69%
HSB/HSV278°58.71%78.82%
CMYK21.39%58.71%0.00%
21.18%

Color #9E53C9 in popluar number systems.

HEX9E53C9
Decimal15883201
Binary10011110101001111001001
Octal236123311

Shades and tints

Shades of #9E53C9

#9E53C9
(158,83,201)
#904CB7
(144,76,183)
#8245A5
(130,69,165)
#743E93
(116,62,147)
#663781
(102,55,129)
#58306F
(88,48,111)
#4A295D
(74,41,93)
#3C224B
(60,34,75)
#2E1B39
(46,27,57)
#201427
(32,20,39)
#120D15
(18,13,21)
#000000
(0,0,0)

Tints of #9E53C9

#9E53C9
(158,83,201)
#A662CD
(166,98,205)
#AE71D1
(174,113,209)
#B680D5
(182,128,213)
#BE8FD9
(190,143,217)
#C69EDD
(198,158,221)
#CEADE1
(206,173,225)
#D6BCE5
(214,188,229)
#DECBE9
(222,203,233)
#E6DAED
(230,218,237)
#EEE9F1
(238,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E53C9 color. Also use rgb(158,83,201) instead hex code.

Text Font Color

.myTextColor { color: #9E53C9; }

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

This text font color is #9E53C9.


Background Color

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

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

This div background color is #9E53C9.


Border color

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

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

This div border color is #9E53C9.


Opacity

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

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

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

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

This text has shadow with #9E53C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E53C9 on black background.


Color preview on white background

This text has color #9E53C9 on white background.



Black color preview on #9E53C9 background

This text has black color on #9E53C9 background.


White color preview on #9E53C9 background

This text has white color on #9E53C9 background.