Shades of Electric Indigo #8C09FE
Tints of Electric Indigo #8C09FE
RGB
CMYK
RGB Variations
Color information
#8C09FE (or 0x8C09FE) is known color: Electric Indigo. HEX triplet: 8C, 09 and FE. RGB value is (140,9,254). Sum of RGB (Red+Green+Blue) = 140+9+254=403 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.74% from 403); Green value is 9 (3.91% from 255 or 2.23% from 403); Blue value is 254 (99.61% from 255 or 63.03% from 403); Max value from RGB is 254 - color contains mainly: blue. Hex color #8C09FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8C09FE is #73F601. Grayscale: #4B4B4B. Windows color (decimal): -7599618 or 16648588. OLE color: 16648588.
HSL color Cylindrical-coordinate representation of color #8C09FE: hue angle of 272.08º 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 #8C09FE is Cyan = 0.45, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 140 | 9 | 254 | - |
| CMYK | 0.45 | 0.96 | 0 | 0.00 |
| HSL | 272.08º | 0.99% | 0.52% | - |
| HSV(B) | 272.08º | 0.96% | 1% | - |
| XYZ | 28.8 | 12.93 | 94.74 | - |
| YUV | 76.1 | 228.4 | 173.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 9 | 254 | 0.45 | 0.96 | 0 | 0.00 | 272.08 | 0.99 | 0.52 |
| Hex | 8C | 9 | FE | 2D | 60 | 0 | 0 | 110 | 63 | 34 |
| Octal | 214 | 11 | 376 | 55 | 140 | 0 | 0 | 420 | 143 | 64 |
| Binary | 10001100 | 1001 | 11111110 | 101101 | 1100000 | 0 | 0 | 100010000 | 1100011 | 110100 |
Color Harmonies of #8C09FE
Complementary color
Monochromatic Colors of #8C09FE
Black with #8C09FE
Text Example
Text Example
White with #8C09FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C09FE; }
p { color: rgb(140,9,254); }
H1.HeaderClassName
{
color: #8C09FE;
}
.AnyTagClassName
{
color: #8C09FE;
}
</style>
background-color css
<style>
a { background-color: #8C09FE; }
a { background-color: rgb(140,9,254); }
div.DivClassName
{
background-color: #8C09FE;
}
.BgClassName
{
background-color: #8C09FE;
}
</style>
border-color css
<style>
span { border-color: #8C09FE; }
span { border-color: rgb(140,9,254); }
td.TdClassName
{
border-color: #8C09FE;
}
.TagClassName
{
border-color: #8C09FE;
}
</style>