Shades of Electric Indigo #8803FD
Tints of Electric Indigo #8803FD
RGB
CMYK
RGB Variations
Color information
#8803FD (or 0x8803FD) is known color: Electric Indigo. HEX triplet: 88, 03 and FD. RGB value is (136,3,253). Sum of RGB (Red+Green+Blue) = 136+3+253=392 (51% of max value = 765). Red value is 136 (53.52% from 255 or 34.69% from 392); Green value is 3 (1.56% from 255 or 0.77% from 392); Blue value is 253 (99.22% from 255 or 64.54% from 392); Max value from RGB is 253 - color contains mainly: blue. Hex color #8803FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8803FD is #77FC02. Grayscale: #464646. Windows color (decimal): -7863299 or 16581512. OLE color: 16581512.
HSL color Cylindrical-coordinate representation of color #8803FD: hue angle of 271.92º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8803FD is Cyan = 0.46, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 136 | 3 | 253 | - |
| CMYK | 0.46 | 0.99 | 0 | 0.01 |
| HSL | 271.92º | 0.98% | 0.5% | - |
| HSV(B) | 271.92º | 0.99% | 0.99% | - |
| XYZ | 27.92 | 12.39 | 93.85 | - |
| YUV | 71.27 | 230.56 | 174.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 3 | 253 | 0.46 | 0.99 | 0 | 0.01 | 271.92 | 0.98 | 0.5 |
| Hex | 88 | 3 | FD | 2E | 63 | 0 | 1 | 110 | 62 | 32 |
| Octal | 210 | 3 | 375 | 56 | 143 | 0 | 1 | 420 | 142 | 62 |
| Binary | 10001000 | 11 | 11111101 | 101110 | 1100011 | 0 | 1 | 100010000 | 1100010 | 110010 |
Color Harmonies of #8803FD
Complementary color
Monochromatic Colors of #8803FD
Black with #8803FD
Text Example
Text Example
White with #8803FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8803FD; }
p { color: rgb(136,3,253); }
H1.HeaderClassName
{
color: #8803FD;
}
.AnyTagClassName
{
color: #8803FD;
}
</style>
background-color css
<style>
a { background-color: #8803FD; }
a { background-color: rgb(136,3,253); }
div.DivClassName
{
background-color: #8803FD;
}
.BgClassName
{
background-color: #8803FD;
}
</style>
border-color css
<style>
span { border-color: #8803FD; }
span { border-color: rgb(136,3,253); }
td.TdClassName
{
border-color: #8803FD;
}
.TagClassName
{
border-color: #8803FD;
}
</style>