COLOR #9948B6

HEX: #9948B6 RGB: (153,72,182)

Color info

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

RGB color model

#9948B6 color RGB value is (153,72,182).

RGB: (153,72,182) (60%, 28%, 71%)

RGB channels and saturation

R 153 of 255 = 60%
G 72 of 255 = 28%
B 182 of 255 = 71%

153
72
182

R + G + B ~ 53%. #9948B6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 153 + 72 + 182 = 407 (100%)
R 153 of 407 ~ 37.59%
G 72 of 407 ~ 17.69%
B 182 of 407 ~ 44.72'%

%37.59
%17.69
%44.72

CMYK color model

#9948B6 color CMYK value is (16,60,0,29).

  • cyan value is 15.93%
  • magenta value is 60.44%
  • yellow value is 0.00%
  • key color value is 28.63%

CMYK: (16,60,0,29)
C16M60Y0K29 (16%, 60%, 0%, 29%)
(0.16 / 0.60 / 0.00 / 0.29)

CMYK percentages

%15.93
%60.44
%0
%28.63

Codes

Color #9948B6 in popluar color models

99 48 B6
RGB 153 72 182
HSL 284° 43.31% 49.80%
HSB/HSV 284° 60.44% 71.37%
CMYK 15.93% 60.44% 0.00%
28.63%

Color #9948B6 in popluar number systems.

HEX 99 48 B6
Decimal 153 72 182
Binary 10011001 1001000 10110110
Octal 231 110 266

Shades and tints

Shades of #9948B6

#9948B6
(153,72,182)
#8C42A6
(140,66,166)
#7F3C96
(127,60,150)
#723686
(114,54,134)
#653076
(101,48,118)
#582A66
(88,42,102)
#4B2456
(75,36,86)
#3E1E46
(62,30,70)
#311836
(49,24,54)
#241226
(36,18,38)
#170C16
(23,12,22)
#000000
(0,0,0)

Tints of #9948B6

#9948B6
(153,72,182)
#A258BC
(162,88,188)
#AB68C2
(171,104,194)
#B478C8
(180,120,200)
#BD88CE
(189,136,206)
#C698D4
(198,152,212)
#CFA8DA
(207,168,218)
#D8B8E0
(216,184,224)
#E1C8E6
(225,200,230)
#EAD8EC
(234,216,236)
#F3E8F2
(243,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9948B6 color. Also use rgb(153,72,182) instead hex code.

Text Font Color

.myTextColor { color: #9948B6; }

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

This text font color is #9948B6.

Background Color

.myBgColor { background-color: #9948B6; }

<div style="background-color:#9948B6">Inner text</div>

This div background color is #9948B6.

Border color

.myBorderColor { border: 1px solid #9948B6; }

<div style="border:3px solid #9948B6">Div</div>

This div border color is #9948B6.

Opacity

.myOpacity80 { color: #9948B6; opacity: 0.8; }

<p style="color:#9948B6;opacity:0.8;">80%</p>

Text with #9948B6 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 #9948B6;}

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

This text has shadow with #9948B6 color.


.textShadow {text-shadow: 3px 3px 1px #9948B6', 3px 3px 1px red;}

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

This text has shadow with #9948B6 primary color and red secondary color.


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

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

This text has shadow with #9948B6 and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #9948B6; -webkit-box-shadow: 1px 1px 3px 2px #9948B6; box-shadow:1px 1px 3px 2px #9948B6;">
Div content here
</div>

This div box has shadow with color #9948B6.

Preview

Color preview on black background

This text has color #9948B6 on black background.


Color preview on white background

This text has color #9948B6 on white background.


Black color preview on #9948B6 background

This text has black color on #9948B6 background.


White color preview on #9948B6 background

This text has white color on #9948B6 background.


Related colors

Complementary color

Complementary color for #hex is #66B749.


I love getcolorcode.com

Triadic colors

1 #B69948 and #48B699 with #9948B6 are triadic colors.

2 #B64899 and #4899B6 with #9948B6 are triadic colors.