Shades of Electric Indigo #8C0AFB
Tints of Electric Indigo #8C0AFB
RGB
CMYK
RGB Variations
Color information
#8C0AFB (or 0x8C0AFB) is known color: Electric Indigo. HEX triplet: 8C, 0A and FB. RGB value is (140,10,251). Sum of RGB (Red+Green+Blue) = 140+10+251=401 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.91% from 401); Green value is 10 (4.30% from 255 or 2.49% from 401); Blue value is 251 (98.44% from 255 or 62.59% from 401); Max value from RGB is 251 - color contains mainly: blue. Hex color #8C0AFB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8C0AFB is #73F504. Grayscale: #4B4B4B. Windows color (decimal): -7599365 or 16452236. OLE color: 16452236.
HSL color Cylindrical-coordinate representation of color #8C0AFB: hue angle of 272.37º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8C0AFB is Cyan = 0.44, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 140 | 10 | 251 | - |
| CMYK | 0.44 | 0.96 | 0 | 0.02 |
| HSL | 272.37º | 0.97% | 0.51% | - |
| HSV(B) | 272.37º | 0.96% | 0.98% | - |
| XYZ | 28.34 | 12.76 | 92.24 | - |
| YUV | 76.34 | 226.57 | 173.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 10 | 251 | 0.44 | 0.96 | 0 | 0.02 | 272.37 | 0.97 | 0.51 |
| Hex | 8C | A | FB | 2C | 60 | 0 | 2 | 110 | 61 | 33 |
| Octal | 214 | 12 | 373 | 54 | 140 | 0 | 2 | 420 | 141 | 63 |
| Binary | 10001100 | 1010 | 11111011 | 101100 | 1100000 | 0 | 10 | 100010000 | 1100001 | 110011 |
Color Harmonies of #8C0AFB
Complementary color
Monochromatic Colors of #8C0AFB
Black with #8C0AFB
Text Example
Text Example
White with #8C0AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0AFB; }
p { color: rgb(140,10,251); }
H1.HeaderClassName
{
color: #8C0AFB;
}
.AnyTagClassName
{
color: #8C0AFB;
}
</style>
background-color css
<style>
a { background-color: #8C0AFB; }
a { background-color: rgb(140,10,251); }
div.DivClassName
{
background-color: #8C0AFB;
}
.BgClassName
{
background-color: #8C0AFB;
}
</style>
border-color css
<style>
span { border-color: #8C0AFB; }
span { border-color: rgb(140,10,251); }
td.TdClassName
{
border-color: #8C0AFB;
}
.TagClassName
{
border-color: #8C0AFB;
}
</style>