Shades of Electric Indigo #8B07FF
Tints of Electric Indigo #8B07FF
RGB
CMYK
RGB Variations
Color information
#8B07FF (or 0x8B07FF) is known color: Electric Indigo. HEX triplet: 8B, 07 and FF. RGB value is (139,7,255). Sum of RGB (Red+Green+Blue) = 139+7+255=401 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.66% from 401); Green value is 7 (3.12% from 255 or 1.75% from 401); Blue value is 255 (100% from 255 or 63.59% from 401); Max value from RGB is 255 - color contains mainly: blue. Hex color #8B07FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8B07FF is #74F800. Grayscale: #494949. Windows color (decimal): -7665665 or 16713611. OLE color: 16713611.
HSL color Cylindrical-coordinate representation of color #8B07FF: hue angle of 271.94º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8B07FF is Cyan = 0.45, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 139 | 7 | 255 | - |
| CMYK | 0.45 | 0.97 | 0 | 0 |
| HSL | 271.94º | 1% | 0.51% | - |
| HSV(B) | 271.94º | 0.97% | 1% | - |
| XYZ | 28.77 | 12.86 | 95.57 | - |
| YUV | 74.74 | 229.73 | 173.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 7 | 255 | 0.45 | 0.97 | 0 | 0 | 271.94 | 1 | 0.51 |
| Hex | 8B | 7 | FF | 2D | 61 | 0 | 0 | 110 | 64 | 33 |
| Octal | 213 | 7 | 377 | 55 | 141 | 0 | 0 | 420 | 144 | 63 |
| Binary | 10001011 | 111 | 11111111 | 101101 | 1100001 | 0 | 0 | 100010000 | 1100100 | 110011 |
Color Harmonies of #8B07FF
Complementary color
Monochromatic Colors of #8B07FF
Black with #8B07FF
Text Example
Text Example
White with #8B07FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B07FF; }
p { color: rgb(139,7,255); }
H1.HeaderClassName
{
color: #8B07FF;
}
.AnyTagClassName
{
color: #8B07FF;
}
</style>
background-color css
<style>
a { background-color: #8B07FF; }
a { background-color: rgb(139,7,255); }
div.DivClassName
{
background-color: #8B07FF;
}
.BgClassName
{
background-color: #8B07FF;
}
</style>
border-color css
<style>
span { border-color: #8B07FF; }
span { border-color: rgb(139,7,255); }
td.TdClassName
{
border-color: #8B07FF;
}
.TagClassName
{
border-color: #8B07FF;
}
</style>