COLOR #9141E9

HEX: #9141E9
RGB: (145,65,233)

Color info

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

RGB color model

#9141E9 color RGB value is (145,65,233).

  • red value is 145;
  • green value is 65;
  • blue value is 233.
RGB:
(145,65,233)
(57%,25%,91%)

RGB channels and saturation

R 145 of 255 = 57%
G 65 of 255 = 25%
B 233 of 255 = 91%

145
65
233

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

Portions of RGB colors in percentages

R + G + B =
145 + 65 + 233 = 443 (100%)
R 145 of 443 ~ 32.73%
G 65 of 443 ~ 14.67%
B 233 of 443 ~ 52.6%

%32.73
%14.67
%52.6

CMYK color model

#9141E9 color CMYK value is (38,72,0,9).

  • cyan value is 37.77%
  • magenta value is 72.10%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(38,72,0,9)
C38M72Y0K9 
(38%,72%,0%,9%)
(0.38/0.72/0.00/0.09)	

CMYK percentages

%37.77
%72.1
%0
%8.63

Codes

Color #9141E9 in popluar color models

9141E9
RGB14565233
HSL269°79.25%58.43%
HSB/HSV269°72.10%91.37%
CMYK37.77%72.10%0.00%
8.63%

Color #9141E9 in popluar number systems.

HEX9141E9
Decimal14565233
Binary10010001100000111101001
Octal221101351

Shades and tints

Shades of #9141E9

#9141E9
(145,65,233)
#843CD4
(132,60,212)
#7737BF
(119,55,191)
#6A32AA
(106,50,170)
#5D2D95
(93,45,149)
#502880
(80,40,128)
#43236B
(67,35,107)
#361E56
(54,30,86)
#291941
(41,25,65)
#1C142C
(28,20,44)
#0F0F17
(15,15,23)
#000000
(0,0,0)

Tints of #9141E9

#9141E9
(145,65,233)
#9B52EB
(155,82,235)
#A563ED
(165,99,237)
#AF74EF
(175,116,239)
#B985F1
(185,133,241)
#C396F3
(195,150,243)
#CDA7F5
(205,167,245)
#D7B8F7
(215,184,247)
#E1C9F9
(225,201,249)
#EBDAFB
(235,218,251)
#F5EBFD
(245,235,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9141E9 color. Also use rgb(145,65,233) instead hex code.

Text Font Color

.myTextColor { color: #9141E9; }

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

This text font color is #9141E9.


Background Color

.myBgColor { background-color: #9141E9; }

<div style="background-color:#9141E9">Inner text</div>

This div background color is #9141E9.


Border color

.myBorderColor { border: 1px solid #9141E9; }

<div style="border:3px solid #9141E9">Div</div>

This div border color is #9141E9.


Opacity

.myOpacity80 { color: #9141E9; opacity: 0.8; }

<p style="color:#9141E9;opacity:0.8;">80%</p>

Text with #9141E9 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 #9141E9;}

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

This text has shadow with #9141E9 color.

.textShadow {text-shadow: 3px 3px 1px #9141E9, 3px 3px 1px red;}

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

This text has shadow with #9141E9 primary color and red secondary color.


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

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

This text has shadow with #9141E9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9141E9 on black background.


Color preview on white background

This text has color #9141E9 on white background.



Black color preview on #9141E9 background

This text has black color on #9141E9 background.


White color preview on #9141E9 background

This text has white color on #9141E9 background.