COLOR #9E48F2

HEX: #9E48F2
RGB: (158,72,242)

Color info

#9E48F2 contains mainly blue color. Web safe color of #9E48F2 is #9933FF (or #93F).

RGB color model

#9E48F2 color RGB value is (158,72,242).

  • red value is 158;
  • green value is 72;
  • blue value is 242.
RGB:
(158,72,242)
(62%,28%,95%)

RGB channels and saturation

R 158 of 255 = 62%
G 72 of 255 = 28%
B 242 of 255 = 95%

158
72
242

R + G + B ~ 62%. #9E48F2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 72 + 242 = 472 (100%)
R 158 of 472 ~ 33.47%
G 72 of 472 ~ 15.25%
B 242 of 472 ~ 51.27%

%33.47
%15.25
%51.27

CMYK color model

#9E48F2 color CMYK value is (35,70,0,5).

  • cyan value is 34.71%
  • magenta value is 70.25%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(35,70,0,5)
C35M70Y0K5 
(35%,70%,0%,5%)
(0.35/0.70/0.00/0.05)	

CMYK percentages

%34.71
%70.25
%0
%5.1

Codes

Color #9E48F2 in popluar color models

9E48F2
RGB15872242
HSL270°86.73%61.57%
HSB/HSV270°70.25%94.90%
CMYK34.71%70.25%0.00%
5.10%

Color #9E48F2 in popluar number systems.

HEX9E48F2
Decimal15872242
Binary10011110100100011110010
Octal236110362

Shades and tints

Shades of #9E48F2

#9E48F2
(158,72,242)
#9042DC
(144,66,220)
#823CC6
(130,60,198)
#7436B0
(116,54,176)
#66309A
(102,48,154)
#582A84
(88,42,132)
#4A246E
(74,36,110)
#3C1E58
(60,30,88)
#2E1842
(46,24,66)
#20122C
(32,18,44)
#120C16
(18,12,22)
#000000
(0,0,0)

Tints of #9E48F2

#9E48F2
(158,72,242)
#A658F3
(166,88,243)
#AE68F4
(174,104,244)
#B678F5
(182,120,245)
#BE88F6
(190,136,246)
#C698F7
(198,152,247)
#CEA8F8
(206,168,248)
#D6B8F9
(214,184,249)
#DEC8FA
(222,200,250)
#E6D8FB
(230,216,251)
#EEE8FC
(238,232,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E48F2 color. Also use rgb(158,72,242) instead hex code.

Text Font Color

.myTextColor { color: #9E48F2; }

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

This text font color is #9E48F2.


Background Color

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

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

This div background color is #9E48F2.


Border color

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

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

This div border color is #9E48F2.


Opacity

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

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

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

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

This text has shadow with #9E48F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E48F2 on black background.


Color preview on white background

This text has color #9E48F2 on white background.



Black color preview on #9E48F2 background

This text has black color on #9E48F2 background.


White color preview on #9E48F2 background

This text has white color on #9E48F2 background.