Shades of Electric Indigo #8B05FE
Tints of Electric Indigo #8B05FE
RGB
CMYK
RGB Variations
Color information
#8B05FE (or 0x8B05FE) is known color: Electric Indigo. HEX triplet: 8B, 05 and FE. RGB value is (139,5,254). Sum of RGB (Red+Green+Blue) = 139+5+254=398 (52% of max value = 765). Red value is 139 (54.69% from 255 or 34.92% from 398); Green value is 5 (2.34% from 255 or 1.26% from 398); Blue value is 254 (99.61% from 255 or 63.82% from 398); Max value from RGB is 254 - color contains mainly: blue. Hex color #8B05FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8B05FE is #74FA01. Grayscale: #484848. Windows color (decimal): -7666178 or 16647563. OLE color: 16647563.
HSL color Cylindrical-coordinate representation of color #8B05FE: hue angle of 272.29º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8B05FE is Cyan = 0.45, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 139 | 5 | 254 | - |
| CMYK | 0.45 | 0.98 | 0 | 0.00 |
| HSL | 272.29º | 0.99% | 0.51% | - |
| HSV(B) | 272.29º | 0.98% | 1% | - |
| XYZ | 28.59 | 12.75 | 94.72 | - |
| YUV | 73.45 | 229.89 | 174.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 5 | 254 | 0.45 | 0.98 | 0 | 0.00 | 272.29 | 0.99 | 0.51 |
| Hex | 8B | 5 | FE | 2D | 62 | 0 | 0 | 110 | 63 | 33 |
| Octal | 213 | 5 | 376 | 55 | 142 | 0 | 0 | 420 | 143 | 63 |
| Binary | 10001011 | 101 | 11111110 | 101101 | 1100010 | 0 | 0 | 100010000 | 1100011 | 110011 |
Color Harmonies of #8B05FE
Complementary color
Monochromatic Colors of #8B05FE
Black with #8B05FE
Text Example
Text Example
White with #8B05FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B05FE; }
p { color: rgb(139,5,254); }
H1.HeaderClassName
{
color: #8B05FE;
}
.AnyTagClassName
{
color: #8B05FE;
}
</style>
background-color css
<style>
a { background-color: #8B05FE; }
a { background-color: rgb(139,5,254); }
div.DivClassName
{
background-color: #8B05FE;
}
.BgClassName
{
background-color: #8B05FE;
}
</style>
border-color css
<style>
span { border-color: #8B05FE; }
span { border-color: rgb(139,5,254); }
td.TdClassName
{
border-color: #8B05FE;
}
.TagClassName
{
border-color: #8B05FE;
}
</style>