COLOR #9241EC

HEX: #9241EC
RGB: (146,65,236)

Color info

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

RGB color model

#9241EC color RGB value is (146,65,236).

  • red value is 146;
  • green value is 65;
  • blue value is 236.
RGB:
(146,65,236)
(57%,25%,93%)

RGB channels and saturation

R 146 of 255 = 57%
G 65 of 255 = 25%
B 236 of 255 = 93%

146
65
236

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

Portions of RGB colors in percentages

R + G + B =
146 + 65 + 236 = 447 (100%)
R 146 of 447 ~ 32.66%
G 65 of 447 ~ 14.54%
B 236 of 447 ~ 52.8%

%32.66
%14.54
%52.8

CMYK color model

#9241EC color CMYK value is (38,72,0,7).

  • cyan value is 38.14%
  • magenta value is 72.46%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(38,72,0,7)
C38M72Y0K7 
(38%,72%,0%,7%)
(0.38/0.72/0.00/0.07)	

CMYK percentages

%38.14
%72.46
%0
%7.45

Codes

Color #9241EC in popluar color models

9241EC
RGB14665236
HSL268°81.82%59.02%
HSB/HSV268°72.46%92.55%
CMYK38.14%72.46%0.00%
7.45%

Color #9241EC in popluar number systems.

HEX9241EC
Decimal14665236
Binary10010010100000111101100
Octal222101354

Shades and tints

Shades of #9241EC

#9241EC
(146,65,236)
#853CD7
(133,60,215)
#7837C2
(120,55,194)
#6B32AD
(107,50,173)
#5E2D98
(94,45,152)
#512883
(81,40,131)
#44236E
(68,35,110)
#371E59
(55,30,89)
#2A1944
(42,25,68)
#1D142F
(29,20,47)
#100F1A
(16,15,26)
#000000
(0,0,0)

Tints of #9241EC

#9241EC
(146,65,236)
#9B52ED
(155,82,237)
#A463EE
(164,99,238)
#AD74EF
(173,116,239)
#B685F0
(182,133,240)
#BF96F1
(191,150,241)
#C8A7F2
(200,167,242)
#D1B8F3
(209,184,243)
#DAC9F4
(218,201,244)
#E3DAF5
(227,218,245)
#ECEBF6
(236,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9241EC color. Also use rgb(146,65,236) instead hex code.

Text Font Color

.myTextColor { color: #9241EC; }

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

This text font color is #9241EC.


Background Color

.myBgColor { background-color: #9241EC; }

<div style="background-color:#9241EC">Inner text</div>

This div background color is #9241EC.


Border color

.myBorderColor { border: 1px solid #9241EC; }

<div style="border:3px solid #9241EC">Div</div>

This div border color is #9241EC.


Opacity

.myOpacity80 { color: #9241EC; opacity: 0.8; }

<p style="color:#9241EC;opacity:0.8;">80%</p>

Text with #9241EC 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 #9241EC;}

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

This text has shadow with #9241EC color.

.textShadow {text-shadow: 3px 3px 1px #9241EC, 3px 3px 1px red;}

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

This text has shadow with #9241EC primary color and red secondary color.


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

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

This text has shadow with #9241EC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9241EC on black background.


Color preview on white background

This text has color #9241EC on white background.



Black color preview on #9241EC background

This text has black color on #9241EC background.


White color preview on #9241EC background

This text has white color on #9241EC background.