COLOR #9449BB

HEX: #9449BB
RGB: (148,73,187)

Color info

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

RGB color model

#9449BB color RGB value is (148,73,187).

  • red value is 148;
  • green value is 73;
  • blue value is 187.
RGB:
(148,73,187)
(58%,29%,73%)

RGB channels and saturation

R 148 of 255 = 58%
G 73 of 255 = 29%
B 187 of 255 = 73%

148
73
187

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

Portions of RGB colors in percentages

R + G + B =
148 + 73 + 187 = 408 (100%)
R 148 of 408 ~ 36.27%
G 73 of 408 ~ 17.89%
B 187 of 408 ~ 45.83%

%36.27
%17.89
%45.83

CMYK color model

#9449BB color CMYK value is (21,61,0,27).

  • cyan value is 20.86%
  • magenta value is 60.96%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(21,61,0,27)
C21M61Y0K27 
(21%,61%,0%,27%)
(0.21/0.61/0.00/0.27)	

CMYK percentages

%20.86
%60.96
%0
%26.67

Codes

Color #9449BB in popluar color models

9449BB
RGB14873187
HSL279°45.60%50.98%
HSB/HSV279°60.96%73.33%
CMYK20.86%60.96%0.00%
26.67%

Color #9449BB in popluar number systems.

HEX9449BB
Decimal14873187
Binary10010100100100110111011
Octal224111273

Shades and tints

Shades of #9449BB

#9449BB
(148,73,187)
#8743AA
(135,67,170)
#7A3D99
(122,61,153)
#6D3788
(109,55,136)
#603177
(96,49,119)
#532B66
(83,43,102)
#462555
(70,37,85)
#391F44
(57,31,68)
#2C1933
(44,25,51)
#1F1322
(31,19,34)
#120D11
(18,13,17)
#000000
(0,0,0)

Tints of #9449BB

#9449BB
(148,73,187)
#9D59C1
(157,89,193)
#A669C7
(166,105,199)
#AF79CD
(175,121,205)
#B889D3
(184,137,211)
#C199D9
(193,153,217)
#CAA9DF
(202,169,223)
#D3B9E5
(211,185,229)
#DCC9EB
(220,201,235)
#E5D9F1
(229,217,241)
#EEE9F7
(238,233,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9449BB color. Also use rgb(148,73,187) instead hex code.

Text Font Color

.myTextColor { color: #9449BB; }

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

This text font color is #9449BB.


Background Color

.myBgColor { background-color: #9449BB; }

<div style="background-color:#9449BB">Inner text</div>

This div background color is #9449BB.


Border color

.myBorderColor { border: 1px solid #9449BB; }

<div style="border:3px solid #9449BB">Div</div>

This div border color is #9449BB.


Opacity

.myOpacity80 { color: #9449BB; opacity: 0.8; }

<p style="color:#9449BB;opacity:0.8;">80%</p>

Text with #9449BB 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 #9449BB;}

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

This text has shadow with #9449BB color.

.textShadow {text-shadow: 3px 3px 1px #9449BB, 3px 3px 1px red;}

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

This text has shadow with #9449BB primary color and red secondary color.


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

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

This text has shadow with #9449BB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9449BB on black background.


Color preview on white background

This text has color #9449BB on white background.



Black color preview on #9449BB background

This text has black color on #9449BB background.


White color preview on #9449BB background

This text has white color on #9449BB background.