Shades of Electric Indigo #8603FE
Tints of Electric Indigo #8603FE
RGB
CMYK
RGB Variations
Color information
#8603FE (or 0x8603FE) is known color: Electric Indigo. HEX triplet: 86, 03 and FE. RGB value is (134,3,254). Sum of RGB (Red+Green+Blue) = 134+3+254=391 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.27% from 391); Green value is 3 (1.56% from 255 or 0.77% from 391); Blue value is 254 (99.61% from 255 or 64.96% from 391); Max value from RGB is 254 - color contains mainly: blue. Hex color #8603FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8603FE is #79FC01. Grayscale: #454545. Windows color (decimal): -7994370 or 16647046. OLE color: 16647046.
HSL color Cylindrical-coordinate representation of color #8603FE: hue angle of 271.31º 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 #8603FE is Cyan = 0.47, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 134 | 3 | 254 | - |
| CMYK | 0.47 | 0.99 | 0 | 0.00 |
| HSL | 271.31º | 0.99% | 0.5% | - |
| HSV(B) | 271.31º | 0.99% | 1% | - |
| XYZ | 27.75 | 12.29 | 94.68 | - |
| YUV | 70.78 | 231.4 | 173.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 3 | 254 | 0.47 | 0.99 | 0 | 0.00 | 271.31 | 0.99 | 0.5 |
| Hex | 86 | 3 | FE | 2F | 63 | 0 | 0 | 10F | 63 | 32 |
| Octal | 206 | 3 | 376 | 57 | 143 | 0 | 0 | 417 | 143 | 62 |
| Binary | 10000110 | 11 | 11111110 | 101111 | 1100011 | 0 | 0 | 100001111 | 1100011 | 110010 |
Color Harmonies of #8603FE
Complementary color
Monochromatic Colors of #8603FE
Black with #8603FE
Text Example
Text Example
White with #8603FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8603FE; }
p { color: rgb(134,3,254); }
H1.HeaderClassName
{
color: #8603FE;
}
.AnyTagClassName
{
color: #8603FE;
}
</style>
background-color css
<style>
a { background-color: #8603FE; }
a { background-color: rgb(134,3,254); }
div.DivClassName
{
background-color: #8603FE;
}
.BgClassName
{
background-color: #8603FE;
}
</style>
border-color css
<style>
span { border-color: #8603FE; }
span { border-color: rgb(134,3,254); }
td.TdClassName
{
border-color: #8603FE;
}
.TagClassName
{
border-color: #8603FE;
}
</style>