Shades of Electric Indigo #850FFD
Tints of Electric Indigo #850FFD
RGB
CMYK
RGB Variations
Color information
#850FFD (or 0x850FFD) is known color: Electric Indigo. HEX triplet: 85, 0F and FD. RGB value is (133,15,253). Sum of RGB (Red+Green+Blue) = 133+15+253=401 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.17% from 401); Green value is 15 (6.25% from 255 or 3.74% from 401); Blue value is 253 (99.22% from 255 or 63.09% from 401); Max value from RGB is 253 - color contains mainly: blue. Hex color #850FFD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #850FFD is #7AF002. Grayscale: #4C4C4C. Windows color (decimal): -8056835 or 16584581. OLE color: 16584581.
HSL color Cylindrical-coordinate representation of color #850FFD: hue angle of 269.75º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #850FFD is Cyan = 0.47, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 133 | 15 | 253 | - |
| CMYK | 0.47 | 0.94 | 0 | 0.01 |
| HSL | 269.75º | 0.98% | 0.53% | - |
| HSV(B) | 269.75º | 0.94% | 0.99% | - |
| XYZ | 27.57 | 12.42 | 93.87 | - |
| YUV | 77.41 | 227.09 | 167.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 15 | 253 | 0.47 | 0.94 | 0 | 0.01 | 269.75 | 0.98 | 0.53 |
| Hex | 85 | F | FD | 2F | 5E | 0 | 1 | 10E | 62 | 35 |
| Octal | 205 | 17 | 375 | 57 | 136 | 0 | 1 | 416 | 142 | 65 |
| Binary | 10000101 | 1111 | 11111101 | 101111 | 1011110 | 0 | 1 | 100001110 | 1100010 | 110101 |
Color Harmonies of #850FFD
Complementary color
Monochromatic Colors of #850FFD
Black with #850FFD
Text Example
Text Example
White with #850FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850FFD; }
p { color: rgb(133,15,253); }
H1.HeaderClassName
{
color: #850FFD;
}
.AnyTagClassName
{
color: #850FFD;
}
</style>
background-color css
<style>
a { background-color: #850FFD; }
a { background-color: rgb(133,15,253); }
div.DivClassName
{
background-color: #850FFD;
}
.BgClassName
{
background-color: #850FFD;
}
</style>
border-color css
<style>
span { border-color: #850FFD; }
span { border-color: rgb(133,15,253); }
td.TdClassName
{
border-color: #850FFD;
}
.TagClassName
{
border-color: #850FFD;
}
</style>