COLOR #9250E9

HEX: #9250E9
RGB: (146,80,233)

Color info

#9250E9 contains mainly blue color. Web safe color of #9250E9 is #9966FF (or #96F).

RGB color model

#9250E9 color RGB value is (146,80,233).

  • red value is 146;
  • green value is 80;
  • blue value is 233.
RGB:
(146,80,233)
(57%,31%,91%)

RGB channels and saturation

R 146 of 255 = 57%
G 80 of 255 = 31%
B 233 of 255 = 91%

146
80
233

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

Portions of RGB colors in percentages

R + G + B =
146 + 80 + 233 = 459 (100%)
R 146 of 459 ~ 31.81%
G 80 of 459 ~ 17.43%
B 233 of 459 ~ 50.76%

%31.81
%17.43
%50.76

CMYK color model

#9250E9 color CMYK value is (37,66,0,9).

  • cyan value is 37.34%
  • magenta value is 65.67%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(37,66,0,9)
C37M66Y0K9 
(37%,66%,0%,9%)
(0.37/0.66/0.00/0.09)	

CMYK percentages

%37.34
%65.67
%0
%8.63

Codes

Color #9250E9 in popluar color models

9250E9
RGB14680233
HSL266°77.66%61.37%
HSB/HSV266°65.67%91.37%
CMYK37.34%65.67%0.00%
8.63%

Color #9250E9 in popluar number systems.

HEX9250E9
Decimal14680233
Binary10010010101000011101001
Octal222120351

Shades and tints

Shades of #9250E9

#9250E9
(146,80,233)
#8549D4
(133,73,212)
#7842BF
(120,66,191)
#6B3BAA
(107,59,170)
#5E3495
(94,52,149)
#512D80
(81,45,128)
#44266B
(68,38,107)
#371F56
(55,31,86)
#2A1841
(42,24,65)
#1D112C
(29,17,44)
#100A17
(16,10,23)
#000000
(0,0,0)

Tints of #9250E9

#9250E9
(146,80,233)
#9B5FEB
(155,95,235)
#A46EED
(164,110,237)
#AD7DEF
(173,125,239)
#B68CF1
(182,140,241)
#BF9BF3
(191,155,243)
#C8AAF5
(200,170,245)
#D1B9F7
(209,185,247)
#DAC8F9
(218,200,249)
#E3D7FB
(227,215,251)
#ECE6FD
(236,230,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9250E9 color. Also use rgb(146,80,233) instead hex code.

Text Font Color

.myTextColor { color: #9250E9; }

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

This text font color is #9250E9.


Background Color

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

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

This div background color is #9250E9.


Border color

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

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

This div border color is #9250E9.


Opacity

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

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

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

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

This text has shadow with #9250E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9250E9 on black background.


Color preview on white background

This text has color #9250E9 on white background.



Black color preview on #9250E9 background

This text has black color on #9250E9 background.


White color preview on #9250E9 background

This text has white color on #9250E9 background.