COLOR #9C498A

HEX: #9C498A
RGB: (156,73,138)

Color info

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

RGB color model

#9C498A color RGB value is (156,73,138).

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

RGB channels and saturation

R 156 of 255 = 61%
G 73 of 255 = 29%
B 138 of 255 = 54%

156
73
138

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

Portions of RGB colors in percentages

R + G + B =
156 + 73 + 138 = 367 (100%)
R 156 of 367 ~ 42.51%
G 73 of 367 ~ 19.89%
B 138 of 367 ~ 37.6%

%42.51
%19.89
%37.6

CMYK color model

#9C498A color CMYK value is (0,53,12,39).

  • cyan value is 0.00%
  • magenta value is 53.21%
  • yellow value is 11.54%
  • key color value is 38.82%
CMYK:
(0,53,12,39)
C0M53Y12K39 
(0%,53%,12%,39%)
(0.00/0.53/0.12/0.39)	

CMYK percentages

%0
%53.21
%11.54
%38.82

Codes

Color #9C498A in popluar color models

9C498A
RGB15673138
HSL313°36.24%44.90%
HSB/HSV313°53.21%61.18%
CMYK0.00%53.21%11.54%
38.82%

Color #9C498A in popluar number systems.

HEX9C498A
Decimal15673138
Binary10011100100100110001010
Octal234111212

Shades and tints

Shades of #9C498A

#9C498A
(156,73,138)
#8E437E
(142,67,126)
#803D72
(128,61,114)
#723766
(114,55,102)
#64315A
(100,49,90)
#562B4E
(86,43,78)
#482542
(72,37,66)
#3A1F36
(58,31,54)
#2C192A
(44,25,42)
#1E131E
(30,19,30)
#100D12
(16,13,18)
#000000
(0,0,0)

Tints of #9C498A

#9C498A
(156,73,138)
#A55994
(165,89,148)
#AE699E
(174,105,158)
#B779A8
(183,121,168)
#C089B2
(192,137,178)
#C999BC
(201,153,188)
#D2A9C6
(210,169,198)
#DBB9D0
(219,185,208)
#E4C9DA
(228,201,218)
#EDD9E4
(237,217,228)
#F6E9EE
(246,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C498A; }

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

This text font color is #9C498A.


Background Color

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

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

This div background color is #9C498A.


Border color

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

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

This div border color is #9C498A.


Opacity

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

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

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

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

This text has shadow with #9C498A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C498A on black background.


Color preview on white background

This text has color #9C498A on white background.



Black color preview on #9C498A background

This text has black color on #9C498A background.


White color preview on #9C498A background

This text has white color on #9C498A background.