Shades of Electric Indigo #8D05FB
Tints of Electric Indigo #8D05FB
RGB
CMYK
RGB Variations
Color information
#8D05FB (or 0x8D05FB) is known color: Electric Indigo. HEX triplet: 8D, 05 and FB. RGB value is (141,5,251). Sum of RGB (Red+Green+Blue) = 141+5+251=397 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.52% from 397); Green value is 5 (2.34% from 255 or 1.26% from 397); Blue value is 251 (98.44% from 255 or 63.22% from 397); Max value from RGB is 251 - color contains mainly: blue. Hex color #8D05FB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8D05FB is #72FA04. Grayscale: #484848. Windows color (decimal): -7535109 or 16450957. OLE color: 16450957.
HSL color Cylindrical-coordinate representation of color #8D05FB: hue angle of 273.17º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8D05FB is Cyan = 0.44, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 141 | 5 | 251 | - |
| CMYK | 0.44 | 0.98 | 0 | 0.02 |
| HSL | 273.17º | 0.97% | 0.5% | - |
| HSV(B) | 273.17º | 0.98% | 0.98% | - |
| XYZ | 28.45 | 12.74 | 92.23 | - |
| YUV | 73.71 | 228.06 | 176 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 5 | 251 | 0.44 | 0.98 | 0 | 0.02 | 273.17 | 0.97 | 0.5 |
| Hex | 8D | 5 | FB | 2C | 62 | 0 | 2 | 111 | 61 | 32 |
| Octal | 215 | 5 | 373 | 54 | 142 | 0 | 2 | 421 | 141 | 62 |
| Binary | 10001101 | 101 | 11111011 | 101100 | 1100010 | 0 | 10 | 100010001 | 1100001 | 110010 |
Color Harmonies of #8D05FB
Complementary color
Monochromatic Colors of #8D05FB
Black with #8D05FB
Text Example
Text Example
White with #8D05FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D05FB; }
p { color: rgb(141,5,251); }
H1.HeaderClassName
{
color: #8D05FB;
}
.AnyTagClassName
{
color: #8D05FB;
}
</style>
background-color css
<style>
a { background-color: #8D05FB; }
a { background-color: rgb(141,5,251); }
div.DivClassName
{
background-color: #8D05FB;
}
.BgClassName
{
background-color: #8D05FB;
}
</style>
border-color css
<style>
span { border-color: #8D05FB; }
span { border-color: rgb(141,5,251); }
td.TdClassName
{
border-color: #8D05FB;
}
.TagClassName
{
border-color: #8D05FB;
}
</style>