Shades of Electric Indigo #8101FB
Tints of Electric Indigo #8101FB
RGB
CMYK
RGB Variations
Color information
#8101FB (or 0x8101FB) is known color: Electric Indigo. HEX triplet: 81, 01 and FB. RGB value is (129,1,251). Sum of RGB (Red+Green+Blue) = 129+1+251=381 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.86% from 381); Green value is 1 (0.78% from 255 or 0.26% from 381); Blue value is 251 (98.44% from 255 or 65.88% from 381); Max value from RGB is 251 - color contains mainly: blue. Hex color #8101FB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8101FB is #7EFE04. Grayscale: #424242. Windows color (decimal): -8322565 or 16449921. OLE color: 16449921.
HSL color Cylindrical-coordinate representation of color #8101FB: hue angle of 270.72º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8101FB is Cyan = 0.49, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 129 | 1 | 251 | - |
| CMYK | 0.49 | 1.00 | 0 | 0.02 |
| HSL | 270.72º | 0.99% | 0.49% | - |
| HSV(B) | 270.72º | 1% | 0.98% | - |
| XYZ | 26.48 | 11.65 | 92.12 | - |
| YUV | 67.77 | 231.41 | 171.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 1 | 251 | 0.49 | 1.00 | 0 | 0.02 | 270.72 | 0.99 | 0.49 |
| Hex | 81 | 1 | FB | 31 | 64 | 0 | 2 | 10F | 63 | 31 |
| Octal | 201 | 1 | 373 | 61 | 144 | 0 | 2 | 417 | 143 | 61 |
| Binary | 10000001 | 1 | 11111011 | 110001 | 1100100 | 0 | 10 | 100001111 | 1100011 | 110001 |
Color Harmonies of #8101FB
Complementary color
Monochromatic Colors of #8101FB
Black with #8101FB
Text Example
Text Example
White with #8101FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8101FB; }
p { color: rgb(129,1,251); }
H1.HeaderClassName
{
color: #8101FB;
}
.AnyTagClassName
{
color: #8101FB;
}
</style>
background-color css
<style>
a { background-color: #8101FB; }
a { background-color: rgb(129,1,251); }
div.DivClassName
{
background-color: #8101FB;
}
.BgClassName
{
background-color: #8101FB;
}
</style>
border-color css
<style>
span { border-color: #8101FB; }
span { border-color: rgb(129,1,251); }
td.TdClassName
{
border-color: #8101FB;
}
.TagClassName
{
border-color: #8101FB;
}
</style>