COLOR #9C0CF0

HEX: #9C0CF0
RGB: (156,12,240)

Color info

#9C0CF0 contains mainly blue color. Web safe color of #9C0CF0 is #9900FF (or #90F).

RGB color model

#9C0CF0 color RGB value is (156,12,240).

  • red value is 156;
  • green value is 12;
  • blue value is 240.
RGB:
(156,12,240)
(61%,5%,94%)

RGB channels and saturation

R 156 of 255 = 61%
G 12 of 255 = 5%
B 240 of 255 = 94%

156
12
240

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

Portions of RGB colors in percentages

R + G + B =
156 + 12 + 240 = 408 (100%)
R 156 of 408 ~ 38.24%
G 12 of 408 ~ 2.94%
B 240 of 408 ~ 58.82%

%38.24
%58.82

CMYK color model

#9C0CF0 color CMYK value is (35,95,0,6).

  • cyan value is 35.00%
  • magenta value is 95.00%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(35,95,0,6)
C35M95Y0K6 
(35%,95%,0%,6%)
(0.35/0.95/0.00/0.06)	

CMYK percentages

%35
%95
%0
%5.88

Codes

Color #9C0CF0 in popluar color models

9C0CF0
RGB15612240
HSL278°90.48%49.41%
HSB/HSV278°95.00%94.12%
CMYK35.00%95.00%0.00%
5.88%

Color #9C0CF0 in popluar number systems.

HEX9C0CF0
Decimal15612240
Binary10011100110011110000
Octal23414360

Shades and tints

Shades of #9C0CF0

#9C0CF0
(156,12,240)
#8E0BDB
(142,11,219)
#800AC6
(128,10,198)
#7209B1
(114,9,177)
#64089C
(100,8,156)
#560787
(86,7,135)
#480672
(72,6,114)
#3A055D
(58,5,93)
#2C0448
(44,4,72)
#1E0333
(30,3,51)
#10021E
(16,2,30)
#000000
(0,0,0)

Tints of #9C0CF0

#9C0CF0
(156,12,240)
#A522F1
(165,34,241)
#AE38F2
(174,56,242)
#B74EF3
(183,78,243)
#C064F4
(192,100,244)
#C97AF5
(201,122,245)
#D290F6
(210,144,246)
#DBA6F7
(219,166,247)
#E4BCF8
(228,188,248)
#EDD2F9
(237,210,249)
#F6E8FA
(246,232,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C0CF0 color. Also use rgb(156,12,240) instead hex code.

Text Font Color

.myTextColor { color: #9C0CF0; }

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

This text font color is #9C0CF0.


Background Color

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

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

This div background color is #9C0CF0.


Border color

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

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

This div border color is #9C0CF0.


Opacity

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

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

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

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

This text has shadow with #9C0CF0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C0CF0 on black background.


Color preview on white background

This text has color #9C0CF0 on white background.



Black color preview on #9C0CF0 background

This text has black color on #9C0CF0 background.


White color preview on #9C0CF0 background

This text has white color on #9C0CF0 background.