Html Css Color HEX #9901FE Electric Purple

📋 copy color: '#9901FE'

red 153 ◦ green 1 ◦ blue 254

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

Shades of Electric Purple #9901FE

Tints of Electric Purple #9901FE

RGB

 RED value IS 153 (60.16% from 255) = 37.5%

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

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

R = 37.5%
G = 0.25%
B = 62.25%

CMYK

 C value IS 0.40

 M value IS 1.00

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9901FE (or 0x9901FE) is known color: Electric Purple. HEX triplet: 99, 01 and FE. RGB value is (153,1,254). Sum of RGB (Red+Green+Blue) = 153+1+254=408 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.5% from 408); Green value is 1 (0.78% from 255 or 0.25% from 408); Blue value is 254 (99.61% from 255 or 62.25% from 408); Max value from RGB is 254 - color contains mainly: blue. Hex color #9901FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9901FE is #66FE01. Grayscale: #4A4A4A. Windows color (decimal): -6749698 or 16646553. OLE color: 16646553.

HSL color Cylindrical-coordinate representation of color #9901FE: hue angle of 276.05º 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 #9901FE is Cyan = 0.40, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 153 1 254 -
CMYK 0.40 1.00 0 0.00
HSL 276.05º 0.99% 0.5% -
HSV(B) 276.05º 1% 1% -
XYZ 31.04 13.95 94.82 -
YUV 75.29 228.86 183.43 -
System Red Green Blue C M Y K H S L
Decimal 153 1 254 0.40 1.00 0 0.00 276.05 0.99 0.5
Hex 99 1 FE 28 64 0 0 114 63 32
Octal 231 1 376 50 144 0 0 424 143 62
Binary 10011001 1 11111110 101000 1100100 0 0 100010100 1100011 110010

Color Harmonies of #9901FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9901FE

Black with #9901FE

Text Example


Text Example

White with #9901FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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