Shades of Electric Indigo #8A05FF
Tints of Electric Indigo #8A05FF
RGB
CMYK
RGB Variations
Color information
#8A05FF (or 0x8A05FF) is known color: Electric Indigo. HEX triplet: 8A, 05 and FF. RGB value is (138,5,255). Sum of RGB (Red+Green+Blue) = 138+5+255=398 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.67% from 398); Green value is 5 (2.34% from 255 or 1.26% from 398); Blue value is 255 (100% from 255 or 64.07% from 398); Max value from RGB is 255 - color contains mainly: blue. Hex color #8A05FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8A05FF is #75FA00. Grayscale: #484848. Windows color (decimal): -7731713 or 16713098. OLE color: 16713098.
HSL color Cylindrical-coordinate representation of color #8A05FF: hue angle of 271.92º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8A05FF is Cyan = 0.46, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 138 | 5 | 255 | - |
| CMYK | 0.46 | 0.98 | 0 | 0 |
| HSL | 271.92º | 1% | 0.51% | - |
| HSV(B) | 271.92º | 0.98% | 1% | - |
| XYZ | 28.59 | 12.73 | 95.56 | - |
| YUV | 73.27 | 230.56 | 174.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 5 | 255 | 0.46 | 0.98 | 0 | 0 | 271.92 | 1 | 0.51 |
| Hex | 8A | 5 | FF | 2E | 62 | 0 | 0 | 110 | 64 | 33 |
| Octal | 212 | 5 | 377 | 56 | 142 | 0 | 0 | 420 | 144 | 63 |
| Binary | 10001010 | 101 | 11111111 | 101110 | 1100010 | 0 | 0 | 100010000 | 1100100 | 110011 |
Color Harmonies of #8A05FF
Complementary color
Monochromatic Colors of #8A05FF
Black with #8A05FF
Text Example
Text Example
White with #8A05FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A05FF; }
p { color: rgb(138,5,255); }
H1.HeaderClassName
{
color: #8A05FF;
}
.AnyTagClassName
{
color: #8A05FF;
}
</style>
background-color css
<style>
a { background-color: #8A05FF; }
a { background-color: rgb(138,5,255); }
div.DivClassName
{
background-color: #8A05FF;
}
.BgClassName
{
background-color: #8A05FF;
}
</style>
border-color css
<style>
span { border-color: #8A05FF; }
span { border-color: rgb(138,5,255); }
td.TdClassName
{
border-color: #8A05FF;
}
.TagClassName
{
border-color: #8A05FF;
}
</style>