Shades of Electric Indigo #8803FF
Tints of Electric Indigo #8803FF
RGB
CMYK
RGB Variations
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
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>