COLOR #9446AB

HEX: #9446AB
RGB: (148,70,171)

Color info

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

RGB color model

#9446AB color RGB value is (148,70,171).

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

RGB channels and saturation

R 148 of 255 = 58%
G 70 of 255 = 27%
B 171 of 255 = 67%

148
70
171

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

Portions of RGB colors in percentages

R + G + B =
148 + 70 + 171 = 389 (100%)
R 148 of 389 ~ 38.05%
G 70 of 389 ~ 17.99%
B 171 of 389 ~ 43.96%

%38.05
%17.99
%43.96

CMYK color model

#9446AB color CMYK value is (13,59,0,33).

  • cyan value is 13.45%
  • magenta value is 59.06%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(13,59,0,33)
C13M59Y0K33 
(13%,59%,0%,33%)
(0.13/0.59/0.00/0.33)	

CMYK percentages

%13.45
%59.06
%0
%32.94

Codes

Color #9446AB in popluar color models

9446AB
RGB14870171
HSL286°41.91%47.25%
HSB/HSV286°59.06%67.06%
CMYK13.45%59.06%0.00%
32.94%

Color #9446AB in popluar number systems.

HEX9446AB
Decimal14870171
Binary10010100100011010101011
Octal224106253

Shades and tints

Shades of #9446AB

#9446AB
(148,70,171)
#87409C
(135,64,156)
#7A3A8D
(122,58,141)
#6D347E
(109,52,126)
#602E6F
(96,46,111)
#532860
(83,40,96)
#462251
(70,34,81)
#391C42
(57,28,66)
#2C1633
(44,22,51)
#1F1024
(31,16,36)
#120A15
(18,10,21)
#000000
(0,0,0)

Tints of #9446AB

#9446AB
(148,70,171)
#9D56B2
(157,86,178)
#A666B9
(166,102,185)
#AF76C0
(175,118,192)
#B886C7
(184,134,199)
#C196CE
(193,150,206)
#CAA6D5
(202,166,213)
#D3B6DC
(211,182,220)
#DCC6E3
(220,198,227)
#E5D6EA
(229,214,234)
#EEE6F1
(238,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9446AB; }

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

This text font color is #9446AB.


Background Color

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

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

This div background color is #9446AB.


Border color

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

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

This div border color is #9446AB.


Opacity

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

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

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

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

This text has shadow with #9446AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9446AB on black background.


Color preview on white background

This text has color #9446AB on white background.



Black color preview on #9446AB background

This text has black color on #9446AB background.


White color preview on #9446AB background

This text has white color on #9446AB background.