Html Css Color HEX #8B05FA Electric Indigo

📋 copy color: '#8B05FA'

red 139 ◦ green 5 ◦ blue 250

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

Shades of Electric Indigo #8B05FA

Tints of Electric Indigo #8B05FA

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.27%

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

R = 35.28%
G = 1.27%
B = 63.45%

CMYK

 C value IS 0.44

 M value IS 0.98

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8B05FA (or 0x8B05FA) is known color: Electric Indigo. HEX triplet: 8B, 05 and FA. RGB value is (139,5,250). Sum of RGB (Red+Green+Blue) = 139+5+250=394 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.28% from 394); Green value is 5 (2.34% from 255 or 1.27% from 394); Blue value is 250 (98.05% from 255 or 63.45% from 394); Max value from RGB is 250 - color contains mainly: blue. Hex color #8B05FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8B05FA is #74FA05. Grayscale: #484848. Windows color (decimal): -7666182 or 16385419. OLE color: 16385419.

HSL color Cylindrical-coordinate representation of color #8B05FA: hue angle of 272.82º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8B05FA is Cyan = 0.44, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 139 5 250 -
CMYK 0.44 0.98 0 0.02
HSL 272.82º 0.96% 0.5% -
HSV(B) 272.82º 0.98% 0.98% -
XYZ 27.96 12.5 91.38 -
YUV 73 227.89 175.08 -
System Red Green Blue C M Y K H S L
Decimal 139 5 250 0.44 0.98 0 0.02 272.82 0.96 0.5
Hex 8B 5 FA 2C 62 0 2 111 60 32
Octal 213 5 372 54 142 0 2 421 140 62
Binary 10001011 101 11111010 101100 1100010 0 10 100010001 1100000 110010

Color Harmonies of #8B05FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B05FA

Black with #8B05FA

Text Example


Text Example

White with #8B05FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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