Html Css Color HEX #9B01FA Electric Purple

📋 copy color: '#9B01FA'

red 155 ◦ green 1 ◦ blue 250

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

Shades of Electric Purple #9B01FA

Tints of Electric Purple #9B01FA

RGB

 RED value IS 155 (60.94% from 255) = 38.18%

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

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

R = 38.18%
G = 0.25%
B = 61.58%

CMYK

 C value IS 0.38

 M value IS 1.00

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9B01FA (or 0x9B01FA) is known color: Electric Purple. HEX triplet: 9B, 01 and FA. RGB value is (155,1,250). Sum of RGB (Red+Green+Blue) = 155+1+250=406 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.18% from 406); Green value is 1 (0.78% from 255 or 0.25% from 406); Blue value is 250 (98.05% from 255 or 61.58% from 406); Max value from RGB is 250 - color contains mainly: blue. Hex color #9B01FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9B01FA is #64FE05. Grayscale: #4A4A4A. Windows color (decimal): -6618630 or 16384411. OLE color: 16384411.

HSL color Cylindrical-coordinate representation of color #9B01FA: hue angle of 277.11º 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 #9B01FA is Cyan = 0.38, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 155 1 250 -
CMYK 0.38 1.00 0 0.02
HSL 277.11º 0.99% 0.49% -
HSV(B) 277.11º 1% 0.98% -
XYZ 30.78 13.89 91.5 -
YUV 75.43 226.52 184.75 -
System Red Green Blue C M Y K H S L
Decimal 155 1 250 0.38 1.00 0 0.02 277.11 0.99 0.49
Hex 9B 1 FA 26 64 0 2 115 63 31
Octal 233 1 372 46 144 0 2 425 143 61
Binary 10011011 1 11111010 100110 1100100 0 10 100010101 1100011 110001

Color Harmonies of #9B01FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B01FA

Black with #9B01FA

Text Example


Text Example

White with #9B01FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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