COLOR #9948AE

HEX: #9948AE
RGB: (153,72,174)

Color info

#9948AE contains mainly red and blue colors. Web safe color of #9948AE is #993399 (or #939).

RGB color model

#9948AE color RGB value is (153,72,174).

  • red value is 153;
  • green value is 72;
  • blue value is 174.
RGB:
(153,72,174)
(60%,28%,68%)

RGB channels and saturation

R 153 of 255 = 60%
G 72 of 255 = 28%
B 174 of 255 = 68%

153
72
174

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

Portions of RGB colors in percentages

R + G + B =
153 + 72 + 174 = 399 (100%)
R 153 of 399 ~ 38.35%
G 72 of 399 ~ 18.05%
B 174 of 399 ~ 43.61%

%38.35
%18.05
%43.61

CMYK color model

#9948AE color CMYK value is (12,59,0,32).

  • cyan value is 12.07%
  • magenta value is 58.62%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(12,59,0,32)
C12M59Y0K32 
(12%,59%,0%,32%)
(0.12/0.59/0.00/0.32)	

CMYK percentages

%12.07
%58.62
%0
%31.76

Codes

Color #9948AE in popluar color models

9948AE
RGB15372174
HSL288°41.46%48.24%
HSB/HSV288°58.62%68.24%
CMYK12.07%58.62%0.00%
31.76%

Color #9948AE in popluar number systems.

HEX9948AE
Decimal15372174
Binary10011001100100010101110
Octal231110256

Shades and tints

Shades of #9948AE

#9948AE
(153,72,174)
#8C429F
(140,66,159)
#7F3C90
(127,60,144)
#723681
(114,54,129)
#653072
(101,48,114)
#582A63
(88,42,99)
#4B2454
(75,36,84)
#3E1E45
(62,30,69)
#311836
(49,24,54)
#241227
(36,18,39)
#170C18
(23,12,24)
#000000
(0,0,0)

Tints of #9948AE

#9948AE
(153,72,174)
#A258B5
(162,88,181)
#AB68BC
(171,104,188)
#B478C3
(180,120,195)
#BD88CA
(189,136,202)
#C698D1
(198,152,209)
#CFA8D8
(207,168,216)
#D8B8DF
(216,184,223)
#E1C8E6
(225,200,230)
#EAD8ED
(234,216,237)
#F3E8F4
(243,232,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9948AE; }

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

This text font color is #9948AE.


Background Color

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

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

This div background color is #9948AE.


Border color

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

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

This div border color is #9948AE.


Opacity

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

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

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

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

This text has shadow with #9948AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9948AE on black background.


Color preview on white background

This text has color #9948AE on white background.



Black color preview on #9948AE background

This text has black color on #9948AE background.


White color preview on #9948AE background

This text has white color on #9948AE background.