Shades of Electric Indigo #8B00FC
Tints of Electric Indigo #8B00FC
RGB
CMYK
RGB Variations
Color information
#8B00FC (or 0x8B00FC) is known color: Electric Indigo. HEX triplet: 8B, 00 and FC. RGB value is (139,0,252). Sum of RGB (Red+Green+Blue) = 139+0+252=391 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.55% from 391); Green value is 0 (0.39% from 255 or 0% from 391); Blue value is 252 (98.83% from 255 or 64.45% from 391); Max value from RGB is 252 - color contains mainly: blue. Hex color #8B00FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8B00FC is #74FF03. Grayscale: #454545. Windows color (decimal): -7667460 or 16515211. OLE color: 16515211.
HSL color Cylindrical-coordinate representation of color #8B00FC: hue angle of 273.1º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8B00FC is Cyan = 0.45, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 139 | 0 | 252 | - |
| CMYK | 0.45 | 1 | 0 | 0.01 |
| HSL | 273.1º | 1% | 0.49% | - |
| HSV(B) | 273.1º | 1% | 0.99% | - |
| XYZ | 28.22 | 12.52 | 93.02 | - |
| YUV | 70.29 | 230.55 | 177.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 0 | 252 | 0.45 | 1 | 0 | 0.01 | 273.1 | 1 | 0.49 |
| Hex | 8B | 0 | FC | 2D | 64 | 0 | 1 | 111 | 64 | 31 |
| Octal | 213 | 0 | 374 | 55 | 144 | 0 | 1 | 421 | 144 | 61 |
| Binary | 10001011 | 0 | 11111100 | 101101 | 1100100 | 0 | 1 | 100010001 | 1100100 | 110001 |
Color Harmonies of #8B00FC
Complementary color
Monochromatic Colors of #8B00FC
Black with #8B00FC
Text Example
Text Example
White with #8B00FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B00FC; }
p { color: rgb(139,0,252); }
H1.HeaderClassName
{
color: #8B00FC;
}
.AnyTagClassName
{
color: #8B00FC;
}
</style>
background-color css
<style>
a { background-color: #8B00FC; }
a { background-color: rgb(139,0,252); }
div.DivClassName
{
background-color: #8B00FC;
}
.BgClassName
{
background-color: #8B00FC;
}
</style>
border-color css
<style>
span { border-color: #8B00FC; }
span { border-color: rgb(139,0,252); }
td.TdClassName
{
border-color: #8B00FC;
}
.TagClassName
{
border-color: #8B00FC;
}
</style>