COLOR #9250ED

HEX: #9250ED
RGB: (146,80,237)

Color info

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

RGB color model

#9250ED color RGB value is (146,80,237).

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

RGB channels and saturation

R 146 of 255 = 57%
G 80 of 255 = 31%
B 237 of 255 = 93%

146
80
237

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

Portions of RGB colors in percentages

R + G + B =
146 + 80 + 237 = 463 (100%)
R 146 of 463 ~ 31.53%
G 80 of 463 ~ 17.28%
B 237 of 463 ~ 51.19%

%31.53
%17.28
%51.19

CMYK color model

#9250ED color CMYK value is (38,66,0,7).

  • cyan value is 38.40%
  • magenta value is 66.24%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(38,66,0,7)
C38M66Y0K7 
(38%,66%,0%,7%)
(0.38/0.66/0.00/0.07)	

CMYK percentages

%38.4
%66.24
%0
%7.06

Codes

Color #9250ED in popluar color models

9250ED
RGB14680237
HSL265°81.35%62.16%
HSB/HSV265°66.24%92.94%
CMYK38.40%66.24%0.00%
7.06%

Color #9250ED in popluar number systems.

HEX9250ED
Decimal14680237
Binary10010010101000011101101
Octal222120355

Shades and tints

Shades of #9250ED

#9250ED
(146,80,237)
#8549D8
(133,73,216)
#7842C3
(120,66,195)
#6B3BAE
(107,59,174)
#5E3499
(94,52,153)
#512D84
(81,45,132)
#44266F
(68,38,111)
#371F5A
(55,31,90)
#2A1845
(42,24,69)
#1D1130
(29,17,48)
#100A1B
(16,10,27)
#000000
(0,0,0)

Tints of #9250ED

#9250ED
(146,80,237)
#9B5FEE
(155,95,238)
#A46EEF
(164,110,239)
#AD7DF0
(173,125,240)
#B68CF1
(182,140,241)
#BF9BF2
(191,155,242)
#C8AAF3
(200,170,243)
#D1B9F4
(209,185,244)
#DAC8F5
(218,200,245)
#E3D7F6
(227,215,246)
#ECE6F7
(236,230,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9250ED; }

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

This text font color is #9250ED.


Background Color

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

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

This div background color is #9250ED.


Border color

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

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

This div border color is #9250ED.


Opacity

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

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

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

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

This text has shadow with #9250ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9250ED on black background.


Color preview on white background

This text has color #9250ED on white background.



Black color preview on #9250ED background

This text has black color on #9250ED background.


White color preview on #9250ED background

This text has white color on #9250ED background.