Shades of Electric Indigo #8F04FD
Tints of Electric Indigo #8F04FD
RGB
CMYK
RGB Variations
Color information
#8F04FD (or 0x8F04FD) is known color: Electric Indigo. HEX triplet: 8F, 04 and FD. RGB value is (143,4,253). Sum of RGB (Red+Green+Blue) = 143+4+253=400 (52% of max value = 765). Red value is 143 (56.25% from 255 or 35.75% from 400); Green value is 4 (1.95% from 255 or 1% from 400); Blue value is 253 (99.22% from 255 or 63.25% from 400); Max value from RGB is 253 - color contains mainly: blue. Hex color #8F04FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8F04FD is #70FB02. Grayscale: #494949. Windows color (decimal): -7404291 or 16581775. OLE color: 16581775.
HSL color Cylindrical-coordinate representation of color #8F04FD: hue angle of 273.49º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8F04FD is Cyan = 0.43, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 143 | 4 | 253 | - |
| CMYK | 0.43 | 0.98 | 0 | 0.01 |
| HSL | 273.49º | 0.98% | 0.5% | - |
| HSV(B) | 273.49º | 0.98% | 0.99% | - |
| XYZ | 29.1 | 13.02 | 93.91 | - |
| YUV | 73.95 | 229.05 | 177.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 4 | 253 | 0.43 | 0.98 | 0 | 0.01 | 273.49 | 0.98 | 0.5 |
| Hex | 8F | 4 | FD | 2B | 62 | 0 | 1 | 111 | 62 | 32 |
| Octal | 217 | 4 | 375 | 53 | 142 | 0 | 1 | 421 | 142 | 62 |
| Binary | 10001111 | 100 | 11111101 | 101011 | 1100010 | 0 | 1 | 100010001 | 1100010 | 110010 |
Color Harmonies of #8F04FD
Complementary color
Monochromatic Colors of #8F04FD
Black with #8F04FD
Text Example
Text Example
White with #8F04FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F04FD; }
p { color: rgb(143,4,253); }
H1.HeaderClassName
{
color: #8F04FD;
}
.AnyTagClassName
{
color: #8F04FD;
}
</style>
background-color css
<style>
a { background-color: #8F04FD; }
a { background-color: rgb(143,4,253); }
div.DivClassName
{
background-color: #8F04FD;
}
.BgClassName
{
background-color: #8F04FD;
}
</style>
border-color css
<style>
span { border-color: #8F04FD; }
span { border-color: rgb(143,4,253); }
td.TdClassName
{
border-color: #8F04FD;
}
.TagClassName
{
border-color: #8F04FD;
}
</style>