Html Css Color HEX #8A00FB Electric Indigo

📋 copy color: '#8A00FB'

red 138 ◦ green 0 ◦ blue 251

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

Shades of Electric Indigo #8A00FB

Tints of Electric Indigo #8A00FB

RGB

 RED value IS 138 (54.3% from 255) = 35.48%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 251 (98.44% from 255) = 64.52%

R = 35.48%
G = 0%
B = 64.52%

CMYK

 C value IS 0.45

 M value IS 1

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8A00FB (or 0x8A00FB) is known color: Electric Indigo. HEX triplet: 8A, 00 and FB. RGB value is (138,0,251). Sum of RGB (Red+Green+Blue) = 138+0+251=389 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.48% from 389); Green value is 0 (0.39% from 255 or 0% from 389); Blue value is 251 (98.44% from 255 or 64.52% from 389); Max value from RGB is 251 - color contains mainly: blue. Hex color #8A00FB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8A00FB is #75FF04. Grayscale: #454545. Windows color (decimal): -7732997 or 16449674. OLE color: 16449674.

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

Color convert

RGB 138 0 251 -
CMYK 0.45 1 0 0.02
HSL 272.99º 1% 0.49% -
HSV(B) 272.99º 1% 0.98% -
XYZ 27.89 12.37 92.18 -
YUV 69.88 230.22 176.59 -
System Red Green Blue C M Y K H S L
Decimal 138 0 251 0.45 1 0 0.02 272.99 1 0.49
Hex 8A 0 FB 2D 64 0 2 111 64 31
Octal 212 0 373 55 144 0 2 421 144 61
Binary 10001010 0 11111011 101101 1100100 0 10 100010001 1100100 110001

Color Harmonies of #8A00FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A00FB

Black with #8A00FB

Text Example


Text Example

White with #8A00FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,0,251); }

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

background-color css

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

 a { background-color: rgb(138,0,251); }

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

border-color css

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

 span { border-color: rgb(138,0,251); }

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