COLOR #9C6593

HEX: #9C6593 RGB: (156,101,147)

Color info

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

RGB color model

#9C6593 color RGB value is (156,101,147).

RGB: (156,101,147) (61%, 40%, 58%)

RGB channels and saturation

R 156 of 255 = 61%
G 101 of 255 = 40%
B 147 of 255 = 58%

156
101
147

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

Portions of RGB colors in percentages

R + G + B = 156 + 101 + 147 = 404 (100%)
R 156 of 404 ~ 38.61%
G 101 of 404 ~ 25%
B 147 of 404 ~ 36.39'%

%38.61
%25
%36.39

CMYK color model

#9C6593 color CMYK value is (0,35,6,39).

  • cyan value is 0.00%
  • magenta value is 35.26%
  • yellow value is 5.77%
  • key color value is 38.82%
CMYK: (0,35,6,39) C0M35Y6K39 (0%,35%,6%,39%) (0.00/0.35/0.06/0.39) 

CMYK percentages

%0
%35.26
%5.77
%38.82

Codes

Color #9C6593 in popluar color models

9C 65 93
RGB 156 101 147
HSL 310° 21.74% 50.39%
HSB/HSV 310° 35.26% 61.18%
CMYK 0.00% 35.26% 5.77%
38.82%

Color #9C6593 in popluar number systems.

HEX 9C 65 93
Decimal 156 101 147
Binary 10011100 1100101 10010011
Octal 234 145 223

Shades and tints

Shades of #9C6593

#9C6593
(156,101,147)
#8E5C86
(142,92,134)
#805379
(128,83,121)
#724A6C
(114,74,108)
#64415F
(100,65,95)
#563852
(86,56,82)
#482F45
(72,47,69)
#3A2638
(58,38,56)
#2C1D2B
(44,29,43)
#1E141E
(30,20,30)
#100B11
(16,11,17)
#000000
(0,0,0)

Tints of #9C6593

#9C6593
(156,101,147)
#A5739C
(165,115,156)
#AE81A5
(174,129,165)
#B78FAE
(183,143,174)
#C09DB7
(192,157,183)
#C9ABC0
(201,171,192)
#D2B9C9
(210,185,201)
#DBC7D2
(219,199,210)
#E4D5DB
(228,213,219)
#EDE3E4
(237,227,228)
#F6F1ED
(246,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C6593 color. Also use rgb(156,101,147) instead hex code.

Text Font Color

.myTextColor { color: #9C6593; }

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

This text font color is #9C6593.

Background Color

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

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

This div background color is #9C6593.

Border color

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

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

This div border color is #9C6593.

Opacity

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

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

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

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

This text has shadow with #9C6593 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9C6593.

Preview

Color preview on black background

This text has color #9C6593 on black background.


Color preview on white background

This text has color #9C6593 on white background.


Black color preview on #9C6593 background

This text has black color on #9C6593 background.


White color preview on #9C6593 background

This text has white color on #9C6593 background.


Related colors

Complementary color

Complementary color for #hex is #639A6C.


I love getcolorcode.com

Triadic colors

1 #939C65 and #65939C with #9C6593 are triadic colors.

2 #93659C and #659C93 with #9C6593 are triadic colors.