Html Css Color HEX #8800FF Electric Indigo

📋 copy color: '#8800FF'

red 136 ◦ green 0 ◦ blue 255

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

Shades of Electric Indigo #8800FF

Tints of Electric Indigo #8800FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 65.22%

R = 34.78%
G = 0%
B = 65.22%

CMYK

 C value IS 0.47

 M value IS 1

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8800FF (or 0x8800FF) is known color: Electric Indigo. HEX triplet: 88, 00 and FF. RGB value is (136,0,255). Sum of RGB (Red+Green+Blue) = 136+0+255=391 (51% of max value = 765). Red value is 136 (53.52% from 255 or 34.78% from 391); Green value is 0 (0.39% from 255 or 0% from 391); Blue value is 255 (100% from 255 or 65.22% from 391); Max value from RGB is 255 - color contains mainly: blue. Hex color #8800FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8800FF is #77FF00. Grayscale: #444444. Windows color (decimal): -7864065 or 16711816. OLE color: 16711816.

HSL color Cylindrical-coordinate representation of color #8800FF: hue angle of 272º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8800FF is Cyan = 0.47, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 136 0 255 -
CMYK 0.47 1 0 0
HSL 272º 1% 0.5% -
HSV(B) 272º 1% 1% -
XYZ 28.2 12.45 95.53 -
YUV 69.73 232.56 175.27 -
System Red Green Blue C M Y K H S L
Decimal 136 0 255 0.47 1 0 0 272 1 0.5
Hex 88 0 FF 2F 64 0 0 110 64 32
Octal 210 0 377 57 144 0 0 420 144 62
Binary 10001000 0 11111111 101111 1100100 0 0 100010000 1100100 110010

Color Harmonies of #8800FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8800FF

Black with #8800FF

Text Example


Text Example

White with #8800FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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