COLOR #9C7DDE

HEX: #9C7DDE
RGB: (156,125,222)

Color info

#9C7DDE contains mainly blue color. Web safe color of #9C7DDE is #9966CC (or #96C).

RGB color model

#9C7DDE color RGB value is (156,125,222).

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

RGB channels and saturation

R 156 of 255 = 61%
G 125 of 255 = 49%
B 222 of 255 = 87%

156
125
222

R + G + B ~ 66%. #9C7DDE is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 125 + 222 = 503 (100%)
R 156 of 503 ~ 31.01%
G 125 of 503 ~ 24.85%
B 222 of 503 ~ 44.14%

%31.01
%24.85
%44.14

CMYK color model

#9C7DDE color CMYK value is (30,44,0,13).

  • cyan value is 29.73%
  • magenta value is 43.69%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(30,44,0,13)
C30M44Y0K13 
(30%,44%,0%,13%)
(0.30/0.44/0.00/0.13)	

CMYK percentages

%29.73
%43.69
%0
%12.94

Codes

Color #9C7DDE in popluar color models

9C7DDE
RGB156125222
HSL259°59.51%68.04%
HSB/HSV259°43.69%87.06%
CMYK29.73%43.69%0.00%
12.94%

Color #9C7DDE in popluar number systems.

HEX9C7DDE
Decimal156125222
Binary10011100111110111011110
Octal234175336

Shades and tints

Shades of #9C7DDE

#9C7DDE
(156,125,222)
#8E72CA
(142,114,202)
#8067B6
(128,103,182)
#725CA2
(114,92,162)
#64518E
(100,81,142)
#56467A
(86,70,122)
#483B66
(72,59,102)
#3A3052
(58,48,82)
#2C253E
(44,37,62)
#1E1A2A
(30,26,42)
#100F16
(16,15,22)
#000000
(0,0,0)

Tints of #9C7DDE

#9C7DDE
(156,125,222)
#A588E1
(165,136,225)
#AE93E4
(174,147,228)
#B79EE7
(183,158,231)
#C0A9EA
(192,169,234)
#C9B4ED
(201,180,237)
#D2BFF0
(210,191,240)
#DBCAF3
(219,202,243)
#E4D5F6
(228,213,246)
#EDE0F9
(237,224,249)
#F6EBFC
(246,235,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C7DDE; }

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

This text font color is #9C7DDE.


Background Color

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

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

This div background color is #9C7DDE.


Border color

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

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

This div border color is #9C7DDE.


Opacity

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

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

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

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

This text has shadow with #9C7DDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C7DDE on black background.


Color preview on white background

This text has color #9C7DDE on white background.



Black color preview on #9C7DDE background

This text has black color on #9C7DDE background.


White color preview on #9C7DDE background

This text has white color on #9C7DDE background.