COLOR #9D48EE

HEX: #9D48EE
RGB: (157,72,238)

Color info

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

RGB color model

#9D48EE color RGB value is (157,72,238).

  • red value is 157;
  • green value is 72;
  • blue value is 238.
RGB:
(157,72,238)
(62%,28%,93%)

RGB channels and saturation

R 157 of 255 = 62%
G 72 of 255 = 28%
B 238 of 255 = 93%

157
72
238

R + G + B ~ 61%. #9D48EE is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 72 + 238 = 467 (100%)
R 157 of 467 ~ 33.62%
G 72 of 467 ~ 15.42%
B 238 of 467 ~ 50.96%

%33.62
%15.42
%50.96

CMYK color model

#9D48EE color CMYK value is (34,70,0,7).

  • cyan value is 34.03%
  • magenta value is 69.75%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(34,70,0,7)
C34M70Y0K7 
(34%,70%,0%,7%)
(0.34/0.70/0.00/0.07)	

CMYK percentages

%34.03
%69.75
%0
%6.67

Codes

Color #9D48EE in popluar color models

9D48EE
RGB15772238
HSL271°83.00%60.78%
HSB/HSV271°69.75%93.33%
CMYK34.03%69.75%0.00%
6.67%

Color #9D48EE in popluar number systems.

HEX9D48EE
Decimal15772238
Binary10011101100100011101110
Octal235110356

Shades and tints

Shades of #9D48EE

#9D48EE
(157,72,238)
#8F42D9
(143,66,217)
#813CC4
(129,60,196)
#7336AF
(115,54,175)
#65309A
(101,48,154)
#572A85
(87,42,133)
#492470
(73,36,112)
#3B1E5B
(59,30,91)
#2D1846
(45,24,70)
#1F1231
(31,18,49)
#110C1C
(17,12,28)
#000000
(0,0,0)

Tints of #9D48EE

#9D48EE
(157,72,238)
#A558EF
(165,88,239)
#AD68F0
(173,104,240)
#B578F1
(181,120,241)
#BD88F2
(189,136,242)
#C598F3
(197,152,243)
#CDA8F4
(205,168,244)
#D5B8F5
(213,184,245)
#DDC8F6
(221,200,246)
#E5D8F7
(229,216,247)
#EDE8F8
(237,232,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D48EE color. Also use rgb(157,72,238) instead hex code.

Text Font Color

.myTextColor { color: #9D48EE; }

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

This text font color is #9D48EE.


Background Color

.myBgColor { background-color: #9D48EE; }

<div style="background-color:#9D48EE">Inner text</div>

This div background color is #9D48EE.


Border color

.myBorderColor { border: 1px solid #9D48EE; }

<div style="border:3px solid #9D48EE">Div</div>

This div border color is #9D48EE.


Opacity

.myOpacity80 { color: #9D48EE; opacity: 0.8; }

<p style="color:#9D48EE;opacity:0.8;">80%</p>

Text with #9D48EE 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 #9D48EE;}

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

This text has shadow with #9D48EE color.

.textShadow {text-shadow: 3px 3px 1px #9D48EE, 3px 3px 1px red;}

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

This text has shadow with #9D48EE primary color and red secondary color.


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

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

This text has shadow with #9D48EE and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D48EE on black background.


Color preview on white background

This text has color #9D48EE on white background.



Black color preview on #9D48EE background

This text has black color on #9D48EE background.


White color preview on #9D48EE background

This text has white color on #9D48EE background.