COLOR #9254F4

HEX: #9254F4
RGB: (146,84,244)

Color info

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

RGB color model

#9254F4 color RGB value is (146,84,244).

  • red value is 146;
  • green value is 84;
  • blue value is 244.
RGB:
(146,84,244)
(57%,33%,96%)

RGB channels and saturation

R 146 of 255 = 57%
G 84 of 255 = 33%
B 244 of 255 = 96%

146
84
244

R + G + B ~ 62%. #9254F4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
146 + 84 + 244 = 474 (100%)
R 146 of 474 ~ 30.8%
G 84 of 474 ~ 17.72%
B 244 of 474 ~ 51.48%

%30.8
%17.72
%51.48

CMYK color model

#9254F4 color CMYK value is (40,66,0,4).

  • cyan value is 40.16%
  • magenta value is 65.57%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(40,66,0,4)
C40M66Y0K4 
(40%,66%,0%,4%)
(0.40/0.66/0.00/0.04)	

CMYK percentages

%40.16
%65.57
%0
%4.31

Codes

Color #9254F4 in popluar color models

9254F4
RGB14684244
HSL263°87.91%64.31%
HSB/HSV263°65.57%95.69%
CMYK40.16%65.57%0.00%
4.31%

Color #9254F4 in popluar number systems.

HEX9254F4
Decimal14684244
Binary10010010101010011110100
Octal222124364

Shades and tints

Shades of #9254F4

#9254F4
(146,84,244)
#854DDE
(133,77,222)
#7846C8
(120,70,200)
#6B3FB2
(107,63,178)
#5E389C
(94,56,156)
#513186
(81,49,134)
#442A70
(68,42,112)
#37235A
(55,35,90)
#2A1C44
(42,28,68)
#1D152E
(29,21,46)
#100E18
(16,14,24)
#000000
(0,0,0)

Tints of #9254F4

#9254F4
(146,84,244)
#9B63F5
(155,99,245)
#A472F6
(164,114,246)
#AD81F7
(173,129,247)
#B690F8
(182,144,248)
#BF9FF9
(191,159,249)
#C8AEFA
(200,174,250)
#D1BDFB
(209,189,251)
#DACCFC
(218,204,252)
#E3DBFD
(227,219,253)
#ECEAFE
(236,234,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9254F4 color. Also use rgb(146,84,244) instead hex code.

Text Font Color

.myTextColor { color: #9254F4; }

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

This text font color is #9254F4.


Background Color

.myBgColor { background-color: #9254F4; }

<div style="background-color:#9254F4">Inner text</div>

This div background color is #9254F4.


Border color

.myBorderColor { border: 1px solid #9254F4; }

<div style="border:3px solid #9254F4">Div</div>

This div border color is #9254F4.


Opacity

.myOpacity80 { color: #9254F4; opacity: 0.8; }

<p style="color:#9254F4;opacity:0.8;">80%</p>

Text with #9254F4 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 #9254F4;}

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

This text has shadow with #9254F4 color.

.textShadow {text-shadow: 3px 3px 1px #9254F4, 3px 3px 1px red;}

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

This text has shadow with #9254F4 primary color and red secondary color.


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

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

This text has shadow with #9254F4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9254F4 on black background.


Color preview on white background

This text has color #9254F4 on white background.



Black color preview on #9254F4 background

This text has black color on #9254F4 background.


White color preview on #9254F4 background

This text has white color on #9254F4 background.