Html Css Color HEX #8B01FA Electric Indigo

📋 copy color: '#8B01FA'

red 139 ◦ green 1 ◦ blue 250

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

Shades of Electric Indigo #8B01FA

Tints of Electric Indigo #8B01FA

RGB

 RED value IS 139 (54.69% from 255) = 35.64%

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

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

R = 35.64%
G = 0.26%
B = 64.1%

CMYK

 C value IS 0.44

 M value IS 1.00

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8B01FA (or 0x8B01FA) is known color: Electric Indigo. HEX triplet: 8B, 01 and FA. RGB value is (139,1,250). Sum of RGB (Red+Green+Blue) = 139+1+250=390 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.64% from 390); Green value is 1 (0.78% from 255 or 0.26% from 390); Blue value is 250 (98.05% from 255 or 64.10% from 390); Max value from RGB is 250 - color contains mainly: blue. Hex color #8B01FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8B01FA is #74FE05. Grayscale: #454545. Windows color (decimal): -7667206 or 16384395. OLE color: 16384395.

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

Color convert

RGB 139 1 250 -
CMYK 0.44 1.00 0 0.02
HSL 273.25º 0.99% 0.49% -
HSV(B) 273.25º 1% 0.98% -
XYZ 27.91 12.41 91.37 -
YUV 70.65 229.22 176.75 -
System Red Green Blue C M Y K H S L
Decimal 139 1 250 0.44 1.00 0 0.02 273.25 0.99 0.49
Hex 8B 1 FA 2C 64 0 2 111 63 31
Octal 213 1 372 54 144 0 2 421 143 61
Binary 10001011 1 11111010 101100 1100100 0 10 100010001 1100011 110001

Color Harmonies of #8B01FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B01FA

Black with #8B01FA

Text Example


Text Example

White with #8B01FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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