Shades of Electric Indigo #8C05FD
Tints of Electric Indigo #8C05FD
RGB
CMYK
RGB Variations
Color information
#8C05FD (or 0x8C05FD) is known color: Electric Indigo. HEX triplet: 8C, 05 and FD. RGB value is (140,5,253). Sum of RGB (Red+Green+Blue) = 140+5+253=398 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.18% from 398); Green value is 5 (2.34% from 255 or 1.26% from 398); Blue value is 253 (99.22% from 255 or 63.57% from 398); Max value from RGB is 253 - color contains mainly: blue. Hex color #8C05FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8C05FD is #73FA02. Grayscale: #484848. Windows color (decimal): -7600643 or 16582028. OLE color: 16582028.
HSL color Cylindrical-coordinate representation of color #8C05FD: hue angle of 272.66º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8C05FD is Cyan = 0.45, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 140 | 5 | 253 | - |
| CMYK | 0.45 | 0.98 | 0 | 0.01 |
| HSL | 272.66º | 0.98% | 0.51% | - |
| HSV(B) | 272.66º | 0.98% | 0.99% | - |
| XYZ | 28.6 | 12.78 | 93.89 | - |
| YUV | 73.64 | 229.23 | 175.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 5 | 253 | 0.45 | 0.98 | 0 | 0.01 | 272.66 | 0.98 | 0.51 |
| Hex | 8C | 5 | FD | 2D | 62 | 0 | 1 | 111 | 62 | 33 |
| Octal | 214 | 5 | 375 | 55 | 142 | 0 | 1 | 421 | 142 | 63 |
| Binary | 10001100 | 101 | 11111101 | 101101 | 1100010 | 0 | 1 | 100010001 | 1100010 | 110011 |
Color Harmonies of #8C05FD
Complementary color
Monochromatic Colors of #8C05FD
Black with #8C05FD
Text Example
Text Example
White with #8C05FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C05FD; }
p { color: rgb(140,5,253); }
H1.HeaderClassName
{
color: #8C05FD;
}
.AnyTagClassName
{
color: #8C05FD;
}
</style>
background-color css
<style>
a { background-color: #8C05FD; }
a { background-color: rgb(140,5,253); }
div.DivClassName
{
background-color: #8C05FD;
}
.BgClassName
{
background-color: #8C05FD;
}
</style>
border-color css
<style>
span { border-color: #8C05FD; }
span { border-color: rgb(140,5,253); }
td.TdClassName
{
border-color: #8C05FD;
}
.TagClassName
{
border-color: #8C05FD;
}
</style>