Html Css Color HEX #8800FA Electric Indigo

📋 copy color: '#8800FA'

red 136 ◦ green 0 ◦ blue 250

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

Shades of Electric Indigo #8800FA

Tints of Electric Indigo #8800FA

RGB

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

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

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

R = 35.23%
G = 0%
B = 64.77%

CMYK

 C value IS 0.46

 M value IS 1

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8800FA (or 0x8800FA) is known color: Electric Indigo. HEX triplet: 88, 00 and FA. RGB value is (136,0,250). Sum of RGB (Red+Green+Blue) = 136+0+250=386 (51% of max value = 765). Red value is 136 (53.52% from 255 or 35.23% from 386); Green value is 0 (0.39% from 255 or 0% from 386); Blue value is 250 (98.05% from 255 or 64.77% from 386); Max value from RGB is 250 - color contains mainly: blue. Hex color #8800FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8800FA is #77FF05. Grayscale: #444444. Windows color (decimal): -7864070 or 16384136. OLE color: 16384136.

HSL color Cylindrical-coordinate representation of color #8800FA: hue angle of 272.64º 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 #8800FA is Cyan = 0.46, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 136 0 250 -
CMYK 0.46 1 0 0.02
HSL 272.64º 1% 0.49% -
HSV(B) 272.64º 1% 0.98% -
XYZ 27.41 12.14 91.34 -
YUV 69.16 230.06 175.67 -
System Red Green Blue C M Y K H S L
Decimal 136 0 250 0.46 1 0 0.02 272.64 1 0.49
Hex 88 0 FA 2E 64 0 2 111 64 31
Octal 210 0 372 56 144 0 2 421 144 61
Binary 10001000 0 11111010 101110 1100100 0 10 100010001 1100100 110001

Color Harmonies of #8800FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8800FA

Black with #8800FA

Text Example


Text Example

White with #8800FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8800FA; }

 p { color: rgb(136,0,250); }

 H1.HeaderClassName
 {
   color: #8800FA;
 }
 .AnyTagClassName
 {
   color: #8800FA;
 }
</style>

background-color css

<style>
 a { background-color: #8800FA; }

 a { background-color: rgb(136,0,250); }

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

border-color css

<style>
 span { border-color: #8800FA; }

 span { border-color: rgb(136,0,250); }

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