COLOR #9C74A6

HEX: #9C74A6
RGB: (156,116,166)

Color info

#9C74A6 contains red, green and blue colors in about the same proportion. Web safe color of #9C74A6 is #996699 (or #969).

RGB color model

#9C74A6 color RGB value is (156,116,166).

  • red value is 156;
  • green value is 116;
  • blue value is 166.
RGB:
(156,116,166)
(61%,45%,65%)

RGB channels and saturation

R 156 of 255 = 61%
G 116 of 255 = 45%
B 166 of 255 = 65%

156
116
166

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

Portions of RGB colors in percentages

R + G + B =
156 + 116 + 166 = 438 (100%)
R 156 of 438 ~ 35.62%
G 116 of 438 ~ 26.48%
B 166 of 438 ~ 37.9%

%35.62
%26.48
%37.9

CMYK color model

#9C74A6 color CMYK value is (6,30,0,35).

  • cyan value is 6.02%
  • magenta value is 30.12%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(6,30,0,35)
C6M30Y0K35 
(6%,30%,0%,35%)
(0.06/0.30/0.00/0.35)	

CMYK percentages

%6.02
%30.12
%0
%34.9

Codes

Color #9C74A6 in popluar color models

9C74A6
RGB156116166
HSL288°21.93%55.29%
HSB/HSV288°30.12%65.10%
CMYK6.02%30.12%0.00%
34.90%

Color #9C74A6 in popluar number systems.

HEX9C74A6
Decimal156116166
Binary10011100111010010100110
Octal234164246

Shades and tints

Shades of #9C74A6

#9C74A6
(156,116,166)
#8E6A97
(142,106,151)
#806088
(128,96,136)
#725679
(114,86,121)
#644C6A
(100,76,106)
#56425B
(86,66,91)
#48384C
(72,56,76)
#3A2E3D
(58,46,61)
#2C242E
(44,36,46)
#1E1A1F
(30,26,31)
#101010
(16,16,16)
#000000
(0,0,0)

Tints of #9C74A6

#9C74A6
(156,116,166)
#A580AE
(165,128,174)
#AE8CB6
(174,140,182)
#B798BE
(183,152,190)
#C0A4C6
(192,164,198)
#C9B0CE
(201,176,206)
#D2BCD6
(210,188,214)
#DBC8DE
(219,200,222)
#E4D4E6
(228,212,230)
#EDE0EE
(237,224,238)
#F6ECF6
(246,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C74A6 color. Also use rgb(156,116,166) instead hex code.

Text Font Color

.myTextColor { color: #9C74A6; }

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

This text font color is #9C74A6.


Background Color

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

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

This div background color is #9C74A6.


Border color

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

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

This div border color is #9C74A6.


Opacity

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

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

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

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

This text has shadow with #9C74A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C74A6 on black background.


Color preview on white background

This text has color #9C74A6 on white background.



Black color preview on #9C74A6 background

This text has black color on #9C74A6 background.


White color preview on #9C74A6 background

This text has white color on #9C74A6 background.