Html Css Color HEX #9E11FF Electric Purple

📋 copy color: '#9E11FF'

red 158 ◦ green 17 ◦ blue 255

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

Shades of Electric Purple #9E11FF

Tints of Electric Purple #9E11FF

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.95%

 BLUE value IS 255 (100% from 255) = 59.3%

R = 36.74%
G = 3.95%
B = 59.3%

CMYK

 C value IS 0.38

 M value IS 0.93

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9E11FF (or 0x9E11FF) is known color: Electric Purple. HEX triplet: 9E, 11 and FF. RGB value is (158,17,255). Sum of RGB (Red+Green+Blue) = 158+17+255=430 (56% of max value = 765). Red value is 158 (62.11% from 255 or 36.74% from 430); Green value is 17 (7.03% from 255 or 3.95% from 430); Blue value is 255 (100% from 255 or 59.30% from 430); Max value from RGB is 255 - color contains mainly: blue. Hex color #9E11FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9E11FF is #61EE00. Grayscale: #555555. Windows color (decimal): -6417921 or 16716190. OLE color: 16716190.

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

Color convert

RGB 158 17 255 -
CMYK 0.38 0.93 0 0
HSL 275.55º 1% 0.53% -
HSV(B) 275.55º 0.93% 1% -
XYZ 32.35 14.89 95.78 -
YUV 86.29 223.21 179.15 -
System Red Green Blue C M Y K H S L
Decimal 158 17 255 0.38 0.93 0 0 275.55 1 0.53
Hex 9E 11 FF 26 5D 0 0 114 64 35
Octal 236 21 377 46 135 0 0 424 144 65
Binary 10011110 10001 11111111 100110 1011101 0 0 100010100 1100100 110101

Color Harmonies of #9E11FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E11FF

Black with #9E11FF

Text Example


Text Example

White with #9E11FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,17,255); }

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

background-color css

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

 a { background-color: rgb(158,17,255); }

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

border-color css

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

 span { border-color: rgb(158,17,255); }

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