COLOR #9048F6

HEX: #9048F6
RGB: (144,72,246)

Color info

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

RGB color model

#9048F6 color RGB value is (144,72,246).

  • red value is 144;
  • green value is 72;
  • blue value is 246.
RGB:
(144,72,246)
(56%,28%,96%)

RGB channels and saturation

R 144 of 255 = 56%
G 72 of 255 = 28%
B 246 of 255 = 96%

144
72
246

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

Portions of RGB colors in percentages

R + G + B =
144 + 72 + 246 = 462 (100%)
R 144 of 462 ~ 31.17%
G 72 of 462 ~ 15.58%
B 246 of 462 ~ 53.25%

%31.17
%15.58
%53.25

CMYK color model

#9048F6 color CMYK value is (41,71,0,4).

  • cyan value is 41.46%
  • magenta value is 70.73%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(41,71,0,4)
C41M71Y0K4 
(41%,71%,0%,4%)
(0.41/0.71/0.00/0.04)	

CMYK percentages

%41.46
%70.73
%0
%3.53

Codes

Color #9048F6 in popluar color models

9048F6
RGB14472246
HSL265°90.63%62.35%
HSB/HSV265°70.73%96.47%
CMYK41.46%70.73%0.00%
3.53%

Color #9048F6 in popluar number systems.

HEX9048F6
Decimal14472246
Binary10010000100100011110110
Octal220110366

Shades and tints

Shades of #9048F6

#9048F6
(144,72,246)
#8342E0
(131,66,224)
#763CCA
(118,60,202)
#6936B4
(105,54,180)
#5C309E
(92,48,158)
#4F2A88
(79,42,136)
#422472
(66,36,114)
#351E5C
(53,30,92)
#281846
(40,24,70)
#1B1230
(27,18,48)
#0E0C1A
(14,12,26)
#000000
(0,0,0)

Tints of #9048F6

#9048F6
(144,72,246)
#9A58F6
(154,88,246)
#A468F6
(164,104,246)
#AE78F6
(174,120,246)
#B888F6
(184,136,246)
#C298F6
(194,152,246)
#CCA8F6
(204,168,246)
#D6B8F6
(214,184,246)
#E0C8F6
(224,200,246)
#EAD8F6
(234,216,246)
#F4E8F6
(244,232,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9048F6 color. Also use rgb(144,72,246) instead hex code.

Text Font Color

.myTextColor { color: #9048F6; }

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

This text font color is #9048F6.


Background Color

.myBgColor { background-color: #9048F6; }

<div style="background-color:#9048F6">Inner text</div>

This div background color is #9048F6.


Border color

.myBorderColor { border: 1px solid #9048F6; }

<div style="border:3px solid #9048F6">Div</div>

This div border color is #9048F6.


Opacity

.myOpacity80 { color: #9048F6; opacity: 0.8; }

<p style="color:#9048F6;opacity:0.8;">80%</p>

Text with #9048F6 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 #9048F6;}

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

This text has shadow with #9048F6 color.

.textShadow {text-shadow: 3px 3px 1px #9048F6, 3px 3px 1px red;}

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

This text has shadow with #9048F6 primary color and red secondary color.


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

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

This text has shadow with #9048F6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9048F6 on black background.


Color preview on white background

This text has color #9048F6 on white background.



Black color preview on #9048F6 background

This text has black color on #9048F6 background.


White color preview on #9048F6 background

This text has white color on #9048F6 background.