COLOR #9C06C3

HEX: #9C06C3
RGB: (156,6,195)

Color info

#9C06C3 contains mainly red and blue colors. Web safe color of #9C06C3 is #9900CC (or #90C).

RGB color model

#9C06C3 color RGB value is (156,6,195).

  • red value is 156;
  • green value is 6;
  • blue value is 195.
RGB:
(156,6,195)
(61%,2%,76%)

RGB channels and saturation

R 156 of 255 = 61%
G 6 of 255 = 2%
B 195 of 255 = 76%

156
6
195

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

Portions of RGB colors in percentages

R + G + B =
156 + 6 + 195 = 357 (100%)
R 156 of 357 ~ 43.7%
G 6 of 357 ~ 1.68%
B 195 of 357 ~ 54.62%

%43.7
%54.62

CMYK color model

#9C06C3 color CMYK value is (20,97,0,24).

  • cyan value is 20.00%
  • magenta value is 96.92%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(20,97,0,24)
C20M97Y0K24 
(20%,97%,0%,24%)
(0.20/0.97/0.00/0.24)	

CMYK percentages

%20
%96.92
%0
%23.53

Codes

Color #9C06C3 in popluar color models

9C06C3
RGB1566195
HSL288°94.03%39.41%
HSB/HSV288°96.92%76.47%
CMYK20.00%96.92%0.00%
23.53%

Color #9C06C3 in popluar number systems.

HEX9C06C3
Decimal1566195
Binary1001110011011000011
Octal2346303

Shades and tints

Shades of #9C06C3

#9C06C3
(156,6,195)
#8E06B2
(142,6,178)
#8006A1
(128,6,161)
#720690
(114,6,144)
#64067F
(100,6,127)
#56066E
(86,6,110)
#48065D
(72,6,93)
#3A064C
(58,6,76)
#2C063B
(44,6,59)
#1E062A
(30,6,42)
#100619
(16,6,25)
#000000
(0,0,0)

Tints of #9C06C3

#9C06C3
(156,6,195)
#A51CC8
(165,28,200)
#AE32CD
(174,50,205)
#B748D2
(183,72,210)
#C05ED7
(192,94,215)
#C974DC
(201,116,220)
#D28AE1
(210,138,225)
#DBA0E6
(219,160,230)
#E4B6EB
(228,182,235)
#EDCCF0
(237,204,240)
#F6E2F5
(246,226,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C06C3 color. Also use rgb(156,6,195) instead hex code.

Text Font Color

.myTextColor { color: #9C06C3; }

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

This text font color is #9C06C3.


Background Color

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

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

This div background color is #9C06C3.


Border color

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

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

This div border color is #9C06C3.


Opacity

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

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

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

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

This text has shadow with #9C06C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C06C3 on black background.


Color preview on white background

This text has color #9C06C3 on white background.



Black color preview on #9C06C3 background

This text has black color on #9C06C3 background.


White color preview on #9C06C3 background

This text has white color on #9C06C3 background.