COLOR #9249E2

HEX: #9249E2
RGB: (146,73,226)

Color info

#9249E2 contains mainly blue color. Web safe color of #9249E2 is #9933CC (or #93C).

RGB color model

#9249E2 color RGB value is (146,73,226).

  • red value is 146;
  • green value is 73;
  • blue value is 226.
RGB:
(146,73,226)
(57%,29%,89%)

RGB channels and saturation

R 146 of 255 = 57%
G 73 of 255 = 29%
B 226 of 255 = 89%

146
73
226

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

Portions of RGB colors in percentages

R + G + B =
146 + 73 + 226 = 445 (100%)
R 146 of 445 ~ 32.81%
G 73 of 445 ~ 16.4%
B 226 of 445 ~ 50.79%

%32.81
%16.4
%50.79

CMYK color model

#9249E2 color CMYK value is (35,68,0,11).

  • cyan value is 35.40%
  • magenta value is 67.70%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(35,68,0,11)
C35M68Y0K11 
(35%,68%,0%,11%)
(0.35/0.68/0.00/0.11)	

CMYK percentages

%35.4
%67.7
%0
%11.37

Codes

Color #9249E2 in popluar color models

9249E2
RGB14673226
HSL269°72.51%58.63%
HSB/HSV269°67.70%88.63%
CMYK35.40%67.70%0.00%
11.37%

Color #9249E2 in popluar number systems.

HEX9249E2
Decimal14673226
Binary10010010100100111100010
Octal222111342

Shades and tints

Shades of #9249E2

#9249E2
(146,73,226)
#8543CE
(133,67,206)
#783DBA
(120,61,186)
#6B37A6
(107,55,166)
#5E3192
(94,49,146)
#512B7E
(81,43,126)
#44256A
(68,37,106)
#371F56
(55,31,86)
#2A1942
(42,25,66)
#1D132E
(29,19,46)
#100D1A
(16,13,26)
#000000
(0,0,0)

Tints of #9249E2

#9249E2
(146,73,226)
#9B59E4
(155,89,228)
#A469E6
(164,105,230)
#AD79E8
(173,121,232)
#B689EA
(182,137,234)
#BF99EC
(191,153,236)
#C8A9EE
(200,169,238)
#D1B9F0
(209,185,240)
#DAC9F2
(218,201,242)
#E3D9F4
(227,217,244)
#ECE9F6
(236,233,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9249E2 color. Also use rgb(146,73,226) instead hex code.

Text Font Color

.myTextColor { color: #9249E2; }

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

This text font color is #9249E2.


Background Color

.myBgColor { background-color: #9249E2; }

<div style="background-color:#9249E2">Inner text</div>

This div background color is #9249E2.


Border color

.myBorderColor { border: 1px solid #9249E2; }

<div style="border:3px solid #9249E2">Div</div>

This div border color is #9249E2.


Opacity

.myOpacity80 { color: #9249E2; opacity: 0.8; }

<p style="color:#9249E2;opacity:0.8;">80%</p>

Text with #9249E2 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 #9249E2;}

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

This text has shadow with #9249E2 color.

.textShadow {text-shadow: 3px 3px 1px #9249E2, 3px 3px 1px red;}

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

This text has shadow with #9249E2 primary color and red secondary color.


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

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

This text has shadow with #9249E2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9249E2 on black background.


Color preview on white background

This text has color #9249E2 on white background.



Black color preview on #9249E2 background

This text has black color on #9249E2 background.


White color preview on #9249E2 background

This text has white color on #9249E2 background.