Shades of Electric Indigo #850DFC
Tints of Electric Indigo #850DFC
RGB
CMYK
RGB Variations
Color information
#850DFC (or 0x850DFC) is known color: Electric Indigo. HEX triplet: 85, 0D and FC. RGB value is (133,13,252). Sum of RGB (Red+Green+Blue) = 133+13+252=398 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.42% from 398); Green value is 13 (5.47% from 255 or 3.27% from 398); Blue value is 252 (98.83% from 255 or 63.32% from 398); Max value from RGB is 252 - color contains mainly: blue. Hex color #850DFC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #850DFC is #7AF203. Grayscale: #4B4B4B. Windows color (decimal): -8057348 or 16518533. OLE color: 16518533.
HSL color Cylindrical-coordinate representation of color #850DFC: hue angle of 270.13º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #850DFC is Cyan = 0.47, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 133 | 13 | 252 | - |
| CMYK | 0.47 | 0.95 | 0 | 0.01 |
| HSL | 270.13º | 0.98% | 0.52% | - |
| HSV(B) | 270.13º | 0.95% | 0.99% | - |
| XYZ | 27.39 | 12.3 | 93.03 | - |
| YUV | 76.13 | 227.26 | 168.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 13 | 252 | 0.47 | 0.95 | 0 | 0.01 | 270.13 | 0.98 | 0.52 |
| Hex | 85 | D | FC | 2F | 5F | 0 | 1 | 10E | 62 | 34 |
| Octal | 205 | 15 | 374 | 57 | 137 | 0 | 1 | 416 | 142 | 64 |
| Binary | 10000101 | 1101 | 11111100 | 101111 | 1011111 | 0 | 1 | 100001110 | 1100010 | 110100 |
Color Harmonies of #850DFC
Complementary color
Monochromatic Colors of #850DFC
Black with #850DFC
Text Example
Text Example
White with #850DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850DFC; }
p { color: rgb(133,13,252); }
H1.HeaderClassName
{
color: #850DFC;
}
.AnyTagClassName
{
color: #850DFC;
}
</style>
background-color css
<style>
a { background-color: #850DFC; }
a { background-color: rgb(133,13,252); }
div.DivClassName
{
background-color: #850DFC;
}
.BgClassName
{
background-color: #850DFC;
}
</style>
border-color css
<style>
span { border-color: #850DFC; }
span { border-color: rgb(133,13,252); }
td.TdClassName
{
border-color: #850DFC;
}
.TagClassName
{
border-color: #850DFC;
}
</style>