Shades of Electric Indigo #8603FF
Tints of Electric Indigo #8603FF
RGB
CMYK
RGB Variations
Color information
#8603FF (or 0x8603FF) is known color: Electric Indigo. HEX triplet: 86, 03 and FF. RGB value is (134,3,255). Sum of RGB (Red+Green+Blue) = 134+3+255=392 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.18% from 392); Green value is 3 (1.56% from 255 or 0.77% from 392); Blue value is 255 (100% from 255 or 65.05% from 392); Max value from RGB is 255 - color contains mainly: blue. Hex color #8603FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8603FF is #79FC00. Grayscale: #464646. Windows color (decimal): -7994369 or 16712582. OLE color: 16712582.
HSL color Cylindrical-coordinate representation of color #8603FF: hue angle of 271.19º 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 #8603FF is Cyan = 0.47, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 134 | 3 | 255 | - |
| CMYK | 0.47 | 0.99 | 0 | 0 |
| HSL | 271.19º | 1% | 0.51% | - |
| HSV(B) | 271.19º | 0.99% | 1% | - |
| XYZ | 27.91 | 12.35 | 95.52 | - |
| YUV | 70.9 | 231.9 | 173.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 3 | 255 | 0.47 | 0.99 | 0 | 0 | 271.19 | 1 | 0.51 |
| Hex | 86 | 3 | FF | 2F | 63 | 0 | 0 | 10F | 64 | 33 |
| Octal | 206 | 3 | 377 | 57 | 143 | 0 | 0 | 417 | 144 | 63 |
| Binary | 10000110 | 11 | 11111111 | 101111 | 1100011 | 0 | 0 | 100001111 | 1100100 | 110011 |
Color Harmonies of #8603FF
Complementary color
Monochromatic Colors of #8603FF
Black with #8603FF
Text Example
Text Example
White with #8603FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8603FF; }
p { color: rgb(134,3,255); }
H1.HeaderClassName
{
color: #8603FF;
}
.AnyTagClassName
{
color: #8603FF;
}
</style>
background-color css
<style>
a { background-color: #8603FF; }
a { background-color: rgb(134,3,255); }
div.DivClassName
{
background-color: #8603FF;
}
.BgClassName
{
background-color: #8603FF;
}
</style>
border-color css
<style>
span { border-color: #8603FF; }
span { border-color: rgb(134,3,255); }
td.TdClassName
{
border-color: #8603FF;
}
.TagClassName
{
border-color: #8603FF;
}
</style>