COLOR #9C7DB1

HEX: #9C7DB1 RGB: (156,125,177)

Color info

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

RGB color model

#9C7DB1 color RGB value is (156,125,177).

RGB: (156,125,177) (61%, 49%, 69%)

RGB channels and saturation

R 156 of 255 = 61%
G 125 of 255 = 49%
B 177 of 255 = 69%

156
125
177

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

Portions of RGB colors in percentages

R + G + B = 156 + 125 + 177 = 458 (100%)
R 156 of 458 ~ 34.06%
G 125 of 458 ~ 27.29%
B 177 of 458 ~ 38.65'%

%34.06
%27.29
%38.65

CMYK color model

#9C7DB1 color CMYK value is (12,29,0,31).

  • cyan value is 11.86%
  • magenta value is 29.38%
  • yellow value is 0.00%
  • key color value is 30.59%

CMYK: (12,29,0,31)
C12M29Y0K31 (12%, 29%, 0%, 31%)
(0.12 / 0.29 / 0.00 / 0.31)

CMYK percentages

%11.86
%29.38
%0
%30.59

Codes

Color #9C7DB1 in popluar color models

9C 7D B1
RGB 156 125 177
HSL 276° 25.00% 59.22%
HSB/HSV 276° 29.38% 69.41%
CMYK 11.86% 29.38% 0.00%
30.59%

Color #9C7DB1 in popluar number systems.

HEX 9C 7D B1
Decimal 156 125 177
Binary 10011100 1111101 10110001
Octal 234 175 261

Shades and tints

Shades of #9C7DB1

#9C7DB1
(156,125,177)
#8E72A1
(142,114,161)
#806791
(128,103,145)
#725C81
(114,92,129)
#645171
(100,81,113)
#564661
(86,70,97)
#483B51
(72,59,81)
#3A3041
(58,48,65)
#2C2531
(44,37,49)
#1E1A21
(30,26,33)
#100F11
(16,15,17)
#000000
(0,0,0)

Tints of #9C7DB1

#9C7DB1
(156,125,177)
#A588B8
(165,136,184)
#AE93BF
(174,147,191)
#B79EC6
(183,158,198)
#C0A9CD
(192,169,205)
#C9B4D4
(201,180,212)
#D2BFDB
(210,191,219)
#DBCAE2
(219,202,226)
#E4D5E9
(228,213,233)
#EDE0F0
(237,224,240)
#F6EBF7
(246,235,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C7DB1 color. Also use rgb(156,125,177) instead hex code.

Text Font Color

.myTextColor { color: #9C7DB1; }

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

This text font color is #9C7DB1.

Background Color

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

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

This div background color is #9C7DB1.

Border color

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

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

This div border color is #9C7DB1.

Opacity

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

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

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

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

This text has shadow with #9C7DB1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9C7DB1.

Preview

Color preview on black background

This text has color #9C7DB1 on black background.


Color preview on white background

This text has color #9C7DB1 on white background.


Black color preview on #9C7DB1 background

This text has black color on #9C7DB1 background.


White color preview on #9C7DB1 background

This text has white color on #9C7DB1 background.


Related colors

Complementary color

Complementary color for #hex is #63824E.


I love getcolorcode.com

Triadic colors

1 #B19C7D and #7DB19C with #9C7DB1 are triadic colors.

2 #B17D9C and #7D9CB1 with #9C7DB1 are triadic colors.