Html Css Color HEX #8803FF Electric Indigo

📋 copy color: '#8803FF'

red 136 ◦ green 3 ◦ blue 255

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

Shades of Electric Indigo #8803FF

Tints of Electric Indigo #8803FF

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.76%

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

R = 34.52%
G = 0.76%
B = 64.72%

CMYK

 C value IS 0.47

 M value IS 0.99

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8803FF (or 0x8803FF) is known color: Electric Indigo. HEX triplet: 88, 03 and FF. RGB value is (136,3,255). Sum of RGB (Red+Green+Blue) = 136+3+255=394 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.52% from 394); Green value is 3 (1.56% from 255 or 0.76% from 394); Blue value is 255 (100% from 255 or 64.72% from 394); Max value from RGB is 255 - color contains mainly: blue. Hex color #8803FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8803FF is #77FC00. Grayscale: #464646. Windows color (decimal): -7863297 or 16712584. OLE color: 16712584.

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

Color convert

RGB 136 3 255 -
CMYK 0.47 0.99 0 0
HSL 271.67º 1% 0.51% -
HSV(B) 271.67º 0.99% 1% -
XYZ 28.24 12.52 95.54 -
YUV 71.5 231.56 174.01 -
System Red Green Blue C M Y K H S L
Decimal 136 3 255 0.47 0.99 0 0 271.67 1 0.51
Hex 88 3 FF 2F 63 0 0 110 64 33
Octal 210 3 377 57 143 0 0 420 144 63
Binary 10001000 11 11111111 101111 1100011 0 0 100010000 1100100 110011

Color Harmonies of #8803FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8803FF

Black with #8803FF

Text Example


Text Example

White with #8803FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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