COLOR #9C7DD1

HEX: #9C7DD1
RGB: (156,125,209)

Color info

#9C7DD1 contains mainly red and blue colors. Web safe color of #9C7DD1 is #9966CC (or #96C).

RGB color model

#9C7DD1 color RGB value is (156,125,209).

  • red value is 156;
  • green value is 125;
  • blue value is 209.
RGB:
(156,125,209)
(61%,49%,82%)

RGB channels and saturation

R 156 of 255 = 61%
G 125 of 255 = 49%
B 209 of 255 = 82%

156
125
209

R + G + B ~ 64%. #9C7DD1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 125 + 209 = 490 (100%)
R 156 of 490 ~ 31.84%
G 125 of 490 ~ 25.51%
B 209 of 490 ~ 42.65%

%31.84
%25.51
%42.65

CMYK color model

#9C7DD1 color CMYK value is (25,40,0,18).

  • cyan value is 25.36%
  • magenta value is 40.19%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(25,40,0,18)
C25M40Y0K18 
(25%,40%,0%,18%)
(0.25/0.40/0.00/0.18)	

CMYK percentages

%25.36
%40.19
%0
%18.04

Codes

Color #9C7DD1 in popluar color models

9C7DD1
RGB156125209
HSL262°47.73%65.49%
HSB/HSV262°40.19%81.96%
CMYK25.36%40.19%0.00%
18.04%

Color #9C7DD1 in popluar number systems.

HEX9C7DD1
Decimal156125209
Binary10011100111110111010001
Octal234175321

Shades and tints

Shades of #9C7DD1

#9C7DD1
(156,125,209)
#8E72BE
(142,114,190)
#8067AB
(128,103,171)
#725C98
(114,92,152)
#645185
(100,81,133)
#564672
(86,70,114)
#483B5F
(72,59,95)
#3A304C
(58,48,76)
#2C2539
(44,37,57)
#1E1A26
(30,26,38)
#100F13
(16,15,19)
#000000
(0,0,0)

Tints of #9C7DD1

#9C7DD1
(156,125,209)
#A588D5
(165,136,213)
#AE93D9
(174,147,217)
#B79EDD
(183,158,221)
#C0A9E1
(192,169,225)
#C9B4E5
(201,180,229)
#D2BFE9
(210,191,233)
#DBCAED
(219,202,237)
#E4D5F1
(228,213,241)
#EDE0F5
(237,224,245)
#F6EBF9
(246,235,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C7DD1; }

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

This text font color is #9C7DD1.


Background Color

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

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

This div background color is #9C7DD1.


Border color

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

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

This div border color is #9C7DD1.


Opacity

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

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

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

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

This text has shadow with #9C7DD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C7DD1 on black background.


Color preview on white background

This text has color #9C7DD1 on white background.



Black color preview on #9C7DD1 background

This text has black color on #9C7DD1 background.


White color preview on #9C7DD1 background

This text has white color on #9C7DD1 background.