Shades of Electric Indigo #8102F8
Tints of Electric Indigo #8102F8
RGB
CMYK
RGB Variations
Color information
#8102F8 (or 0x8102F8) is known color: Electric Indigo. HEX triplet: 81, 02 and F8. RGB value is (129,2,248). Sum of RGB (Red+Green+Blue) = 129+2+248=379 (50% of max value = 765). Red value is 129 (50.78% from 255 or 34.04% from 379); Green value is 2 (1.17% from 255 or 0.53% from 379); Blue value is 248 (97.27% from 255 or 65.44% from 379); Max value from RGB is 248 - color contains mainly: blue. Hex color #8102F8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8102F8 is #7EFD07. Grayscale: #434343. Windows color (decimal): -8322312 or 16253569. OLE color: 16253569.
HSL color Cylindrical-coordinate representation of color #8102F8: hue angle of 270.98º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8102F8 is Cyan = 0.48, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 129 | 2 | 248 | - |
| CMYK | 0.48 | 0.99 | 0 | 0.03 |
| HSL | 270.98º | 0.98% | 0.49% | - |
| HSV(B) | 270.98º | 0.99% | 0.97% | - |
| XYZ | 26.02 | 11.49 | 89.65 | - |
| YUV | 68.02 | 229.58 | 171.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 2 | 248 | 0.48 | 0.99 | 0 | 0.03 | 270.98 | 0.98 | 0.49 |
| Hex | 81 | 2 | F8 | 30 | 63 | 0 | 3 | 10F | 62 | 31 |
| Octal | 201 | 2 | 370 | 60 | 143 | 0 | 3 | 417 | 142 | 61 |
| Binary | 10000001 | 10 | 11111000 | 110000 | 1100011 | 0 | 11 | 100001111 | 1100010 | 110001 |
Color Harmonies of #8102F8
Complementary color
Monochromatic Colors of #8102F8
Black with #8102F8
Text Example
Text Example
White with #8102F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8102F8; }
p { color: rgb(129,2,248); }
H1.HeaderClassName
{
color: #8102F8;
}
.AnyTagClassName
{
color: #8102F8;
}
</style>
background-color css
<style>
a { background-color: #8102F8; }
a { background-color: rgb(129,2,248); }
div.DivClassName
{
background-color: #8102F8;
}
.BgClassName
{
background-color: #8102F8;
}
</style>
border-color css
<style>
span { border-color: #8102F8; }
span { border-color: rgb(129,2,248); }
td.TdClassName
{
border-color: #8102F8;
}
.TagClassName
{
border-color: #8102F8;
}
</style>