COLOR #9E48B4

HEX: #9E48B4
RGB: (158,72,180)

Color info

#9E48B4 contains mainly red and blue colors. Web safe color of #9E48B4 is #9933CC (or #93C).

RGB color model

#9E48B4 color RGB value is (158,72,180).

  • red value is 158;
  • green value is 72;
  • blue value is 180.
RGB:
(158,72,180)
(62%,28%,71%)

RGB channels and saturation

R 158 of 255 = 62%
G 72 of 255 = 28%
B 180 of 255 = 71%

158
72
180

R + G + B ~ 54%. #9E48B4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
158 + 72 + 180 = 410 (100%)
R 158 of 410 ~ 38.54%
G 72 of 410 ~ 17.56%
B 180 of 410 ~ 43.9%

%38.54
%17.56
%43.9

CMYK color model

#9E48B4 color CMYK value is (12,60,0,29).

  • cyan value is 12.22%
  • magenta value is 60.00%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(12,60,0,29)
C12M60Y0K29 
(12%,60%,0%,29%)
(0.12/0.60/0.00/0.29)	

CMYK percentages

%12.22
%60
%0
%29.41

Codes

Color #9E48B4 in popluar color models

9E48B4
RGB15872180
HSL288°42.86%49.41%
HSB/HSV288°60.00%70.59%
CMYK12.22%60.00%0.00%
29.41%

Color #9E48B4 in popluar number systems.

HEX9E48B4
Decimal15872180
Binary10011110100100010110100
Octal236110264

Shades and tints

Shades of #9E48B4

#9E48B4
(158,72,180)
#9042A4
(144,66,164)
#823C94
(130,60,148)
#743684
(116,54,132)
#663074
(102,48,116)
#582A64
(88,42,100)
#4A2454
(74,36,84)
#3C1E44
(60,30,68)
#2E1834
(46,24,52)
#201224
(32,18,36)
#120C14
(18,12,20)
#000000
(0,0,0)

Tints of #9E48B4

#9E48B4
(158,72,180)
#A658BA
(166,88,186)
#AE68C0
(174,104,192)
#B678C6
(182,120,198)
#BE88CC
(190,136,204)
#C698D2
(198,152,210)
#CEA8D8
(206,168,216)
#D6B8DE
(214,184,222)
#DEC8E4
(222,200,228)
#E6D8EA
(230,216,234)
#EEE8F0
(238,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E48B4 color. Also use rgb(158,72,180) instead hex code.

Text Font Color

.myTextColor { color: #9E48B4; }

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

This text font color is #9E48B4.


Background Color

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

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

This div background color is #9E48B4.


Border color

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

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

This div border color is #9E48B4.


Opacity

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

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

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

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

This text has shadow with #9E48B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E48B4 on black background.


Color preview on white background

This text has color #9E48B4 on white background.



Black color preview on #9E48B4 background

This text has black color on #9E48B4 background.


White color preview on #9E48B4 background

This text has white color on #9E48B4 background.