Shades of Electric Indigo #8B0BFF
Tints of Electric Indigo #8B0BFF
RGB
CMYK
RGB Variations
Color information
#8B0BFF (or 0x8B0BFF) is known color: Electric Indigo. HEX triplet: 8B, 0B and FF. RGB value is (139,11,255). Sum of RGB (Red+Green+Blue) = 139+11+255=405 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.32% from 405); Green value is 11 (4.69% from 255 or 2.72% from 405); Blue value is 255 (100% from 255 or 62.96% from 405); Max value from RGB is 255 - color contains mainly: blue. Hex color #8B0BFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8B0BFF is #74F400. Grayscale: #4C4C4C. Windows color (decimal): -7664641 or 16714635. OLE color: 16714635.
HSL color Cylindrical-coordinate representation of color #8B0BFF: hue angle of 271.48º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8B0BFF is Cyan = 0.45, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 139 | 11 | 255 | - |
| CMYK | 0.45 | 0.96 | 0 | 0 |
| HSL | 271.48º | 1% | 0.52% | - |
| HSV(B) | 271.48º | 0.96% | 1% | - |
| XYZ | 28.82 | 12.95 | 95.59 | - |
| YUV | 77.09 | 228.41 | 172.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 11 | 255 | 0.45 | 0.96 | 0 | 0 | 271.48 | 1 | 0.52 |
| Hex | 8B | B | FF | 2D | 60 | 0 | 0 | 10F | 64 | 34 |
| Octal | 213 | 13 | 377 | 55 | 140 | 0 | 0 | 417 | 144 | 64 |
| Binary | 10001011 | 1011 | 11111111 | 101101 | 1100000 | 0 | 0 | 100001111 | 1100100 | 110100 |
Color Harmonies of #8B0BFF
Complementary color
Monochromatic Colors of #8B0BFF
Black with #8B0BFF
Text Example
Text Example
White with #8B0BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B0BFF; }
p { color: rgb(139,11,255); }
H1.HeaderClassName
{
color: #8B0BFF;
}
.AnyTagClassName
{
color: #8B0BFF;
}
</style>
background-color css
<style>
a { background-color: #8B0BFF; }
a { background-color: rgb(139,11,255); }
div.DivClassName
{
background-color: #8B0BFF;
}
.BgClassName
{
background-color: #8B0BFF;
}
</style>
border-color css
<style>
span { border-color: #8B0BFF; }
span { border-color: rgb(139,11,255); }
td.TdClassName
{
border-color: #8B0BFF;
}
.TagClassName
{
border-color: #8B0BFF;
}
</style>