Html Css Color HEX #9F01FA Electric Purple

📋 copy color: '#9F01FA'

red 159 ◦ green 1 ◦ blue 250

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

Shades of Electric Purple #9F01FA

Tints of Electric Purple #9F01FA

RGB

 RED value IS 159 (62.5% from 255) = 38.78%

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

 BLUE value IS 250 (98.05% from 255) = 60.98%

R = 38.78%
G = 0.24%
B = 60.98%

CMYK

 C value IS 0.36

 M value IS 1.00

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9F01FA (or 0x9F01FA) is known color: Electric Purple. HEX triplet: 9F, 01 and FA. RGB value is (159,1,250). Sum of RGB (Red+Green+Blue) = 159+1+250=410 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.78% from 410); Green value is 1 (0.78% from 255 or 0.24% from 410); Blue value is 250 (98.05% from 255 or 60.98% from 410); Max value from RGB is 250 - color contains mainly: blue. Hex color #9F01FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9F01FA is #60FE05. Grayscale: #4B4B4B. Windows color (decimal): -6356486 or 16384415. OLE color: 16384415.

HSL color Cylindrical-coordinate representation of color #9F01FA: hue angle of 278.07º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9F01FA is Cyan = 0.36, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 159 1 250 -
CMYK 0.36 1.00 0 0.02
HSL 278.07º 0.99% 0.49% -
HSV(B) 278.07º 1% 0.98% -
XYZ 31.56 14.29 91.54 -
YUV 76.63 225.85 186.75 -
System Red Green Blue C M Y K H S L
Decimal 159 1 250 0.36 1.00 0 0.02 278.07 0.99 0.49
Hex 9F 1 FA 24 64 0 2 116 63 31
Octal 237 1 372 44 144 0 2 426 143 61
Binary 10011111 1 11111010 100100 1100100 0 10 100010110 1100011 110001

Color Harmonies of #9F01FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F01FA

Black with #9F01FA

Text Example


Text Example

White with #9F01FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,1,250); }

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

background-color css

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

 a { background-color: rgb(159,1,250); }

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

border-color css

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

 span { border-color: rgb(159,1,250); }

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