COLOR #9C6DB0

HEX: #9C6DB0
RGB: (156,109,176)

Color info

#9C6DB0 contains mainly red and blue colors. Web safe color of #9C6DB0 is #996699 (or #969).

RGB color model

#9C6DB0 color RGB value is (156,109,176).

  • red value is 156;
  • green value is 109;
  • blue value is 176.
RGB:
(156,109,176)
(61%,43%,69%)

RGB channels and saturation

R 156 of 255 = 61%
G 109 of 255 = 43%
B 176 of 255 = 69%

156
109
176

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

Portions of RGB colors in percentages

R + G + B =
156 + 109 + 176 = 441 (100%)
R 156 of 441 ~ 35.37%
G 109 of 441 ~ 24.72%
B 176 of 441 ~ 39.91%

%35.37
%24.72
%39.91

CMYK color model

#9C6DB0 color CMYK value is (11,38,0,31).

  • cyan value is 11.36%
  • magenta value is 38.07%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(11,38,0,31)
C11M38Y0K31 
(11%,38%,0%,31%)
(0.11/0.38/0.00/0.31)	

CMYK percentages

%11.36
%38.07
%0
%30.98

Codes

Color #9C6DB0 in popluar color models

9C6DB0
RGB156109176
HSL282°29.78%55.88%
HSB/HSV282°38.07%69.02%
CMYK11.36%38.07%0.00%
30.98%

Color #9C6DB0 in popluar number systems.

HEX9C6DB0
Decimal156109176
Binary10011100110110110110000
Octal234155260

Shades and tints

Shades of #9C6DB0

#9C6DB0
(156,109,176)
#8E64A0
(142,100,160)
#805B90
(128,91,144)
#725280
(114,82,128)
#644970
(100,73,112)
#564060
(86,64,96)
#483750
(72,55,80)
#3A2E40
(58,46,64)
#2C2530
(44,37,48)
#1E1C20
(30,28,32)
#101310
(16,19,16)
#000000
(0,0,0)

Tints of #9C6DB0

#9C6DB0
(156,109,176)
#A57AB7
(165,122,183)
#AE87BE
(174,135,190)
#B794C5
(183,148,197)
#C0A1CC
(192,161,204)
#C9AED3
(201,174,211)
#D2BBDA
(210,187,218)
#DBC8E1
(219,200,225)
#E4D5E8
(228,213,232)
#EDE2EF
(237,226,239)
#F6EFF6
(246,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C6DB0 color. Also use rgb(156,109,176) instead hex code.

Text Font Color

.myTextColor { color: #9C6DB0; }

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

This text font color is #9C6DB0.


Background Color

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

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

This div background color is #9C6DB0.


Border color

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

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

This div border color is #9C6DB0.


Opacity

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

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

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

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

This text has shadow with #9C6DB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C6DB0 on black background.


Color preview on white background

This text has color #9C6DB0 on white background.



Black color preview on #9C6DB0 background

This text has black color on #9C6DB0 background.


White color preview on #9C6DB0 background

This text has white color on #9C6DB0 background.