Shades of Electric Indigo #870DFE
Tints of Electric Indigo #870DFE
RGB
CMYK
RGB Variations
Color information
#870DFE (or 0x870DFE) is known color: Electric Indigo. HEX triplet: 87, 0D and FE. RGB value is (135,13,254). Sum of RGB (Red+Green+Blue) = 135+13+254=402 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.58% from 402); Green value is 13 (5.47% from 255 or 3.23% from 402); Blue value is 254 (99.61% from 255 or 63.18% from 402); Max value from RGB is 254 - color contains mainly: blue. Hex color #870DFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #870DFE is #78F201. Grayscale: #4C4C4C. Windows color (decimal): -7926274 or 16649607. OLE color: 16649607.
HSL color Cylindrical-coordinate representation of color #870DFE: hue angle of 270.37º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #870DFE is Cyan = 0.47, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 135 | 13 | 254 | - |
| CMYK | 0.47 | 0.95 | 0 | 0.00 |
| HSL | 270.37º | 0.99% | 0.52% | - |
| HSV(B) | 270.37º | 0.95% | 1% | - |
| XYZ | 28.02 | 12.59 | 94.72 | - |
| YUV | 76.95 | 227.92 | 169.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 13 | 254 | 0.47 | 0.95 | 0 | 0.00 | 270.37 | 0.99 | 0.52 |
| Hex | 87 | D | FE | 2F | 5F | 0 | 0 | 10E | 63 | 34 |
| Octal | 207 | 15 | 376 | 57 | 137 | 0 | 0 | 416 | 143 | 64 |
| Binary | 10000111 | 1101 | 11111110 | 101111 | 1011111 | 0 | 0 | 100001110 | 1100011 | 110100 |
Color Harmonies of #870DFE
Complementary color
Monochromatic Colors of #870DFE
Black with #870DFE
Text Example
Text Example
White with #870DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870DFE; }
p { color: rgb(135,13,254); }
H1.HeaderClassName
{
color: #870DFE;
}
.AnyTagClassName
{
color: #870DFE;
}
</style>
background-color css
<style>
a { background-color: #870DFE; }
a { background-color: rgb(135,13,254); }
div.DivClassName
{
background-color: #870DFE;
}
.BgClassName
{
background-color: #870DFE;
}
</style>
border-color css
<style>
span { border-color: #870DFE; }
span { border-color: rgb(135,13,254); }
td.TdClassName
{
border-color: #870DFE;
}
.TagClassName
{
border-color: #870DFE;
}
</style>