COLOR #9C598A

HEX: #9C598A
RGB: (156,89,138)

Color info

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

RGB color model

#9C598A color RGB value is (156,89,138).

  • red value is 156;
  • green value is 89;
  • blue value is 138.
RGB:
(156,89,138)
(61%,35%,54%)

RGB channels and saturation

R 156 of 255 = 61%
G 89 of 255 = 35%
B 138 of 255 = 54%

156
89
138

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

Portions of RGB colors in percentages

R + G + B =
156 + 89 + 138 = 383 (100%)
R 156 of 383 ~ 40.73%
G 89 of 383 ~ 23.24%
B 138 of 383 ~ 36.03%

%40.73
%23.24
%36.03

CMYK color model

#9C598A color CMYK value is (0,43,12,39).

  • cyan value is 0.00%
  • magenta value is 42.95%
  • yellow value is 11.54%
  • key color value is 38.82%
CMYK:
(0,43,12,39)
C0M43Y12K39 
(0%,43%,12%,39%)
(0.00/0.43/0.12/0.39)	

CMYK percentages

%0
%42.95
%11.54
%38.82

Codes

Color #9C598A in popluar color models

9C598A
RGB15689138
HSL316°27.35%48.04%
HSB/HSV316°42.95%61.18%
CMYK0.00%42.95%11.54%
38.82%

Color #9C598A in popluar number systems.

HEX9C598A
Decimal15689138
Binary10011100101100110001010
Octal234131212

Shades and tints

Shades of #9C598A

#9C598A
(156,89,138)
#8E517E
(142,81,126)
#804972
(128,73,114)
#724166
(114,65,102)
#64395A
(100,57,90)
#56314E
(86,49,78)
#482942
(72,41,66)
#3A2136
(58,33,54)
#2C192A
(44,25,42)
#1E111E
(30,17,30)
#100912
(16,9,18)
#000000
(0,0,0)

Tints of #9C598A

#9C598A
(156,89,138)
#A56894
(165,104,148)
#AE779E
(174,119,158)
#B786A8
(183,134,168)
#C095B2
(192,149,178)
#C9A4BC
(201,164,188)
#D2B3C6
(210,179,198)
#DBC2D0
(219,194,208)
#E4D1DA
(228,209,218)
#EDE0E4
(237,224,228)
#F6EFEE
(246,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C598A; }

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

This text font color is #9C598A.


Background Color

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

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

This div background color is #9C598A.


Border color

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

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

This div border color is #9C598A.


Opacity

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

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

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

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

This text has shadow with #9C598A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C598A on black background.


Color preview on white background

This text has color #9C598A on white background.



Black color preview on #9C598A background

This text has black color on #9C598A background.


White color preview on #9C598A background

This text has white color on #9C598A background.