COLOR #9C449B

HEX: #9C449B RGB: (156,68,155)

Color info

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

RGB color model

#9C449B color RGB value is (156,68,155).

RGB: (156,68,155) (61%, 27%, 61%)

RGB channels and saturation

R 156 of 255 = 61%
G 68 of 255 = 27%
B 155 of 255 = 61%

156
68
155

R + G + B ~ 50%. #9C449B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 156 + 68 + 155 = 379 (100%)
R 156 of 379 ~ 41.16%
G 68 of 379 ~ 17.94%
B 155 of 379 ~ 40.9'%

%41.16
%17.94
%40.9

CMYK color model

#9C449B color CMYK value is (0,56,1,39).

  • cyan value is 0.00%
  • magenta value is 56.41%
  • yellow value is 0.64%
  • key color value is 38.82%

CMYK: (0,56,1,39)
C0M56Y1K39 (0%, 56%, 1%, 39%)
(0.00 / 0.56 / 0.01 / 0.39)

CMYK percentages

%0
%56.41
%0.64
%38.82

Codes

Color #9C449B in popluar color models

9C 44 9B
RGB 156 68 155
HSL 301° 39.29% 43.92%
HSB/HSV 301° 56.41% 61.18%
CMYK 0.00% 56.41% 0.64%
38.82%

Color #9C449B in popluar number systems.

HEX 9C 44 9B
Decimal 156 68 155
Binary 10011100 1000100 10011011
Octal 234 104 233

Shades and tints

Shades of #9C449B

#9C449B
(156,68,155)
#8E3E8D
(142,62,141)
#80387F
(128,56,127)
#723271
(114,50,113)
#642C63
(100,44,99)
#562655
(86,38,85)
#482047
(72,32,71)
#3A1A39
(58,26,57)
#2C142B
(44,20,43)
#1E0E1D
(30,14,29)
#10080F
(16,8,15)
#000000
(0,0,0)

Tints of #9C449B

#9C449B
(156,68,155)
#A555A4
(165,85,164)
#AE66AD
(174,102,173)
#B777B6
(183,119,182)
#C088BF
(192,136,191)
#C999C8
(201,153,200)
#D2AAD1
(210,170,209)
#DBBBDA
(219,187,218)
#E4CCE3
(228,204,227)
#EDDDEC
(237,221,236)
#F6EEF5
(246,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C449B color. Also use rgb(156,68,155) instead hex code.

Text Font Color

.myTextColor { color: #9C449B; }

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

This text font color is #9C449B.

Background Color

.myBgColor { background-color: #9C449B; }

<div style="background-color:#9C449B">Inner text</div>

This div background color is #9C449B.

Border color

.myBorderColor { border: 1px solid #9C449B; }

<div style="border:3px solid #9C449B">Div</div>

This div border color is #9C449B.

Opacity

.myOpacity80 { color: #9C449B; opacity: 0.8; }

<p style="color:#9C449B;opacity:0.8;">80%</p>

Text with #9C449B 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 #9C449B;}

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

This text has shadow with #9C449B color.


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

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

This text has shadow with #9C449B primary color and red secondary color.


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

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

This text has shadow with #9C449B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #9C449B.

Preview

Color preview on black background

This text has color #9C449B on black background.


Color preview on white background

This text has color #9C449B on white background.


Black color preview on #9C449B background

This text has black color on #9C449B background.


White color preview on #9C449B background

This text has white color on #9C449B background.


Related colors

Complementary color

Complementary color for #hex is #63BB64.


I love getcolorcode.com

Triadic colors

1 #9B9C44 and #449B9C with #9C449B are triadic colors.

2 #9B449C and #449C9B with #9C449B are triadic colors.