COLOR #9C5984

HEX: #9C5984 RGB: (156,89,132)

Color info

#9C5984 contains mainly red and blue colors. Web safe color of #9C5984 is #996699 (or #969).

RGB color model

#9C5984 color RGB value is (156,89,132).

RGB: (156,89,132) (61%, 35%, 52%)

RGB channels and saturation

R 156 of 255 = 61%
G 89 of 255 = 35%
B 132 of 255 = 52%

156
89
132

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

Portions of RGB colors in percentages

R + G + B = 156 + 89 + 132 = 377 (100%)
R 156 of 377 ~ 41.38%
G 89 of 377 ~ 23.61%
B 132 of 377 ~ 35.01'%

%41.38
%23.61
%35.01

CMYK color model

#9C5984 color CMYK value is (0,43,15,39).

  • cyan value is 0.00%
  • magenta value is 42.95%
  • yellow value is 15.38%
  • key color value is 38.82%

CMYK: (0,43,15,39)
C0M43Y15K39 (0%, 43%, 15%, 39%)
(0.00 / 0.43 / 0.15 / 0.39)

CMYK percentages

%0
%42.95
%15.38
%38.82

Codes

Color #9C5984 in popluar color models

9C 59 84
RGB 156 89 132
HSL 321° 27.35% 48.04%
HSB/HSV 321° 42.95% 61.18%
CMYK 0.00% 42.95% 15.38%
38.82%

Color #9C5984 in popluar number systems.

HEX 9C 59 84
Decimal 156 89 132
Binary 10011100 1011001 10000100
Octal 234 131 204

Shades and tints

Shades of #9C5984

#9C5984
(156,89,132)
#8E5178
(142,81,120)
#80496C
(128,73,108)
#724160
(114,65,96)
#643954
(100,57,84)
#563148
(86,49,72)
#48293C
(72,41,60)
#3A2130
(58,33,48)
#2C1924
(44,25,36)
#1E1118
(30,17,24)
#10090C
(16,9,12)
#000000
(0,0,0)

Tints of #9C5984

#9C5984
(156,89,132)
#A5688F
(165,104,143)
#AE779A
(174,119,154)
#B786A5
(183,134,165)
#C095B0
(192,149,176)
#C9A4BB
(201,164,187)
#D2B3C6
(210,179,198)
#DBC2D1
(219,194,209)
#E4D1DC
(228,209,220)
#EDE0E7
(237,224,231)
#F6EFF2
(246,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C5984 color. Also use rgb(156,89,132) instead hex code.

Text Font Color

.myTextColor { color: #9C5984; }

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

This text font color is #9C5984.

Background Color

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

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

This div background color is #9C5984.

Border color

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

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

This div border color is #9C5984.

Opacity

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

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

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

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

This text has shadow with #9C5984 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9C5984.

Preview

Color preview on black background

This text has color #9C5984 on black background.


Color preview on white background

This text has color #9C5984 on white background.


Black color preview on #9C5984 background

This text has black color on #9C5984 background.


White color preview on #9C5984 background

This text has white color on #9C5984 background.


Related colors

Complementary color

Complementary color for #hex is #63A67B.


I love getcolorcode.com

Triadic colors

1 #849C59 and #59849C with #9C5984 are triadic colors.

2 #84599C and #599C84 with #9C5984 are triadic colors.