Shades of Electric Indigo #850CFF
Tints of Electric Indigo #850CFF
RGB
CMYK
RGB Variations
Color information
#850CFF (or 0x850CFF) is known color: Electric Indigo. HEX triplet: 85, 0C and FF. RGB value is (133,12,255). Sum of RGB (Red+Green+Blue) = 133+12+255=400 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.25% from 400); Green value is 12 (5.08% from 255 or 3% from 400); Blue value is 255 (100% from 255 or 63.75% from 400); Max value from RGB is 255 - color contains mainly: blue. Hex color #850CFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #850CFF is #7AF300. Grayscale: #4B4B4B. Windows color (decimal): -8057601 or 16714885. OLE color: 16714885.
HSL color Cylindrical-coordinate representation of color #850CFF: hue angle of 269.88º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #850CFF is Cyan = 0.48, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 133 | 12 | 255 | - |
| CMYK | 0.48 | 0.95 | 0 | 0 |
| HSL | 269.88º | 1% | 0.52% | - |
| HSV(B) | 269.88º | 0.95% | 1% | - |
| XYZ | 27.85 | 12.47 | 95.55 | - |
| YUV | 75.88 | 229.09 | 168.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 12 | 255 | 0.48 | 0.95 | 0 | 0 | 269.88 | 1 | 0.52 |
| Hex | 85 | C | FF | 30 | 5F | 0 | 0 | 10E | 64 | 34 |
| Octal | 205 | 14 | 377 | 60 | 137 | 0 | 0 | 416 | 144 | 64 |
| Binary | 10000101 | 1100 | 11111111 | 110000 | 1011111 | 0 | 0 | 100001110 | 1100100 | 110100 |
Color Harmonies of #850CFF
Complementary color
Monochromatic Colors of #850CFF
Black with #850CFF
Text Example
Text Example
White with #850CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850CFF; }
p { color: rgb(133,12,255); }
H1.HeaderClassName
{
color: #850CFF;
}
.AnyTagClassName
{
color: #850CFF;
}
</style>
background-color css
<style>
a { background-color: #850CFF; }
a { background-color: rgb(133,12,255); }
div.DivClassName
{
background-color: #850CFF;
}
.BgClassName
{
background-color: #850CFF;
}
</style>
border-color css
<style>
span { border-color: #850CFF; }
span { border-color: rgb(133,12,255); }
td.TdClassName
{
border-color: #850CFF;
}
.TagClassName
{
border-color: #850CFF;
}
</style>