COLOR #9C7BAD

HEX: #9C7BAD
RGB: (156,123,173)

Color info

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

RGB color model

#9C7BAD color RGB value is (156,123,173).

  • red value is 156;
  • green value is 123;
  • blue value is 173.
RGB:
(156,123,173)
(61%,48%,68%)

RGB channels and saturation

R 156 of 255 = 61%
G 123 of 255 = 48%
B 173 of 255 = 68%

156
123
173

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

Portions of RGB colors in percentages

R + G + B =
156 + 123 + 173 = 452 (100%)
R 156 of 452 ~ 34.51%
G 123 of 452 ~ 27.21%
B 173 of 452 ~ 38.27%

%34.51
%27.21
%38.27

CMYK color model

#9C7BAD color CMYK value is (10,29,0,32).

  • cyan value is 9.83%
  • magenta value is 28.90%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(10,29,0,32)
C10M29Y0K32 
(10%,29%,0%,32%)
(0.10/0.29/0.00/0.32)	

CMYK percentages

%9.83
%28.9
%0
%32.16

Codes

Color #9C7BAD in popluar color models

9C7BAD
RGB156123173
HSL280°23.36%58.04%
HSB/HSV280°28.90%67.84%
CMYK9.83%28.90%0.00%
32.16%

Color #9C7BAD in popluar number systems.

HEX9C7BAD
Decimal156123173
Binary10011100111101110101101
Octal234173255

Shades and tints

Shades of #9C7BAD

#9C7BAD
(156,123,173)
#8E709E
(142,112,158)
#80658F
(128,101,143)
#725A80
(114,90,128)
#644F71
(100,79,113)
#564462
(86,68,98)
#483953
(72,57,83)
#3A2E44
(58,46,68)
#2C2335
(44,35,53)
#1E1826
(30,24,38)
#100D17
(16,13,23)
#000000
(0,0,0)

Tints of #9C7BAD

#9C7BAD
(156,123,173)
#A587B4
(165,135,180)
#AE93BB
(174,147,187)
#B79FC2
(183,159,194)
#C0ABC9
(192,171,201)
#C9B7D0
(201,183,208)
#D2C3D7
(210,195,215)
#DBCFDE
(219,207,222)
#E4DBE5
(228,219,229)
#EDE7EC
(237,231,236)
#F6F3F3
(246,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C7BAD color. Also use rgb(156,123,173) instead hex code.

Text Font Color

.myTextColor { color: #9C7BAD; }

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

This text font color is #9C7BAD.


Background Color

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

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

This div background color is #9C7BAD.


Border color

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

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

This div border color is #9C7BAD.


Opacity

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

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

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

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

This text has shadow with #9C7BAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C7BAD on black background.


Color preview on white background

This text has color #9C7BAD on white background.



Black color preview on #9C7BAD background

This text has black color on #9C7BAD background.


White color preview on #9C7BAD background

This text has white color on #9C7BAD background.