COLOR #9C6CE0

HEX: #9C6CE0
RGB: (156,108,224)

Color info

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

RGB color model

#9C6CE0 color RGB value is (156,108,224).

  • red value is 156;
  • green value is 108;
  • blue value is 224.
RGB:
(156,108,224)
(61%,42%,88%)

RGB channels and saturation

R 156 of 255 = 61%
G 108 of 255 = 42%
B 224 of 255 = 88%

156
108
224

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

Portions of RGB colors in percentages

R + G + B =
156 + 108 + 224 = 488 (100%)
R 156 of 488 ~ 31.97%
G 108 of 488 ~ 22.13%
B 224 of 488 ~ 45.9%

%31.97
%22.13
%45.9

CMYK color model

#9C6CE0 color CMYK value is (30,52,0,12).

  • cyan value is 30.36%
  • magenta value is 51.79%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(30,52,0,12)
C30M52Y0K12 
(30%,52%,0%,12%)
(0.30/0.52/0.00/0.12)	

CMYK percentages

%30.36
%51.79
%0
%12.16

Codes

Color #9C6CE0 in popluar color models

9C6CE0
RGB156108224
HSL265°65.17%65.10%
HSB/HSV265°51.79%87.84%
CMYK30.36%51.79%0.00%
12.16%

Color #9C6CE0 in popluar number systems.

HEX9C6CE0
Decimal156108224
Binary10011100110110011100000
Octal234154340

Shades and tints

Shades of #9C6CE0

#9C6CE0
(156,108,224)
#8E63CC
(142,99,204)
#805AB8
(128,90,184)
#7251A4
(114,81,164)
#644890
(100,72,144)
#563F7C
(86,63,124)
#483668
(72,54,104)
#3A2D54
(58,45,84)
#2C2440
(44,36,64)
#1E1B2C
(30,27,44)
#101218
(16,18,24)
#000000
(0,0,0)

Tints of #9C6CE0

#9C6CE0
(156,108,224)
#A579E2
(165,121,226)
#AE86E4
(174,134,228)
#B793E6
(183,147,230)
#C0A0E8
(192,160,232)
#C9ADEA
(201,173,234)
#D2BAEC
(210,186,236)
#DBC7EE
(219,199,238)
#E4D4F0
(228,212,240)
#EDE1F2
(237,225,242)
#F6EEF4
(246,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C6CE0 color. Also use rgb(156,108,224) instead hex code.

Text Font Color

.myTextColor { color: #9C6CE0; }

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

This text font color is #9C6CE0.


Background Color

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

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

This div background color is #9C6CE0.


Border color

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

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

This div border color is #9C6CE0.


Opacity

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

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

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

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

This text has shadow with #9C6CE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C6CE0 on black background.


Color preview on white background

This text has color #9C6CE0 on white background.



Black color preview on #9C6CE0 background

This text has black color on #9C6CE0 background.


White color preview on #9C6CE0 background

This text has white color on #9C6CE0 background.