COLOR #9C7BDB

HEX: #9C7BDB
RGB: (156,123,219)

Color info

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

RGB color model

#9C7BDB color RGB value is (156,123,219).

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

RGB channels and saturation

R 156 of 255 = 61%
G 123 of 255 = 48%
B 219 of 255 = 86%

156
123
219

R + G + B ~ 65%. #9C7BDB is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 123 + 219 = 498 (100%)
R 156 of 498 ~ 31.33%
G 123 of 498 ~ 24.7%
B 219 of 498 ~ 43.98%

%31.33
%24.7
%43.98

CMYK color model

#9C7BDB color CMYK value is (29,44,0,14).

  • cyan value is 28.77%
  • magenta value is 43.84%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(29,44,0,14)
C29M44Y0K14 
(29%,44%,0%,14%)
(0.29/0.44/0.00/0.14)	

CMYK percentages

%28.77
%43.84
%0
%14.12

Codes

Color #9C7BDB in popluar color models

9C7BDB
RGB156123219
HSL261°57.14%67.06%
HSB/HSV261°43.84%85.88%
CMYK28.77%43.84%0.00%
14.12%

Color #9C7BDB in popluar number systems.

HEX9C7BDB
Decimal156123219
Binary10011100111101111011011
Octal234173333

Shades and tints

Shades of #9C7BDB

#9C7BDB
(156,123,219)
#8E70C8
(142,112,200)
#8065B5
(128,101,181)
#725AA2
(114,90,162)
#644F8F
(100,79,143)
#56447C
(86,68,124)
#483969
(72,57,105)
#3A2E56
(58,46,86)
#2C2343
(44,35,67)
#1E1830
(30,24,48)
#100D1D
(16,13,29)
#000000
(0,0,0)

Tints of #9C7BDB

#9C7BDB
(156,123,219)
#A587DE
(165,135,222)
#AE93E1
(174,147,225)
#B79FE4
(183,159,228)
#C0ABE7
(192,171,231)
#C9B7EA
(201,183,234)
#D2C3ED
(210,195,237)
#DBCFF0
(219,207,240)
#E4DBF3
(228,219,243)
#EDE7F6
(237,231,246)
#F6F3F9
(246,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C7BDB; }

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

This text font color is #9C7BDB.


Background Color

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

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

This div background color is #9C7BDB.


Border color

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

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

This div border color is #9C7BDB.


Opacity

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

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

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

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

This text has shadow with #9C7BDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C7BDB on black background.


Color preview on white background

This text has color #9C7BDB on white background.



Black color preview on #9C7BDB background

This text has black color on #9C7BDB background.


White color preview on #9C7BDB background

This text has white color on #9C7BDB background.