COLOR #9447AB

HEX: #9447AB
RGB: (148,71,171)

Color info

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

RGB color model

#9447AB color RGB value is (148,71,171).

  • red value is 148;
  • green value is 71;
  • blue value is 171.
RGB:
(148,71,171)
(58%,28%,67%)

RGB channels and saturation

R 148 of 255 = 58%
G 71 of 255 = 28%
B 171 of 255 = 67%

148
71
171

R + G + B ~ 51%. #9447AB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
148 + 71 + 171 = 390 (100%)
R 148 of 390 ~ 37.95%
G 71 of 390 ~ 18.21%
B 171 of 390 ~ 43.85%

%37.95
%18.21
%43.85

CMYK color model

#9447AB color CMYK value is (13,58,0,33).

  • cyan value is 13.45%
  • magenta value is 58.48%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(13,58,0,33)
C13M58Y0K33 
(13%,58%,0%,33%)
(0.13/0.58/0.00/0.33)	

CMYK percentages

%13.45
%58.48
%0
%32.94

Codes

Color #9447AB in popluar color models

9447AB
RGB14871171
HSL286°41.32%47.45%
HSB/HSV286°58.48%67.06%
CMYK13.45%58.48%0.00%
32.94%

Color #9447AB in popluar number systems.

HEX9447AB
Decimal14871171
Binary10010100100011110101011
Octal224107253

Shades and tints

Shades of #9447AB

#9447AB
(148,71,171)
#87419C
(135,65,156)
#7A3B8D
(122,59,141)
#6D357E
(109,53,126)
#602F6F
(96,47,111)
#532960
(83,41,96)
#462351
(70,35,81)
#391D42
(57,29,66)
#2C1733
(44,23,51)
#1F1124
(31,17,36)
#120B15
(18,11,21)
#000000
(0,0,0)

Tints of #9447AB

#9447AB
(148,71,171)
#9D57B2
(157,87,178)
#A667B9
(166,103,185)
#AF77C0
(175,119,192)
#B887C7
(184,135,199)
#C197CE
(193,151,206)
#CAA7D5
(202,167,213)
#D3B7DC
(211,183,220)
#DCC7E3
(220,199,227)
#E5D7EA
(229,215,234)
#EEE7F1
(238,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9447AB color. Also use rgb(148,71,171) instead hex code.

Text Font Color

.myTextColor { color: #9447AB; }

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

This text font color is #9447AB.


Background Color

.myBgColor { background-color: #9447AB; }

<div style="background-color:#9447AB">Inner text</div>

This div background color is #9447AB.


Border color

.myBorderColor { border: 1px solid #9447AB; }

<div style="border:3px solid #9447AB">Div</div>

This div border color is #9447AB.


Opacity

.myOpacity80 { color: #9447AB; opacity: 0.8; }

<p style="color:#9447AB;opacity:0.8;">80%</p>

Text with #9447AB 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 #9447AB;}

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

This text has shadow with #9447AB color.

.textShadow {text-shadow: 3px 3px 1px #9447AB, 3px 3px 1px red;}

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

This text has shadow with #9447AB primary color and red secondary color.


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

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

This text has shadow with #9447AB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9447AB on black background.


Color preview on white background

This text has color #9447AB on white background.



Black color preview on #9447AB background

This text has black color on #9447AB background.


White color preview on #9447AB background

This text has white color on #9447AB background.