COLOR #9C6799

HEX: #9C6799
RGB: (156,103,153)

Color info

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

RGB color model

#9C6799 color RGB value is (156,103,153).

  • red value is 156;
  • green value is 103;
  • blue value is 153.
RGB:
(156,103,153)
(61%,40%,60%)

RGB channels and saturation

R 156 of 255 = 61%
G 103 of 255 = 40%
B 153 of 255 = 60%

156
103
153

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

Portions of RGB colors in percentages

R + G + B =
156 + 103 + 153 = 412 (100%)
R 156 of 412 ~ 37.86%
G 103 of 412 ~ 25%
B 153 of 412 ~ 37.14%

%37.86
%25
%37.14

CMYK color model

#9C6799 color CMYK value is (0,34,2,39).

  • cyan value is 0.00%
  • magenta value is 33.97%
  • yellow value is 1.92%
  • key color value is 38.82%
CMYK:
(0,34,2,39)
C0M34Y2K39 
(0%,34%,2%,39%)
(0.00/0.34/0.02/0.39)	

CMYK percentages

%0
%33.97
%1.92
%38.82

Codes

Color #9C6799 in popluar color models

9C6799
RGB156103153
HSL303°21.12%50.78%
HSB/HSV303°33.97%61.18%
CMYK0.00%33.97%1.92%
38.82%

Color #9C6799 in popluar number systems.

HEX9C6799
Decimal156103153
Binary10011100110011110011001
Octal234147231

Shades and tints

Shades of #9C6799

#9C6799
(156,103,153)
#8E5E8C
(142,94,140)
#80557F
(128,85,127)
#724C72
(114,76,114)
#644365
(100,67,101)
#563A58
(86,58,88)
#48314B
(72,49,75)
#3A283E
(58,40,62)
#2C1F31
(44,31,49)
#1E1624
(30,22,36)
#100D17
(16,13,23)
#000000
(0,0,0)

Tints of #9C6799

#9C6799
(156,103,153)
#A574A2
(165,116,162)
#AE81AB
(174,129,171)
#B78EB4
(183,142,180)
#C09BBD
(192,155,189)
#C9A8C6
(201,168,198)
#D2B5CF
(210,181,207)
#DBC2D8
(219,194,216)
#E4CFE1
(228,207,225)
#EDDCEA
(237,220,234)
#F6E9F3
(246,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C6799 color. Also use rgb(156,103,153) instead hex code.

Text Font Color

.myTextColor { color: #9C6799; }

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

This text font color is #9C6799.


Background Color

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

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

This div background color is #9C6799.


Border color

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

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

This div border color is #9C6799.


Opacity

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

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

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

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

This text has shadow with #9C6799 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C6799 on black background.


Color preview on white background

This text has color #9C6799 on white background.



Black color preview on #9C6799 background

This text has black color on #9C6799 background.


White color preview on #9C6799 background

This text has white color on #9C6799 background.