Html Css Color HEX #8802F9 Electric Indigo

📋 copy color: '#8802F9'

red 136 ◦ green 2 ◦ blue 249

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

Shades of Electric Indigo #8802F9

Tints of Electric Indigo #8802F9

RGB

 RED value IS 136 (53.52% from 255) = 35.14%

 GREEN value IS 2 (1.17% from 255) = 0.52%

 BLUE value IS 249 (97.66% from 255) = 64.34%

R = 35.14%
G = 0.52%
B = 64.34%

CMYK

 C value IS 0.45

 M value IS 0.99

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8802F9 (or 0x8802F9) is known color: Electric Indigo. HEX triplet: 88, 02 and F9. RGB value is (136,2,249). Sum of RGB (Red+Green+Blue) = 136+2+249=387 (51% of max value = 765). Red value is 136 (53.52% from 255 or 35.14% from 387); Green value is 2 (1.17% from 255 or 0.52% from 387); Blue value is 249 (97.66% from 255 or 64.34% from 387); Max value from RGB is 249 - color contains mainly: blue. Hex color #8802F9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8802F9 is #77FD06. Grayscale: #454545. Windows color (decimal): -7863559 or 16319112. OLE color: 16319112.

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

Color convert

RGB 136 2 249 -
CMYK 0.45 0.99 0 0.02
HSL 272.55º 0.98% 0.49% -
HSV(B) 272.55º 0.99% 0.98% -
XYZ 27.27 12.12 90.52 -
YUV 70.22 228.89 174.92 -
System Red Green Blue C M Y K H S L
Decimal 136 2 249 0.45 0.99 0 0.02 272.55 0.98 0.49
Hex 88 2 F9 2D 63 0 2 111 62 31
Octal 210 2 371 55 143 0 2 421 142 61
Binary 10001000 10 11111001 101101 1100011 0 10 100010001 1100010 110001

Color Harmonies of #8802F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8802F9

Black with #8802F9

Text Example


Text Example

White with #8802F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8802F9; }

 p { color: rgb(136,2,249); }

 H1.HeaderClassName
 {
   color: #8802F9;
 }
 .AnyTagClassName
 {
   color: #8802F9;
 }
</style>

background-color css

<style>
 a { background-color: #8802F9; }

 a { background-color: rgb(136,2,249); }

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

border-color css

<style>
 span { border-color: #8802F9; }

 span { border-color: rgb(136,2,249); }

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