Shades of Electric Indigo #850EFF
Tints of Electric Indigo #850EFF
RGB
CMYK
RGB Variations
Color information
#850EFF (or 0x850EFF) is known color: Electric Indigo. HEX triplet: 85, 0E and FF. RGB value is (133,14,255). Sum of RGB (Red+Green+Blue) = 133+14+255=402 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.08% from 402); Green value is 14 (5.86% from 255 or 3.48% from 402); Blue value is 255 (100% from 255 or 63.43% from 402); Max value from RGB is 255 - color contains mainly: blue. Hex color #850EFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #850EFF is #7AF100. Grayscale: #4C4C4C. Windows color (decimal): -8057089 or 16715397. OLE color: 16715397.
HSL color Cylindrical-coordinate representation of color #850EFF: hue angle of 269.63º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #850EFF is Cyan = 0.48, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 133 | 14 | 255 | - |
| CMYK | 0.48 | 0.95 | 0 | 0 |
| HSL | 269.63º | 1% | 0.53% | - |
| HSV(B) | 269.63º | 0.95% | 1% | - |
| XYZ | 27.88 | 12.52 | 95.56 | - |
| YUV | 77.06 | 228.42 | 167.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 14 | 255 | 0.48 | 0.95 | 0 | 0 | 269.63 | 1 | 0.53 |
| Hex | 85 | E | FF | 30 | 5F | 0 | 0 | 10E | 64 | 35 |
| Octal | 205 | 16 | 377 | 60 | 137 | 0 | 0 | 416 | 144 | 65 |
| Binary | 10000101 | 1110 | 11111111 | 110000 | 1011111 | 0 | 0 | 100001110 | 1100100 | 110101 |
Color Harmonies of #850EFF
Complementary color
Monochromatic Colors of #850EFF
Black with #850EFF
Text Example
Text Example
White with #850EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850EFF; }
p { color: rgb(133,14,255); }
H1.HeaderClassName
{
color: #850EFF;
}
.AnyTagClassName
{
color: #850EFF;
}
</style>
background-color css
<style>
a { background-color: #850EFF; }
a { background-color: rgb(133,14,255); }
div.DivClassName
{
background-color: #850EFF;
}
.BgClassName
{
background-color: #850EFF;
}
</style>
border-color css
<style>
span { border-color: #850EFF; }
span { border-color: rgb(133,14,255); }
td.TdClassName
{
border-color: #850EFF;
}
.TagClassName
{
border-color: #850EFF;
}
</style>