Html Css Color HEX #9E02FE Electric Purple

📋 copy color: '#9E02FE'

red 158 ◦ green 2 ◦ blue 254

#9E02FE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Purple #9E02FE

Tints of Electric Purple #9E02FE

RGB

 RED value IS 158 (62.11% from 255) = 38.16%

 GREEN value IS 2 (1.17% from 255) = 0.48%

 BLUE value IS 254 (99.61% from 255) = 61.35%

R = 38.16%
G = 0.48%
B = 61.35%

CMYK

 C value IS 0.38

 M value IS 0.99

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9E02FE (or 0x9E02FE) is known color: Electric Purple. HEX triplet: 9E, 02 and FE. RGB value is (158,2,254). Sum of RGB (Red+Green+Blue) = 158+2+254=414 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.16% from 414); Green value is 2 (1.17% from 255 or 0.48% from 414); Blue value is 254 (99.61% from 255 or 61.35% from 414); Max value from RGB is 254 - color contains mainly: blue. Hex color #9E02FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9E02FE is #61FD01. Grayscale: #4C4C4C. Windows color (decimal): -6421762 or 16646814. OLE color: 16646814.

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

Color convert

RGB 158 2 254 -
CMYK 0.38 0.99 0 0.00
HSL 277.14º 0.99% 0.5% -
HSV(B) 277.14º 0.99% 1% -
XYZ 32.01 14.47 94.87 -
YUV 77.37 227.68 185.51 -
System Red Green Blue C M Y K H S L
Decimal 158 2 254 0.38 0.99 0 0.00 277.14 0.99 0.5
Hex 9E 2 FE 26 63 0 0 115 63 32
Octal 236 2 376 46 143 0 0 425 143 62
Binary 10011110 10 11111110 100110 1100011 0 0 100010101 1100011 110010

Color Harmonies of #9E02FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E02FE

Black with #9E02FE

Text Example


Text Example

White with #9E02FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,2,254); }

 H1.HeaderClassName
 {
   color: #9E02FE;
 }
 .AnyTagClassName
 {
   color: #9E02FE;
 }
</style>

background-color css

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

 a { background-color: rgb(158,2,254); }

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

border-color css

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

 span { border-color: rgb(158,2,254); }

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