#9C10FC

Color #9C10FC Electric Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Purple #9C10FC

Tints of Electric Purple #9C10FC

Color information

#9C10FC (or 0x9C10FC) is unknown color: approx Electric Purple. HEX triplet: 9C, 10 and FC. RGB value is (156,16,252). Sum of RGB (Red+Green+Blue) = 156+16+252=424 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.79% from 424); Green value is 16 (6.64% from 255 or 3.77% from 424); Blue value is 252 (98.83% from 255 or 59.43% from 424); Max value from RGB is 252 - color contains mainly: blue. Hex color #9C10FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9C10FC is #63EF03. Grayscale: #535353. Windows color (decimal): -6549252 or 16519324. OLE color: 16519324.

HSL color Cylindrical-coordinate representation of color #9C10FC: hue angle of 275.59º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9C10FC is Cyan = 0.38, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB15616252-
CMYK0.380.9400.01
HSL275.59º97.52%52.55%-
HSV(B)275.59º93.65%98.82%-
XYZ31.4714.4793.23-
YUV84.76222.38178.81-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 156 (61.33% from 255) = 36.79%
GREEN value IS 16 (6.64% from 255) = 3.77%
BLUE value IS 252 (98.83% from 255) = 59.43%
R=36.79%
G=3.77%
B=59.43%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal156162520.380.9400.01275.5997.5252.55
Hex9C10FC265E011146235
Octal23420374461360142414265
Binary1001110010000111111001001101011110011000101001100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C10FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9C10FC; }

 p { color: rgb(156,16,252); }

 H1.HeaderClassName
 {
   color: #9C10FC;
 }
 .AnyTagClassName
 {
   color: #9C10FC;
 }
</style>
background-color css

<style>
 a { background-color: #9C10FC; }

 a { background-color: rgb(156,16,252); }

 div.DivClassName
 {
   background-color: #9C10FC;
 }
 .BgClassName
 {
   background-color: #9C10FC;
 }
</style>
border-color css

<style>
 span { border-color: #9C10FC; }

 span { border-color: rgb(156,16,252); }

 td.TdClassName
 {
   border-color: #9C10FC;
 }
 .TagClassName
 {
   border-color: #9C10FC;
 }
</style>