Shades of Electric Indigo #8803FE
Tints of Electric Indigo #8803FE
RGB
CMYK
RGB Variations
Color information
#8803FE (or 0x8803FE) is known color: Electric Indigo. HEX triplet: 88, 03 and FE. RGB value is (136,3,254). Sum of RGB (Red+Green+Blue) = 136+3+254=393 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.61% from 393); Green value is 3 (1.56% from 255 or 0.76% from 393); Blue value is 254 (99.61% from 255 or 64.63% from 393); Max value from RGB is 254 - color contains mainly: blue. Hex color #8803FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8803FE is #77FC01. Grayscale: #464646. Windows color (decimal): -7863298 or 16647048. OLE color: 16647048.
HSL color Cylindrical-coordinate representation of color #8803FE: hue angle of 271.79º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8803FE is Cyan = 0.46, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 136 | 3 | 254 | - |
| CMYK | 0.46 | 0.99 | 0 | 0.00 |
| HSL | 271.79º | 0.99% | 0.5% | - |
| HSV(B) | 271.79º | 0.99% | 1% | - |
| XYZ | 28.08 | 12.46 | 94.69 | - |
| YUV | 71.38 | 231.06 | 174.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 3 | 254 | 0.46 | 0.99 | 0 | 0.00 | 271.79 | 0.99 | 0.5 |
| Hex | 88 | 3 | FE | 2E | 63 | 0 | 0 | 110 | 63 | 32 |
| Octal | 210 | 3 | 376 | 56 | 143 | 0 | 0 | 420 | 143 | 62 |
| Binary | 10001000 | 11 | 11111110 | 101110 | 1100011 | 0 | 0 | 100010000 | 1100011 | 110010 |
Color Harmonies of #8803FE
Complementary color
Monochromatic Colors of #8803FE
Black with #8803FE
Text Example
Text Example
White with #8803FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8803FE; }
p { color: rgb(136,3,254); }
H1.HeaderClassName
{
color: #8803FE;
}
.AnyTagClassName
{
color: #8803FE;
}
</style>
background-color css
<style>
a { background-color: #8803FE; }
a { background-color: rgb(136,3,254); }
div.DivClassName
{
background-color: #8803FE;
}
.BgClassName
{
background-color: #8803FE;
}
</style>
border-color css
<style>
span { border-color: #8803FE; }
span { border-color: rgb(136,3,254); }
td.TdClassName
{
border-color: #8803FE;
}
.TagClassName
{
border-color: #8803FE;
}
</style>