COLOR #9048E4

HEX: #9048E4
RGB: (144,72,228)

Color info

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

RGB color model

#9048E4 color RGB value is (144,72,228).

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

RGB channels and saturation

R 144 of 255 = 56%
G 72 of 255 = 28%
B 228 of 255 = 89%

144
72
228

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

Portions of RGB colors in percentages

R + G + B =
144 + 72 + 228 = 444 (100%)
R 144 of 444 ~ 32.43%
G 72 of 444 ~ 16.22%
B 228 of 444 ~ 51.35%

%32.43
%16.22
%51.35

CMYK color model

#9048E4 color CMYK value is (37,68,0,11).

  • cyan value is 36.84%
  • magenta value is 68.42%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(37,68,0,11)
C37M68Y0K11 
(37%,68%,0%,11%)
(0.37/0.68/0.00/0.11)	

CMYK percentages

%36.84
%68.42
%0
%10.59

Codes

Color #9048E4 in popluar color models

9048E4
RGB14472228
HSL268°74.29%58.82%
HSB/HSV268°68.42%89.41%
CMYK36.84%68.42%0.00%
10.59%

Color #9048E4 in popluar number systems.

HEX9048E4
Decimal14472228
Binary10010000100100011100100
Octal220110344

Shades and tints

Shades of #9048E4

#9048E4
(144,72,228)
#8342D0
(131,66,208)
#763CBC
(118,60,188)
#6936A8
(105,54,168)
#5C3094
(92,48,148)
#4F2A80
(79,42,128)
#42246C
(66,36,108)
#351E58
(53,30,88)
#281844
(40,24,68)
#1B1230
(27,18,48)
#0E0C1C
(14,12,28)
#000000
(0,0,0)

Tints of #9048E4

#9048E4
(144,72,228)
#9A58E6
(154,88,230)
#A468E8
(164,104,232)
#AE78EA
(174,120,234)
#B888EC
(184,136,236)
#C298EE
(194,152,238)
#CCA8F0
(204,168,240)
#D6B8F2
(214,184,242)
#E0C8F4
(224,200,244)
#EAD8F6
(234,216,246)
#F4E8F8
(244,232,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9048E4; }

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

This text font color is #9048E4.


Background Color

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

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

This div background color is #9048E4.


Border color

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

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

This div border color is #9048E4.


Opacity

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

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

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

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

This text has shadow with #9048E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9048E4 on black background.


Color preview on white background

This text has color #9048E4 on white background.



Black color preview on #9048E4 background

This text has black color on #9048E4 background.


White color preview on #9048E4 background

This text has white color on #9048E4 background.