Html Css Color HEX #9701FE Electric Purple

📋 copy color: '#9701FE'

red 151 ◦ green 1 ◦ blue 254

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

Shades of Electric Purple #9701FE

Tints of Electric Purple #9701FE

RGB

 RED value IS 151 (59.38% from 255) = 37.19%

 GREEN value IS 1 (0.78% from 255) = 0.25%

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

R = 37.19%
G = 0.25%
B = 62.56%

CMYK

 C value IS 0.41

 M value IS 1.00

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9701FE (or 0x9701FE) is known color: Electric Purple. HEX triplet: 97, 01 and FE. RGB value is (151,1,254). Sum of RGB (Red+Green+Blue) = 151+1+254=406 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.19% from 406); Green value is 1 (0.78% from 255 or 0.25% from 406); Blue value is 254 (99.61% from 255 or 62.56% from 406); Max value from RGB is 254 - color contains mainly: blue. Hex color #9701FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9701FE is #68FE01. Grayscale: #494949. Windows color (decimal): -6880770 or 16646551. OLE color: 16646551.

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

Color convert

RGB 151 1 254 -
CMYK 0.41 1.00 0 0.00
HSL 275.57º 0.99% 0.5% -
HSV(B) 275.57º 1% 1% -
XYZ 30.66 13.76 94.81 -
YUV 74.69 229.2 182.43 -
System Red Green Blue C M Y K H S L
Decimal 151 1 254 0.41 1.00 0 0.00 275.57 0.99 0.5
Hex 97 1 FE 29 64 0 0 114 63 32
Octal 227 1 376 51 144 0 0 424 143 62
Binary 10010111 1 11111110 101001 1100100 0 0 100010100 1100011 110010

Color Harmonies of #9701FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9701FE

Black with #9701FE

Text Example


Text Example

White with #9701FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9701FE; }

 p { color: rgb(151,1,254); }

 H1.HeaderClassName
 {
   color: #9701FE;
 }
 .AnyTagClassName
 {
   color: #9701FE;
 }
</style>

background-color css

<style>
 a { background-color: #9701FE; }

 a { background-color: rgb(151,1,254); }

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

border-color css

<style>
 span { border-color: #9701FE; }

 span { border-color: rgb(151,1,254); }

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