COLOR #9C7092

HEX: #9C7092 RGB: (156,112,146)

Color info

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

RGB color model

#9C7092 color RGB value is (156,112,146).

RGB: (156,112,146) (61%, 44%, 57%)

RGB channels and saturation

R 156 of 255 = 61%
G 112 of 255 = 44%
B 146 of 255 = 57%

156
112
146

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

Portions of RGB colors in percentages

R + G + B = 156 + 112 + 146 = 414 (100%)
R 156 of 414 ~ 37.68%
G 112 of 414 ~ 27.05%
B 146 of 414 ~ 35.27'%

%37.68
%27.05
%35.27

CMYK color model

#9C7092 color CMYK value is (0,28,6,39).

  • cyan value is 0.00%
  • magenta value is 28.21%
  • yellow value is 6.41%
  • key color value is 38.82%

CMYK: (0,28,6,39)
C0M28Y6K39 (0%, 28%, 6%, 39%)
(0.00 / 0.28 / 0.06 / 0.39)

CMYK percentages

%0
%28.21
%6.41
%38.82

Codes

Color #9C7092 in popluar color models

9C 70 92
RGB 156 112 146
HSL 314° 18.18% 52.55%
HSB/HSV 314° 28.21% 61.18%
CMYK 0.00% 28.21% 6.41%
38.82%

Color #9C7092 in popluar number systems.

HEX 9C 70 92
Decimal 156 112 146
Binary 10011100 1110000 10010010
Octal 234 160 222

Shades and tints

Shades of #9C7092

#9C7092
(156,112,146)
#8E6685
(142,102,133)
#805C78
(128,92,120)
#72526B
(114,82,107)
#64485E
(100,72,94)
#563E51
(86,62,81)
#483444
(72,52,68)
#3A2A37
(58,42,55)
#2C202A
(44,32,42)
#1E161D
(30,22,29)
#100C10
(16,12,16)
#000000
(0,0,0)

Tints of #9C7092

#9C7092
(156,112,146)
#A57D9B
(165,125,155)
#AE8AA4
(174,138,164)
#B797AD
(183,151,173)
#C0A4B6
(192,164,182)
#C9B1BF
(201,177,191)
#D2BEC8
(210,190,200)
#DBCBD1
(219,203,209)
#E4D8DA
(228,216,218)
#EDE5E3
(237,229,227)
#F6F2EC
(246,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C7092 color. Also use rgb(156,112,146) instead hex code.

Text Font Color

.myTextColor { color: #9C7092; }

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

This text font color is #9C7092.

Background Color

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

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

This div background color is #9C7092.

Border color

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

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

This div border color is #9C7092.

Opacity

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

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

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

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

This text has shadow with #9C7092 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9C7092.

Preview

Color preview on black background

This text has color #9C7092 on black background.


Color preview on white background

This text has color #9C7092 on white background.


Black color preview on #9C7092 background

This text has black color on #9C7092 background.


White color preview on #9C7092 background

This text has white color on #9C7092 background.


Related colors

Complementary color

Complementary color for #hex is #638F6D.


I love getcolorcode.com

Triadic colors

1 #929C70 and #70929C with #9C7092 are triadic colors.

2 #92709C and #709C92 with #9C7092 are triadic colors.