Html Css Color HEX #9E08FE Electric Purple

📋 copy color: '#9E08FE'

red 158 ◦ green 8 ◦ blue 254

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

Shades of Electric Purple #9E08FE

Tints of Electric Purple #9E08FE

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.9%

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

R = 37.62%
G = 1.9%
B = 60.48%

CMYK

 C value IS 0.38

 M value IS 0.97

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9E08FE (or 0x9E08FE) is known color: Electric Purple. HEX triplet: 9E, 08 and FE. RGB value is (158,8,254). Sum of RGB (Red+Green+Blue) = 158+8+254=420 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.62% from 420); Green value is 8 (3.52% from 255 or 1.90% from 420); Blue value is 254 (99.61% from 255 or 60.48% from 420); Max value from RGB is 254 - color contains mainly: blue. Hex color #9E08FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9E08FE is #61F701. Grayscale: #505050. Windows color (decimal): -6420226 or 16648350. OLE color: 16648350.

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

Color convert

RGB 158 8 254 -
CMYK 0.38 0.97 0 0.00
HSL 276.59º 0.99% 0.51% -
HSV(B) 276.59º 0.97% 1% -
XYZ 32.08 14.6 94.89 -
YUV 80.89 225.7 183 -
System Red Green Blue C M Y K H S L
Decimal 158 8 254 0.38 0.97 0 0.00 276.59 0.99 0.51
Hex 9E 8 FE 26 61 0 0 115 63 33
Octal 236 10 376 46 141 0 0 425 143 63
Binary 10011110 1000 11111110 100110 1100001 0 0 100010101 1100011 110011

Color Harmonies of #9E08FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E08FE

Black with #9E08FE

Text Example


Text Example

White with #9E08FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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