COLOR #9C4481

HEX: #9C4481 RGB: (156,68,129)

Color info

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

RGB color model

#9C4481 color RGB value is (156,68,129).

RGB: (156,68,129) (61%, 27%, 51%)

RGB channels and saturation

R 156 of 255 = 61%
G 68 of 255 = 27%
B 129 of 255 = 51%

156
68
129

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

Portions of RGB colors in percentages

R + G + B = 156 + 68 + 129 = 353 (100%)
R 156 of 353 ~ 44.19%
G 68 of 353 ~ 19.26%
B 129 of 353 ~ 36.54'%

%44.19
%19.26
%36.54

CMYK color model

#9C4481 color CMYK value is (0,56,17,39).

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

CMYK: (0,56,17,39)
C0M56Y17K39 (0%, 56%, 17%, 39%)
(0.00 / 0.56 / 0.17 / 0.39)

CMYK percentages

%0
%56.41
%17.31
%38.82

Codes

Color #9C4481 in popluar color models

9C 44 81
RGB 156 68 129
HSL 318° 39.29% 43.92%
HSB/HSV 318° 56.41% 61.18%
CMYK 0.00% 56.41% 17.31%
38.82%

Color #9C4481 in popluar number systems.

HEX 9C 44 81
Decimal 156 68 129
Binary 10011100 1000100 10000001
Octal 234 104 201

Shades and tints

Shades of #9C4481

#9C4481
(156,68,129)
#8E3E76
(142,62,118)
#80386B
(128,56,107)
#723260
(114,50,96)
#642C55
(100,44,85)
#56264A
(86,38,74)
#48203F
(72,32,63)
#3A1A34
(58,26,52)
#2C1429
(44,20,41)
#1E0E1E
(30,14,30)
#100813
(16,8,19)
#000000
(0,0,0)

Tints of #9C4481

#9C4481
(156,68,129)
#A5558C
(165,85,140)
#AE6697
(174,102,151)
#B777A2
(183,119,162)
#C088AD
(192,136,173)
#C999B8
(201,153,184)
#D2AAC3
(210,170,195)
#DBBBCE
(219,187,206)
#E4CCD9
(228,204,217)
#EDDDE4
(237,221,228)
#F6EEEF
(246,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C4481; }

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

This text font color is #9C4481.

Background Color

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

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

This div background color is #9C4481.

Border color

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

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

This div border color is #9C4481.

Opacity

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

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

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

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

This text has shadow with #9C4481 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9C4481.

Preview

Color preview on black background

This text has color #9C4481 on black background.


Color preview on white background

This text has color #9C4481 on white background.


Black color preview on #9C4481 background

This text has black color on #9C4481 background.


White color preview on #9C4481 background

This text has white color on #9C4481 background.


Related colors

Complementary color

Complementary color for #hex is #63BB7E.


I love getcolorcode.com

Triadic colors

1 #819C44 and #44819C with #9C4481 are triadic colors.

2 #81449C and #449C81 with #9C4481 are triadic colors.