COLOR #9D48B4

HEX: #9D48B4
RGB: (157,72,180)

Color info

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

RGB color model

#9D48B4 color RGB value is (157,72,180).

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

RGB channels and saturation

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

157
72
180

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

Portions of RGB colors in percentages

R + G + B =
157 + 72 + 180 = 409 (100%)
R 157 of 409 ~ 38.39%
G 72 of 409 ~ 17.6%
B 180 of 409 ~ 44.01%

%38.39
%17.6
%44.01

CMYK color model

#9D48B4 color CMYK value is (13,60,0,29).

  • cyan value is 12.78%
  • magenta value is 60.00%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(13,60,0,29)
C13M60Y0K29 
(13%,60%,0%,29%)
(0.13/0.60/0.00/0.29)	

CMYK percentages

%12.78
%60
%0
%29.41

Codes

Color #9D48B4 in popluar color models

9D48B4
RGB15772180
HSL287°42.86%49.41%
HSB/HSV287°60.00%70.59%
CMYK12.78%60.00%0.00%
29.41%

Color #9D48B4 in popluar number systems.

HEX9D48B4
Decimal15772180
Binary10011101100100010110100
Octal235110264

Shades and tints

Shades of #9D48B4

#9D48B4
(157,72,180)
#8F42A4
(143,66,164)
#813C94
(129,60,148)
#733684
(115,54,132)
#653074
(101,48,116)
#572A64
(87,42,100)
#492454
(73,36,84)
#3B1E44
(59,30,68)
#2D1834
(45,24,52)
#1F1224
(31,18,36)
#110C14
(17,12,20)
#000000
(0,0,0)

Tints of #9D48B4

#9D48B4
(157,72,180)
#A558BA
(165,88,186)
#AD68C0
(173,104,192)
#B578C6
(181,120,198)
#BD88CC
(189,136,204)
#C598D2
(197,152,210)
#CDA8D8
(205,168,216)
#D5B8DE
(213,184,222)
#DDC8E4
(221,200,228)
#E5D8EA
(229,216,234)
#EDE8F0
(237,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D48B4; }

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

This text font color is #9D48B4.


Background Color

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

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

This div background color is #9D48B4.


Border color

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

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

This div border color is #9D48B4.


Opacity

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

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

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

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

This text has shadow with #9D48B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D48B4 on black background.


Color preview on white background

This text has color #9D48B4 on white background.



Black color preview on #9D48B4 background

This text has black color on #9D48B4 background.


White color preview on #9D48B4 background

This text has white color on #9D48B4 background.