COLOR #9C7DD2

HEX: #9C7DD2
RGB: (156,125,210)

Color info

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

RGB color model

#9C7DD2 color RGB value is (156,125,210).

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

RGB channels and saturation

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

156
125
210

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

Portions of RGB colors in percentages

R + G + B =
156 + 125 + 210 = 491 (100%)
R 156 of 491 ~ 31.77%
G 125 of 491 ~ 25.46%
B 210 of 491 ~ 42.77%

%31.77
%25.46
%42.77

CMYK color model

#9C7DD2 color CMYK value is (26,40,0,18).

  • cyan value is 25.71%
  • magenta value is 40.48%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(26,40,0,18)
C26M40Y0K18 
(26%,40%,0%,18%)
(0.26/0.40/0.00/0.18)	

CMYK percentages

%25.71
%40.48
%0
%17.65

Codes

Color #9C7DD2 in popluar color models

9C7DD2
RGB156125210
HSL262°48.57%65.69%
HSB/HSV262°40.48%82.35%
CMYK25.71%40.48%0.00%
17.65%

Color #9C7DD2 in popluar number systems.

HEX9C7DD2
Decimal156125210
Binary10011100111110111010010
Octal234175322

Shades and tints

Shades of #9C7DD2

#9C7DD2
(156,125,210)
#8E72BF
(142,114,191)
#8067AC
(128,103,172)
#725C99
(114,92,153)
#645186
(100,81,134)
#564673
(86,70,115)
#483B60
(72,59,96)
#3A304D
(58,48,77)
#2C253A
(44,37,58)
#1E1A27
(30,26,39)
#100F14
(16,15,20)
#000000
(0,0,0)

Tints of #9C7DD2

#9C7DD2
(156,125,210)
#A588D6
(165,136,214)
#AE93DA
(174,147,218)
#B79EDE
(183,158,222)
#C0A9E2
(192,169,226)
#C9B4E6
(201,180,230)
#D2BFEA
(210,191,234)
#DBCAEE
(219,202,238)
#E4D5F2
(228,213,242)
#EDE0F6
(237,224,246)
#F6EBFA
(246,235,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C7DD2; }

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

This text font color is #9C7DD2.


Background Color

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

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

This div background color is #9C7DD2.


Border color

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

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

This div border color is #9C7DD2.


Opacity

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

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

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

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

This text has shadow with #9C7DD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C7DD2 on black background.


Color preview on white background

This text has color #9C7DD2 on white background.



Black color preview on #9C7DD2 background

This text has black color on #9C7DD2 background.


White color preview on #9C7DD2 background

This text has white color on #9C7DD2 background.