COLOR #9C6097

HEX: #9C6097 RGB: (156,96,151)

Color info

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

RGB color model

#9C6097 color RGB value is (156,96,151).

RGB: (156,96,151) (61%, 38%, 59%)

RGB channels and saturation

R 156 of 255 = 61%
G 96 of 255 = 38%
B 151 of 255 = 59%

156
96
151

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

Portions of RGB colors in percentages

R + G + B = 156 + 96 + 151 = 403 (100%)
R 156 of 403 ~ 38.71%
G 96 of 403 ~ 23.82%
B 151 of 403 ~ 37.47'%

%38.71
%23.82
%37.47

CMYK color model

#9C6097 color CMYK value is (0,38,3,39).

  • cyan value is 0.00%
  • magenta value is 38.46%
  • yellow value is 3.21%
  • key color value is 38.82%

CMYK: (0,38,3,39)
C0M38Y3K39 (0%, 38%, 3%, 39%)
(0.00 / 0.38 / 0.03 / 0.39)

CMYK percentages

%0
%38.46
%3.21
%38.82

Codes

Color #9C6097 in popluar color models

9C 60 97
RGB 156 96 151
HSL 305° 23.81% 49.41%
HSB/HSV 305° 38.46% 61.18%
CMYK 0.00% 38.46% 3.21%
38.82%

Color #9C6097 in popluar number systems.

HEX 9C 60 97
Decimal 156 96 151
Binary 10011100 1100000 10010111
Octal 234 140 227

Shades and tints

Shades of #9C6097

#9C6097
(156,96,151)
#8E588A
(142,88,138)
#80507D
(128,80,125)
#724870
(114,72,112)
#644063
(100,64,99)
#563856
(86,56,86)
#483049
(72,48,73)
#3A283C
(58,40,60)
#2C202F
(44,32,47)
#1E1822
(30,24,34)
#101015
(16,16,21)
#000000
(0,0,0)

Tints of #9C6097

#9C6097
(156,96,151)
#A56EA0
(165,110,160)
#AE7CA9
(174,124,169)
#B78AB2
(183,138,178)
#C098BB
(192,152,187)
#C9A6C4
(201,166,196)
#D2B4CD
(210,180,205)
#DBC2D6
(219,194,214)
#E4D0DF
(228,208,223)
#EDDEE8
(237,222,232)
#F6ECF1
(246,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C6097 color. Also use rgb(156,96,151) instead hex code.

Text Font Color

.myTextColor { color: #9C6097; }

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

This text font color is #9C6097.

Background Color

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

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

This div background color is #9C6097.

Border color

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

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

This div border color is #9C6097.

Opacity

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

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

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

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

This text has shadow with #9C6097 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9C6097.

Preview

Color preview on black background

This text has color #9C6097 on black background.


Color preview on white background

This text has color #9C6097 on white background.


Black color preview on #9C6097 background

This text has black color on #9C6097 background.


White color preview on #9C6097 background

This text has white color on #9C6097 background.


Related colors

Complementary color

Complementary color for #hex is #639F68.


I love getcolorcode.com

Triadic colors

1 #979C60 and #60979C with #9C6097 are triadic colors.

2 #97609C and #609C97 with #9C6097 are triadic colors.