#9C05FA

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

Shades of Electric Purple #9C05FA

Tints of Electric Purple #9C05FA

Color information

#9C05FA (or 0x9C05FA) is unknown color: approx Electric Purple. HEX triplet: 9C, 05 and FA. RGB value is (156,5,250). Sum of RGB (Red+Green+Blue) = 156+5+250=411 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.96% from 411); Green value is 5 (2.34% from 255 or 1.22% from 411); Blue value is 250 (98.05% from 255 or 60.83% from 411); Max value from RGB is 250 - color contains mainly: blue. Hex color #9C05FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9C05FA is #63FA05. Grayscale: #4D4D4D. Windows color (decimal): -6552070 or 16385436. OLE color: 16385436.

HSL color Cylindrical-coordinate representation of color #9C05FA: hue angle of 276.98º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9C05FA is Cyan = 0.38, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB1565250-
CMYK0.380.9800.02
HSL276.98º96.08%50%-
HSV(B)276.98º98%98.04%-
XYZ31.0214.0891.52-
YUV78.08225.03183.58-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 37.96%
GREEN value IS 5 (2.34% from 255) = 1.22%
BLUE value IS 250 (98.05% from 255) = 60.83%
R=37.96%
G=1.22%
B=60.83%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal15652500.380.9800.02276.9896.0850
Hex9C5FA2662021156032
Octal2345372461420242514062
Binary100111001011111101010011011000100101000101011100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C05FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,5,250); }

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

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

 a { background-color: rgb(156,5,250); }

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

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

 span { border-color: rgb(156,5,250); }

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