Shades of Electric Indigo #8B02FF
Tints of Electric Indigo #8B02FF
RGB
CMYK
RGB Variations
Color information
#8B02FF (or 0x8B02FF) is known color: Electric Indigo. HEX triplet: 8B, 02 and FF. RGB value is (139,2,255). Sum of RGB (Red+Green+Blue) = 139+2+255=396 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.10% from 396); Green value is 2 (1.17% from 255 or 0.51% from 396); Blue value is 255 (100% from 255 or 64.39% from 396); Max value from RGB is 255 - color contains mainly: blue. Hex color #8B02FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8B02FF is #74FD00. Grayscale: #464646. Windows color (decimal): -7666945 or 16712331. OLE color: 16712331.
HSL color Cylindrical-coordinate representation of color #8B02FF: hue angle of 272.49º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8B02FF is Cyan = 0.45, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 139 | 2 | 255 | - |
| CMYK | 0.45 | 0.99 | 0 | 0 |
| HSL | 272.49º | 1% | 0.5% | - |
| HSV(B) | 272.49º | 0.99% | 1% | - |
| XYZ | 28.72 | 12.75 | 95.56 | - |
| YUV | 71.81 | 231.39 | 175.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 2 | 255 | 0.45 | 0.99 | 0 | 0 | 272.49 | 1 | 0.5 |
| Hex | 8B | 2 | FF | 2D | 63 | 0 | 0 | 110 | 64 | 32 |
| Octal | 213 | 2 | 377 | 55 | 143 | 0 | 0 | 420 | 144 | 62 |
| Binary | 10001011 | 10 | 11111111 | 101101 | 1100011 | 0 | 0 | 100010000 | 1100100 | 110010 |
Color Harmonies of #8B02FF
Complementary color
Monochromatic Colors of #8B02FF
Black with #8B02FF
Text Example
Text Example
White with #8B02FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B02FF; }
p { color: rgb(139,2,255); }
H1.HeaderClassName
{
color: #8B02FF;
}
.AnyTagClassName
{
color: #8B02FF;
}
</style>
background-color css
<style>
a { background-color: #8B02FF; }
a { background-color: rgb(139,2,255); }
div.DivClassName
{
background-color: #8B02FF;
}
.BgClassName
{
background-color: #8B02FF;
}
</style>
border-color css
<style>
span { border-color: #8B02FF; }
span { border-color: rgb(139,2,255); }
td.TdClassName
{
border-color: #8B02FF;
}
.TagClassName
{
border-color: #8B02FF;
}
</style>