Shades of Electric Indigo #8F09FE
Tints of Electric Indigo #8F09FE
RGB
CMYK
RGB Variations
Color information
#8F09FE (or 0x8F09FE) is known color: Electric Indigo. HEX triplet: 8F, 09 and FE. RGB value is (143,9,254). Sum of RGB (Red+Green+Blue) = 143+9+254=406 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.22% from 406); Green value is 9 (3.91% from 255 or 2.22% from 406); Blue value is 254 (99.61% from 255 or 62.56% from 406); Max value from RGB is 254 - color contains mainly: blue. Hex color #8F09FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8F09FE is #70F601. Grayscale: #4C4C4C. Windows color (decimal): -7403010 or 16648591. OLE color: 16648591.
HSL color Cylindrical-coordinate representation of color #8F09FE: hue angle of 272.82º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8F09FE is Cyan = 0.44, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 143 | 9 | 254 | - |
| CMYK | 0.44 | 0.96 | 0 | 0.00 |
| HSL | 272.82º | 0.99% | 0.52% | - |
| HSV(B) | 272.82º | 0.96% | 1% | - |
| XYZ | 29.31 | 13.19 | 94.77 | - |
| YUV | 77 | 227.89 | 175.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 9 | 254 | 0.44 | 0.96 | 0 | 0.00 | 272.82 | 0.99 | 0.52 |
| Hex | 8F | 9 | FE | 2C | 60 | 0 | 0 | 111 | 63 | 34 |
| Octal | 217 | 11 | 376 | 54 | 140 | 0 | 0 | 421 | 143 | 64 |
| Binary | 10001111 | 1001 | 11111110 | 101100 | 1100000 | 0 | 0 | 100010001 | 1100011 | 110100 |
Color Harmonies of #8F09FE
Complementary color
Monochromatic Colors of #8F09FE
Black with #8F09FE
Text Example
Text Example
White with #8F09FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F09FE; }
p { color: rgb(143,9,254); }
H1.HeaderClassName
{
color: #8F09FE;
}
.AnyTagClassName
{
color: #8F09FE;
}
</style>
background-color css
<style>
a { background-color: #8F09FE; }
a { background-color: rgb(143,9,254); }
div.DivClassName
{
background-color: #8F09FE;
}
.BgClassName
{
background-color: #8F09FE;
}
</style>
border-color css
<style>
span { border-color: #8F09FE; }
span { border-color: rgb(143,9,254); }
td.TdClassName
{
border-color: #8F09FE;
}
.TagClassName
{
border-color: #8F09FE;
}
</style>