Html Css Color HEX #9E07FC Electric Purple

📋 copy color: '#9E07FC'

red 158 ◦ green 7 ◦ blue 252

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

Shades of Electric Purple #9E07FC

Tints of Electric Purple #9E07FC

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.68%

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

R = 37.89%
G = 1.68%
B = 60.43%

CMYK

 C value IS 0.37

 M value IS 0.97

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9E07FC (or 0x9E07FC) is known color: Electric Purple. HEX triplet: 9E, 07 and FC. RGB value is (158,7,252). Sum of RGB (Red+Green+Blue) = 158+7+252=417 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.89% from 417); Green value is 7 (3.12% from 255 or 1.68% from 417); Blue value is 252 (98.83% from 255 or 60.43% from 417); Max value from RGB is 252 - color contains mainly: blue. Hex color #9E07FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9E07FC is #61F803. Grayscale: #4F4F4F. Windows color (decimal): -6420484 or 16517022. OLE color: 16517022.

HSL color Cylindrical-coordinate representation of color #9E07FC: hue angle of 276.98º 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 #9E07FC is Cyan = 0.37, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 158 7 252 -
CMYK 0.37 0.97 0 0.01
HSL 276.98º 0.98% 0.51% -
HSV(B) 276.98º 0.97% 0.99% -
XYZ 31.75 14.45 93.21 -
YUV 80.08 225.03 183.58 -
System Red Green Blue C M Y K H S L
Decimal 158 7 252 0.37 0.97 0 0.01 276.98 0.98 0.51
Hex 9E 7 FC 25 61 0 1 115 62 33
Octal 236 7 374 45 141 0 1 425 142 63
Binary 10011110 111 11111100 100101 1100001 0 1 100010101 1100010 110011

Color Harmonies of #9E07FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E07FC

Black with #9E07FC

Text Example


Text Example

White with #9E07FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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