Shades of Electric Indigo #8512FD
Tints of Electric Indigo #8512FD
RGB
CMYK
RGB Variations
Color information
#8512FD (or 0x8512FD) is known color: Electric Indigo. HEX triplet: 85, 12 and FD. RGB value is (133,18,253). Sum of RGB (Red+Green+Blue) = 133+18+253=404 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.92% from 404); Green value is 18 (7.42% from 255 or 4.46% from 404); Blue value is 253 (99.22% from 255 or 62.62% from 404); Max value from RGB is 253 - color contains mainly: blue. Hex color #8512FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8512FD is #7AED02. Grayscale: #4E4E4E. Windows color (decimal): -8056067 or 16585349. OLE color: 16585349.
HSL color Cylindrical-coordinate representation of color #8512FD: hue angle of 269.36º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8512FD is Cyan = 0.47, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 133 | 18 | 253 | - |
| CMYK | 0.47 | 0.93 | 0 | 0.01 |
| HSL | 269.36º | 0.98% | 0.53% | - |
| HSV(B) | 269.36º | 0.93% | 0.99% | - |
| XYZ | 27.62 | 12.51 | 93.89 | - |
| YUV | 79.18 | 226.1 | 166.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 18 | 253 | 0.47 | 0.93 | 0 | 0.01 | 269.36 | 0.98 | 0.53 |
| Hex | 85 | 12 | FD | 2F | 5D | 0 | 1 | 10D | 62 | 35 |
| Octal | 205 | 22 | 375 | 57 | 135 | 0 | 1 | 415 | 142 | 65 |
| Binary | 10000101 | 10010 | 11111101 | 101111 | 1011101 | 0 | 1 | 100001101 | 1100010 | 110101 |
Color Harmonies of #8512FD
Complementary color
Monochromatic Colors of #8512FD
Black with #8512FD
Text Example
Text Example
White with #8512FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8512FD; }
p { color: rgb(133,18,253); }
H1.HeaderClassName
{
color: #8512FD;
}
.AnyTagClassName
{
color: #8512FD;
}
</style>
background-color css
<style>
a { background-color: #8512FD; }
a { background-color: rgb(133,18,253); }
div.DivClassName
{
background-color: #8512FD;
}
.BgClassName
{
background-color: #8512FD;
}
</style>
border-color css
<style>
span { border-color: #8512FD; }
span { border-color: rgb(133,18,253); }
td.TdClassName
{
border-color: #8512FD;
}
.TagClassName
{
border-color: #8512FD;
}
</style>