Html Css Color HEX #9E10FC Electric Purple

📋 copy color: '#9E10FC'

red 158 ◦ green 16 ◦ blue 252

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

Shades of Electric Purple #9E10FC

Tints of Electric Purple #9E10FC

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.76%

 BLUE value IS 252 (98.83% from 255) = 59.15%

R = 37.09%
G = 3.76%
B = 59.15%

CMYK

 C value IS 0.37

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9E10FC (or 0x9E10FC) is known color: Electric Purple. HEX triplet: 9E, 10 and FC. RGB value is (158,16,252). Sum of RGB (Red+Green+Blue) = 158+16+252=426 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.09% from 426); Green value is 16 (6.64% from 255 or 3.76% from 426); Blue value is 252 (98.83% from 255 or 59.15% from 426); Max value from RGB is 252 - color contains mainly: blue. Hex color #9E10FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9E10FC is #61EF03. Grayscale: #545454. Windows color (decimal): -6418180 or 16519326. OLE color: 16519326.

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

Color convert

RGB 158 16 252 -
CMYK 0.37 0.94 0 0.01
HSL 276.1º 0.98% 0.53% -
HSV(B) 276.1º 0.94% 0.99% -
XYZ 31.86 14.67 93.25 -
YUV 85.36 222.04 179.81 -
System Red Green Blue C M Y K H S L
Decimal 158 16 252 0.37 0.94 0 0.01 276.1 0.98 0.53
Hex 9E 10 FC 25 5E 0 1 114 62 35
Octal 236 20 374 45 136 0 1 424 142 65
Binary 10011110 10000 11111100 100101 1011110 0 1 100010100 1100010 110101

Color Harmonies of #9E10FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E10FC

Black with #9E10FC

Text Example


Text Example

White with #9E10FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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