#9E08FC

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

Shades of Electric Purple #9E08FC

Tints of Electric Purple #9E08FC

Color information

#9E08FC (or 0x9E08FC) is unknown color: approx Electric Purple. HEX triplet: 9E, 08 and FC. RGB value is (158,8,252). Sum of RGB (Red+Green+Blue) = 158+8+252=418 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.80% from 418); Green value is 8 (3.52% from 255 or 1.91% from 418); Blue value is 252 (98.83% from 255 or 60.29% from 418); Max value from RGB is 252 - color contains mainly: blue. Hex color #9E08FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9E08FC is #61F703. Grayscale: #4F4F4F. Windows color (decimal): -6420228 or 16517278. OLE color: 16517278.

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

Color convert

RGB1588252-
CMYK0.370.9700.01
HSL276.89º97.6%50.98%-
HSV(B)276.89º96.83%98.82%-
XYZ31.7614.4793.21-
YUV80.67224.7183.16-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 37.80%
GREEN value IS 8 (3.52% from 255) = 1.91%
BLUE value IS 252 (98.83% from 255) = 60.29%
R=37.80%
G=1.91%
B=60.29%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal15882520.370.9700.01276.8997.650.98
Hex9E8FC2561011156233
Octal23610374451410142514263
Binary100111101000111111001001011100001011000101011100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E08FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,8,252); }

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

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

 a { background-color: rgb(158,8,252); }

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

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

 span { border-color: rgb(158,8,252); }

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